Migrate from stow to dm theme manager

Move all config files from .config/ into themes/dracula/.config/ so the
dm tool can manage them as file-level symlinks. Removes .bak file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ManOfGoldForever 2026-04-01 00:41:10 -04:00
parent 53a43e4683
commit b043d2807d
100 changed files with 0 additions and 10 deletions

View file

@ -0,0 +1,41 @@
[color_theme]
background_color="#282a36ff"
completion_background_color="#2c2a32ff"
completion_selected_color="#44475aff" ; updated to proper selection highlight
completion_existing_color="#44475aff" ; aligned with selection background
completion_scroll_color="#6272a4ff" ; Dracula doesn't have pure white; chose 'Comment'
completion_font_color="#f8f8f2ff" ; corrected to Dracula 'Foreground'
caret_color="#f8f8f2ff" ; Dracula's 'Foreground'
caret_background_color="#282a36ff" ; match editor background
line_number_color="#6272a4ff"
text_color="#f8f8f2ff"
text_selected_color="#f8f8f2ff"
keyword_color="#ff79c6ff"
base_type_color="#50fa7bff"
engine_type_color="#8be9fdff"
function_color="#8be9fdff"
member_variable_color="#f8f8f2ff"
comment_color="#6272a4ff"
string_color="#f1fa8cff"
number_color="#bd93f9ff"
symbol_color="#f8f8f2ff"
selection_color="#44475aff"
brace_mismatch_color="#ff5555ff" ; corrected to Dracula 'Red'
current_line_color="#44475aff" ; softened to match selection background
line_length_guideline_color="#44475aff" ; unified with 'current_line_color'
mark_color="#ff55554d" ; reused Dracula 'Pink'
breakpoint_color="#ffb86cff" ; changed to Dracula 'Orange'
code_folding_color="#6272a4ff" ; reused 'Comment'
word_highlighted_color="#44475aff"
search_result_color="#44475aff"
search_result_border_color="#282a36ff"
gdscript/function_definition_color="#50fa7bff"
control_flow_keyword_color="#FF79C6"
user_type_color="#8BE9FD"
gdscript/annotation_color="#FFB86C"
gdscript/node_reference_color="#50FA7B"
comment_markers/critical_color="#FF5555"
comment_markers/warning_color="#F1FA8C"
comment_markers/notice_color="#50FA7B"
gdscript/global_function_color="##BD93F9"