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:
parent
53a43e4683
commit
b043d2807d
100 changed files with 0 additions and 10 deletions
82
themes/dracula/.config/godot/editor_settings-4.6.tres
Normal file
82
themes/dracula/.config/godot/editor_settings-4.6.tres
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
[gd_resource type="EditorSettings" format=3]
|
||||
|
||||
[resource]
|
||||
interface/editor/editor_language = "en"
|
||||
interface/theme/base_color = Color(0.161, 0.161, 0.161, 1)
|
||||
interface/theme/accent_color = Color(0.337, 0.62, 1, 1)
|
||||
interface/theme/contrast = 0.3
|
||||
filesystem/directories/default_project_path = "/mnt/data/GodotProjects"
|
||||
text_editor/theme/color_theme = "dracula"
|
||||
text_editor/theme/highlighting/symbol_color = Color(0.972549, 0.972549, 0.9490196, 1)
|
||||
text_editor/theme/highlighting/keyword_color = Color(1, 0.4745098, 0.7764706, 1)
|
||||
text_editor/theme/highlighting/control_flow_keyword_color = Color(1, 0.4745098, 0.7764706, 1)
|
||||
text_editor/theme/highlighting/base_type_color = Color(0.3137255, 0.98039216, 0.48235294, 1)
|
||||
text_editor/theme/highlighting/engine_type_color = Color(0.54509807, 0.9137255, 0.99215686, 1)
|
||||
text_editor/theme/highlighting/user_type_color = Color(0.54509807, 0.9137255, 0.99215686, 1)
|
||||
text_editor/theme/highlighting/comment_color = Color(0.38431373, 0.44705883, 0.6431373, 1)
|
||||
text_editor/theme/highlighting/doc_comment_color = Color(0.6, 0.7, 0.8, 0.8)
|
||||
text_editor/theme/highlighting/string_color = Color(0.94509804, 0.98039216, 0.54901963, 1)
|
||||
text_editor/theme/highlighting/background_color = Color(0.15686275, 0.16470589, 0.21176471, 1)
|
||||
text_editor/theme/highlighting/completion_background_color = Color(0.17254902, 0.16470589, 0.19607843, 1)
|
||||
text_editor/theme/highlighting/completion_selected_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/completion_existing_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/completion_scroll_color = Color(0.38431373, 0.44705883, 0.6431373, 1)
|
||||
text_editor/theme/highlighting/completion_font_color = Color(0.972549, 0.972549, 0.9490196, 1)
|
||||
text_editor/theme/highlighting/text_color = Color(0.972549, 0.972549, 0.9490196, 1)
|
||||
text_editor/theme/highlighting/line_number_color = Color(0.38431373, 0.44705883, 0.6431373, 1)
|
||||
text_editor/theme/highlighting/safe_line_number_color = Color(0.7892157, 0.94941175, 0.8029412, 0.75)
|
||||
text_editor/theme/highlighting/caret_color = Color(0.972549, 0.972549, 0.9490196, 1)
|
||||
text_editor/theme/highlighting/caret_background_color = Color(0.15686275, 0.16470589, 0.21176471, 1)
|
||||
text_editor/theme/highlighting/text_selected_color = Color(0.972549, 0.972549, 0.9490196, 1)
|
||||
text_editor/theme/highlighting/selection_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/brace_mismatch_color = Color(1, 0.33333334, 0.33333334, 1)
|
||||
text_editor/theme/highlighting/current_line_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/line_length_guideline_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/word_highlighted_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/number_color = Color(0.7411765, 0.5764706, 0.9764706, 1)
|
||||
text_editor/theme/highlighting/function_color = Color(0.54509807, 0.9137255, 0.99215686, 1)
|
||||
text_editor/theme/highlighting/member_variable_color = Color(0.972549, 0.972549, 0.9490196, 1)
|
||||
text_editor/theme/highlighting/mark_color = Color(1, 0.33333334, 0.33333334, 0.3019608)
|
||||
text_editor/theme/highlighting/warning_color = Color(1, 0.87, 0.4, 0.15)
|
||||
text_editor/theme/highlighting/breakpoint_color = Color(1, 0.72156864, 0.42352942, 1)
|
||||
text_editor/theme/highlighting/code_folding_color = Color(0.38431373, 0.44705883, 0.6431373, 1)
|
||||
text_editor/theme/highlighting/search_result_color = Color(0.26666668, 0.2784314, 0.3529412, 1)
|
||||
text_editor/theme/highlighting/search_result_border_color = Color(0.15686275, 0.16470589, 0.21176471, 1)
|
||||
text_editor/theme/highlighting/gdscript/function_definition_color = Color(0.3137255, 0.98039216, 0.48235294, 1)
|
||||
text_editor/theme/highlighting/gdscript/node_reference_color = Color(0.3137255, 0.98039216, 0.48235294, 1)
|
||||
text_editor/theme/highlighting/gdscript/annotation_color = Color(1, 0.72156864, 0.42352942, 1)
|
||||
text_editor/theme/highlighting/comment_markers/critical_color = Color(1, 0.33333334, 0.33333334, 1)
|
||||
text_editor/theme/highlighting/comment_markers/warning_color = Color(0.94509804, 0.98039216, 0.54901963, 1)
|
||||
text_editor/theme/highlighting/comment_markers/notice_color = Color(0.3137255, 0.98039216, 0.48235294, 1)
|
||||
text_editor/external/exec_path = "/usr/bin/zeditor"
|
||||
text_editor/external/exec_flags = "{project} {file}:{line}:{col}"
|
||||
editors/3d_gizmos/gizmo_settings/bone_axis_length = 0.1
|
||||
editors/animation/default_animation_step = 0.033333335
|
||||
run/platforms/linuxbsd/prefer_wayland = true
|
||||
network/connection/network_mode = 1
|
||||
editors/grid_map/palette_min_width = 230
|
||||
export/android/debug_keystore = "/home/henry/.local/share/godot/keystores/debug.keystore"
|
||||
export/android/debug_keystore_pass = "android"
|
||||
export/android/java_sdk_path = ""
|
||||
export/android/android_sdk_path = "/home/henry/Android/Sdk"
|
||||
export/macos/rcodesign = ""
|
||||
export/web/http_port = 8060
|
||||
export/web/tls_key = ""
|
||||
export/web/tls_certificate = ""
|
||||
export/windows/osslsigncode = ""
|
||||
_editor_settings_advanced_mode = true
|
||||
_project_settings_advanced_mode = false
|
||||
_export_template_download_directory = "/home/henry/.cache/godot"
|
||||
_default_feature_profile = ""
|
||||
_script_setup_templates_dictionary = {
|
||||
"Marker3D": "0NodeDefault",
|
||||
"MeshInstance3D": "0NodeDefault",
|
||||
"Node3D": "0NodeDefault",
|
||||
"PhysicalBoneSimulator3D": "0NodeDefault",
|
||||
"RayCast3D": "0NodeDefault"
|
||||
}
|
||||
_script_setup_use_script_templates = true
|
||||
_use_favorites_root_selection = false
|
||||
_export_preset_advanced_mode = false
|
||||
export/android/scrcpy/screen_size = "1920x1080/120"
|
||||
export/macos/actool = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue