From ba6588d15e7a579404fc8fdd617ede46a7c7d8a5 Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Wed, 7 Jan 2026 00:25:02 +0100 Subject: [PATCH] Honestly idk --- ghostty/.config/ghostty/config-dankcolors | 36 ++-- niri/.config/niri/config.kdl | 14 +- niri/.config/niri/dms/binds.kdl | 12 ++ niri/.config/niri/dms/colors.kdl | 24 +-- qt6ct/.config/qt6ct/colors/matugen.conf | 214 +++++++++++----------- qt6ct/.config/qt6ct/qt6ct.conf | 4 +- 6 files changed, 159 insertions(+), 145 deletions(-) diff --git a/ghostty/.config/ghostty/config-dankcolors b/ghostty/.config/ghostty/config-dankcolors index 8669cd0..a134579 100644 --- a/ghostty/.config/ghostty/config-dankcolors +++ b/ghostty/.config/ghostty/config-dankcolors @@ -1,22 +1,22 @@ -background = #151218 -foreground = #e7e0e8 -cursor-color = #d2bcfd -selection-background = #4f3d74 -selection-foreground = #e7e0e8 +background = #191112 +foreground = #f0dee0 +cursor-color = #e91e63 +selection-background = #4a0e2f +selection-foreground = #f0dee0 -palette = 0=#151218 -palette = 1=#df5241 -palette = 2=#6ed675 -palette = 3=#dbda7b -palette = 4=#956be1 -palette = 5=#a396bd -palette = 6=#d2bcfd +palette = 0=#191112 +palette = 1=#d25e38 +palette = 2=#6ed686 +palette = 3=#cddb7b +palette = 4=#db5276 +palette = 5=#d4587e +palette = 6=#f32d6b palette = 7=#abb2bf palette = 8=#5c6370 -palette = 9=#e06a5f -palette = 10=#86e08c -palette = 11=#e8e797 -palette = 12=#e1c9ff -palette = 13=#7f6acc -palette = 14=#8d6ab3 +palette = 9=#e07f5f +palette = 10=#86e09a +palette = 11=#dce897 +palette = 12=#ffb8c7 +palette = 13=#bb5787 +palette = 14=#b3606f palette = 15=#ffffff diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl index 199bda5..9579e53 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -54,6 +54,7 @@ input { numlock } touchpad { + natural-scroll } mouse { } @@ -94,7 +95,7 @@ layout { // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between. // preset-window-heights { } // You can change the default width of the new windows. - default-column-width { proportion 0.5; } + default-column-width { proportion 0.66667; } // If you leave the brackets empty, the windows themselves will decide their initial width. // default-column-width {} // By default focus ring and border are rendered as a solid background rectangle @@ -140,6 +141,7 @@ overview { spawn-at-startup "bash" "-c" "wl-paste --watch cliphist store &" environment { XDG_CURRENT_DESKTOP "niri" + QT_QPA_PLATFORMTHEME "qt6ct" } hotkey-overlay { skip-at-startup @@ -204,11 +206,11 @@ window-rule { open-floating false } window-rule { - match app-id=r#"^gnome-calculator$"# - match app-id=r#"^galculator$"# - match app-id=r#"^blueman-manager$"# - match app-id=r#"^org\.gnome\.Nautilus$"# - match app-id=r#"^steam$"# + // match app-id=r#"^gnome-calculator$"# + // match app-id=r#"^galculator$"# + // match app-id=r#"^blueman-manager$"# + // match app-id=r#"^org\.gnome\.Nautilus$"# + // match app-id=r#"^steam$"# match app-id=r#"^xdg-desktop-portal$"# open-floating true } diff --git a/niri/.config/niri/dms/binds.kdl b/niri/.config/niri/dms/binds.kdl index 47e95c7..9eb6d85 100644 --- a/niri/.config/niri/dms/binds.kdl +++ b/niri/.config/niri/dms/binds.kdl @@ -1,4 +1,16 @@ binds { + Mod+E repeat=false { spawn "nautilus"; } + + xF86AudioPlay { + spawn-sh "dms ipc call mpris playPause"; + } + xF86AudioNext { + spawn-sh "dms ipc call mpris next"; + } + xF86AudioPrev { + spawn-sh "dms ipc call mpris previous"; + } + // === System & Overview === Mod+D repeat=false { toggle-overview; } Mod+Tab repeat=false { toggle-overview; } diff --git a/niri/.config/niri/dms/colors.kdl b/niri/.config/niri/dms/colors.kdl index 9cb17f5..0312130 100644 --- a/niri/.config/niri/dms/colors.kdl +++ b/niri/.config/niri/dms/colors.kdl @@ -2,15 +2,15 @@ layout { background-color "transparent" focus-ring { - active-color "#d2bcfd" - inactive-color "#948f99" - urgent-color "#ffb4ab" + active-color "#e91e63" + inactive-color "#9f8c8e" + urgent-color "#f2b8b5" } border { - active-color "#d2bcfd" - inactive-color "#948f99" - urgent-color "#ffb4ab" + active-color "#e91e63" + inactive-color "#9f8c8e" + urgent-color "#f2b8b5" } shadow { @@ -18,19 +18,19 @@ layout { } tab-indicator { - active-color "#d2bcfd" - inactive-color "#948f99" - urgent-color "#ffb4ab" + active-color "#e91e63" + inactive-color "#9f8c8e" + urgent-color "#f2b8b5" } insert-hint { - color "#d2bcfd80" + color "#e91e6380" } } recent-windows { highlight { - active-color "#4f3d74" - urgent-color "#ffb4ab" + active-color "#4a0e2f" + urgent-color "#f2b8b5" } } \ No newline at end of file diff --git a/qt6ct/.config/qt6ct/colors/matugen.conf b/qt6ct/.config/qt6ct/colors/matugen.conf index 90e62d1..be1d099 100644 --- a/qt6ct/.config/qt6ct/colors/matugen.conf +++ b/qt6ct/.config/qt6ct/colors/matugen.conf @@ -1,10 +1,10 @@ [ColorScheme] -active_colors=#e7e0e8, #151218, #211f24, #948f99, #49454e, #49454e, #e7e0e8, #38265c, #e7e0e8, #151218, #151218, #000000, #d2bcfd, #38265c, #cdc2db, #cdc2db, #1d1b20, #151218, #151218, #cbc4cf, #cbc4cf -disabled_colors=#cbc4cf, #49454e, #211f24, #948f99, #49454e, #49454e, #cbc4cf, #cbc4cf, #cbc4cf, #49454e, #49454e, #000000, #49454e, #cbc4cf, #cbc4cf, #cbc4cf, #49454e, #49454e, #49454e, #cbc4cf, #cbc4cf -inactive_colors=#cbc4cf, #151218, #211f24, #948f99, #49454e, #49454e, #cbc4cf, #cbc4cf, #cbc4cf, #151218, #151218, #000000, #cdc2db, #342d40, #cdc2db, #cdc2db, #1d1b20, #151218, #151218, #cbc4cf, #cbc4cf +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 [ColorEffects:Disabled] -Color=203,196,207 +Color=214,194,195 ColorAmount=0 ColorEffect=0 ContrastAmount=0.65 @@ -14,7 +14,7 @@ IntensityEffect=2 [ColorEffects:Inactive] ChangeSelectionColor=true -Color=148,143,153 +Color=159,140,142 ColorAmount=0.025 ColorEffect=2 ContrastAmount=0.1 @@ -24,121 +24,121 @@ IntensityAmount=0 IntensityEffect=0 [Colors:Button] -BackgroundAlternate=33,31,36 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:Complementary] -BackgroundAlternate=33,31,36 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:Header] -BackgroundAlternate=21,18,24 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:Header][Inactive] -BackgroundAlternate=21,18,24 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:Selection] -BackgroundAlternate=79,61,116 -BackgroundNormal=210,188,253 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=56,38,92 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=56,38,92 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:Tooltip] -BackgroundAlternate=21,18,24 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:View] -BackgroundAlternate=29,27,32 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [Colors:Window] -BackgroundAlternate=21,18,24 -BackgroundNormal=21,18,24 -DecorationFocus=210,188,253 -DecorationHover=210,188,253 -ForegroundActive=210,188,253 -ForegroundInactive=203,196,207 -ForegroundLink=240,183,197 -ForegroundNegative=255,180,171 -ForegroundNeutral=205,194,219 -ForegroundNormal=231,224,232 -ForegroundPositive=240,183,197 -ForegroundVisited=205,194,219 +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 [WM] -activeBackground=21,18,24 -activeBlend=231,224,232 -activeForeground=231,224,232 -inactiveBackground=21,18,24 -inactiveBlend=203,196,207 -inactiveForeground=203,196,207 \ No newline at end of file +activeBackground=25,17,18 +activeBlend=240,222,224 +activeForeground=240,222,224 +inactiveBackground=25,17,18 +inactiveBlend=214,194,195 +inactiveForeground=214,194,195 \ No newline at end of file diff --git a/qt6ct/.config/qt6ct/qt6ct.conf b/qt6ct/.config/qt6ct/qt6ct.conf index fa55456..052d037 100644 --- a/qt6ct/.config/qt6ct/qt6ct.conf +++ b/qt6ct/.config/qt6ct/qt6ct.conf @@ -3,7 +3,7 @@ color_scheme_path=/home/vivian/.local/share/color-schemes/DankMatugen.colors custom_palette=true icon_theme=candy-icons standard_dialogs=kde -style=Fusion +style=kvantum-dark [Fonts] fixed="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x4\xf8\0\0\x4\x3\0\0\0\0\0\0\0\0\0\0\x4\xf8\0\0\x4\x3\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x4\xf8\0\0\x4\x3) [Troubleshooting] force_raster_widgets=1