From 298410e078c44fa950b39c258509bcb2ea6e5a75 Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Wed, 21 Jan 2026 06:17:26 +0100 Subject: [PATCH] Godot editor --- ghostty/.config/ghostty/themes/dankcolors | 36 ++-- godot/.config/godot/editor_settings-4.5.tres | 2 +- hyprland/.config/hypr/dms/colors.conf | 25 +++ install.sh | 2 +- niri/.config/niri/dms/colors.kdl | 24 +-- niri/.config/niri/dms/layout.kdl | 2 +- qt6ct/.config/qt6ct/colors/matugen.conf | 214 +++++++++---------- 7 files changed, 165 insertions(+), 140 deletions(-) create mode 100644 hyprland/.config/hypr/dms/colors.conf diff --git a/ghostty/.config/ghostty/themes/dankcolors b/ghostty/.config/ghostty/themes/dankcolors index a134579..f6e9912 100644 --- a/ghostty/.config/ghostty/themes/dankcolors +++ b/ghostty/.config/ghostty/themes/dankcolors @@ -1,22 +1,22 @@ -background = #191112 -foreground = #f0dee0 -cursor-color = #e91e63 -selection-background = #4a0e2f -selection-foreground = #f0dee0 +background = #1a1018 +foreground = #f0dde9 +cursor-color = #ffabf1 +selection-background = #82007e +selection-foreground = #f0dde9 -palette = 0=#191112 -palette = 1=#d25e38 -palette = 2=#6ed686 -palette = 3=#cddb7b -palette = 4=#db5276 -palette = 5=#d4587e -palette = 6=#f32d6b +palette = 0=#1a1018 +palette = 1=#d95b3c +palette = 2=#6ed680 +palette = 3=#d2db7b +palette = 4=#c857b5 +palette = 5=#bf8cb6 +palette = 6=#ffabf1 palette = 7=#abb2bf palette = 8=#5c6370 -palette = 9=#e07f5f -palette = 10=#86e09a -palette = 11=#dce897 -palette = 12=#ffb8c7 -palette = 13=#bb5787 -palette = 14=#b3606f +palette = 9=#e0775f +palette = 10=#86e095 +palette = 11=#e1e897 +palette = 12=#ffbdf9 +palette = 13=#b255b2 +palette = 14=#aa6194 palette = 15=#ffffff diff --git a/godot/.config/godot/editor_settings-4.5.tres b/godot/.config/godot/editor_settings-4.5.tres index 64f8b77..986f2f2 100644 --- a/godot/.config/godot/editor_settings-4.5.tres +++ b/godot/.config/godot/editor_settings-4.5.tres @@ -79,7 +79,7 @@ _script_setup_templates_dictionary = { "Node2D": "0NodeDefault" } _use_favorites_root_selection = false -_script_setup_use_script_templates = false +_script_setup_use_script_templates = true shortcuts = [{ "name": "spatial_editor/viewport_zoom_modifier_1", "shortcuts": [SubResource("InputEventKey_xf3c6")] diff --git a/hyprland/.config/hypr/dms/colors.conf b/hyprland/.config/hypr/dms/colors.conf new file mode 100644 index 0000000..5ad1168 --- /dev/null +++ b/hyprland/.config/hypr/dms/colors.conf @@ -0,0 +1,25 @@ +# ! Auto-generated file. Do not edit directly. +# Remove source = ./dms/colors.conf from your config to override. + +$primary = rgb(ffabf1) +$outline = rgb(9c8c97) +$error = rgb(ffb4ab) + +general { + col.active_border = $primary + col.inactive_border = $outline +} + +group { + col.border_active = $primary + col.border_inactive = $outline + col.border_locked_active = $error + col.border_locked_inactive = $outline + + groupbar { + col.active = $primary + col.inactive = $outline + col.locked_active = $error + col.locked_inactive = $outline + } +} diff --git a/install.sh b/install.sh index bffbcc5..671340c 100755 --- a/install.sh +++ b/install.sh @@ -179,7 +179,7 @@ for choice in "${tools[@]}"; do tree # sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - git clone https://github.com/ohmyzsh/ohmyzsh "$HOME"/.oh-my-zsh + # git clone https://github.com/ohmyzsh/ohmyzsh "$HOME"/.oh-my-zsh stow fastfetch hyfetch nvim zsh --adopt # gum spin --title "Updating Tealdeer database" -- \ diff --git a/niri/.config/niri/dms/colors.kdl b/niri/.config/niri/dms/colors.kdl index cdbc57c..5ec6870 100644 --- a/niri/.config/niri/dms/colors.kdl +++ b/niri/.config/niri/dms/colors.kdl @@ -5,15 +5,15 @@ layout { background-color "transparent" focus-ring { - active-color "#e91e63" - inactive-color "#9f8c8e" - urgent-color "#f2b8b5" + active-color "#ffabf1" + inactive-color "#9c8c97" + urgent-color "#ffb4ab" } border { - active-color "#e91e63" - inactive-color "#9f8c8e" - urgent-color "#f2b8b5" + active-color "#ffabf1" + inactive-color "#9c8c97" + urgent-color "#ffb4ab" } shadow { @@ -21,19 +21,19 @@ layout { } tab-indicator { - active-color "#e91e63" - inactive-color "#9f8c8e" - urgent-color "#f2b8b5" + active-color "#ffabf1" + inactive-color "#9c8c97" + urgent-color "#ffb4ab" } insert-hint { - color "#e91e6380" + color "#ffabf180" } } recent-windows { highlight { - active-color "#4a0e2f" - urgent-color "#f2b8b5" + active-color "#82007e" + urgent-color "#ffb4ab" } } diff --git a/niri/.config/niri/dms/layout.kdl b/niri/.config/niri/dms/layout.kdl index 81c88f6..431afbf 100644 --- a/niri/.config/niri/dms/layout.kdl +++ b/niri/.config/niri/dms/layout.kdl @@ -4,7 +4,7 @@ // ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! layout { - gaps 8 + gaps 4 border { width 2 diff --git a/qt6ct/.config/qt6ct/colors/matugen.conf b/qt6ct/.config/qt6ct/colors/matugen.conf index b596336..9f281fe 100644 --- a/qt6ct/.config/qt6ct/colors/matugen.conf +++ b/qt6ct/.config/qt6ct/colors/matugen.conf @@ -1,10 +1,10 @@ [ColorScheme] -active_colors=#f0dee0, #191112, #261d1e, #9f8c8e, #524345, #524345, #f0dee0, #000000, #f0dee0, #191112, #191112, #000000, #e91e63, #000000, #f8bbd9, #f8bbd9, #191112, #191112, #191112, #d6c2c3, #d6c2c3 -disabled_colors=#d6c2c3, #524345, #261d1e, #9f8c8e, #524345, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #524345, #524345, #000000, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #524345, #524345, #524345, #d6c2c3, #d6c2c3 -inactive_colors=#d6c2c3, #191112, #261d1e, #9f8c8e, #524345, #524345, #d6c2c3, #d6c2c3, #d6c2c3, #191112, #191112, #000000, #f8bbd9, #000000, #f8bbd9, #f8bbd9, #191112, #191112, #191112, #d6c2c3, #d6c2c3 +active_colors=#f0dde9, #1a1018, #271c24, #9c8c97, #50434c, #50434c, #f0dde9, #5c0059, #f0dde9, #1a1018, #1a1018, #000000, #ffabf1, #5c0059, #eab9d1, #eab9d1, #231820, #1a1018, #1a1018, #d4c1cd, #d4c1cd +disabled_colors=#d4c1cd, #50434c, #271c24, #9c8c97, #50434c, #50434c, #d4c1cd, #d4c1cd, #d4c1cd, #50434c, #50434c, #000000, #50434c, #d4c1cd, #d4c1cd, #d4c1cd, #50434c, #50434c, #50434c, #d4c1cd, #d4c1cd +inactive_colors=#d4c1cd, #1a1018, #271c24, #9c8c97, #50434c, #50434c, #d4c1cd, #d4c1cd, #d4c1cd, #1a1018, #1a1018, #000000, #eab9d1, #472639, #eab9d1, #eab9d1, #231820, #1a1018, #1a1018, #d4c1cd, #d4c1cd [ColorEffects:Disabled] -Color=214,194,195 +Color=212,193,205 ColorAmount=0 ColorEffect=0 ContrastAmount=0.65 @@ -14,7 +14,7 @@ IntensityEffect=2 [ColorEffects:Inactive] ChangeSelectionColor=true -Color=159,140,142 +Color=156,140,151 ColorAmount=0.025 ColorEffect=2 ContrastAmount=0.1 @@ -24,121 +24,121 @@ IntensityAmount=0 IntensityEffect=0 [Colors:Button] -BackgroundAlternate=38,29,30 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=39,28,36 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:Complementary] -BackgroundAlternate=38,29,30 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=39,28,36 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:Header] -BackgroundAlternate=25,17,18 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=26,16,24 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:Header][Inactive] -BackgroundAlternate=25,17,18 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=26,16,24 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:Selection] -BackgroundAlternate=74,14,47 -BackgroundNormal=233,30,99 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=0,0,0 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=0,0,0 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=130,0,126 +BackgroundNormal=255,171,241 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=92,0,89 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=92,0,89 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:Tooltip] -BackgroundAlternate=25,17,18 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=26,16,24 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:View] -BackgroundAlternate=25,17,18 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=35,24,32 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [Colors:Window] -BackgroundAlternate=25,17,18 -BackgroundNormal=25,17,18 -DecorationFocus=233,30,99 -DecorationHover=233,30,99 -ForegroundActive=233,30,99 -ForegroundInactive=214,194,195 -ForegroundLink=248,187,217 -ForegroundNegative=242,184,181 -ForegroundNeutral=248,187,217 -ForegroundNormal=240,222,224 -ForegroundPositive=248,187,217 -ForegroundVisited=248,187,217 +BackgroundAlternate=26,16,24 +BackgroundNormal=26,16,24 +DecorationFocus=255,171,241 +DecorationHover=255,171,241 +ForegroundActive=255,171,241 +ForegroundInactive=212,193,205 +ForegroundLink=252,178,199 +ForegroundNegative=255,180,171 +ForegroundNeutral=234,185,209 +ForegroundNormal=240,221,233 +ForegroundPositive=252,178,199 +ForegroundVisited=234,185,209 [WM] -activeBackground=25,17,18 -activeBlend=240,222,224 -activeForeground=240,222,224 -inactiveBackground=25,17,18 -inactiveBlend=214,194,195 -inactiveForeground=214,194,195 +activeBackground=26,16,24 +activeBlend=240,221,233 +activeForeground=240,221,233 +inactiveBackground=26,16,24 +inactiveBlend=212,193,205 +inactiveForeground=212,193,205