From 1be9515382e598270bb9fd47d73e7b7ebb162e0f Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Tue, 13 Jan 2026 20:52:51 +0100 Subject: [PATCH] dms update --- ghostty/.config/ghostty/themes/dankcolors | 22 +++ niri/.config/niri/config.kdl | 3 + niri/.config/niri/dms/alttab.kdl | 13 +- niri/.config/niri/dms/colors.kdl | 29 +-- niri/.config/niri/dms/cursor.kdl | 0 niri/.config/niri/dms/layout.kdl | 33 ++-- niri/.config/niri/dms/outputs.kdl | 14 ++ niri/.config/niri/dms/wpblur.kdl | 7 +- qt6ct/.config/qt6ct/colors/matugen.conf | 214 +++++++++++----------- 9 files changed, 196 insertions(+), 139 deletions(-) create mode 100644 ghostty/.config/ghostty/themes/dankcolors create mode 100644 niri/.config/niri/dms/cursor.kdl create mode 100644 niri/.config/niri/dms/outputs.kdl diff --git a/ghostty/.config/ghostty/themes/dankcolors b/ghostty/.config/ghostty/themes/dankcolors new file mode 100644 index 0000000..a134579 --- /dev/null +++ b/ghostty/.config/ghostty/themes/dankcolors @@ -0,0 +1,22 @@ +background = #191112 +foreground = #f0dee0 +cursor-color = #e91e63 +selection-background = #4a0e2f +selection-foreground = #f0dee0 + +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=#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 2dfb81b..7fce1ed 100644 --- a/niri/.config/niri/config.kdl +++ b/niri/.config/niri/config.kdl @@ -59,6 +59,7 @@ input { } mouse { accel-profile "flat" + accel-speed 0.5 } trackpoint { } @@ -259,3 +260,5 @@ include "dms/colors.kdl" include "dms/layout.kdl" include "dms/alttab.kdl" include "dms/binds.kdl" + +include "dms/outputs.kdl" diff --git a/niri/.config/niri/dms/alttab.kdl b/niri/.config/niri/dms/alttab.kdl index 91d8337..091ea07 100644 --- a/niri/.config/niri/dms/alttab.kdl +++ b/niri/.config/niri/dms/alttab.kdl @@ -1,5 +1,10 @@ -recent-windows { - highlight { +// ! DO NOT EDIT ! + // ! AUTO-GENERATED BY DMS ! + // ! CHANGES WILL BE OVERWRITTEN ! + // ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! + + recent-windows { + highlight { corner-radius 12 - } -} + } + } diff --git a/niri/.config/niri/dms/colors.kdl b/niri/.config/niri/dms/colors.kdl index 7ed04ce..cdbc57c 100644 --- a/niri/.config/niri/dms/colors.kdl +++ b/niri/.config/niri/dms/colors.kdl @@ -1,16 +1,19 @@ +// ! Auto-generated file. Do not edit directly. +// Remove `include "dms/colors.kdl"` from your config to override. + layout { background-color "transparent" focus-ring { - active-color "#ff0080" - inactive-color "#8000ff" - urgent-color "#ff4080" + active-color "#e91e63" + inactive-color "#9f8c8e" + urgent-color "#f2b8b5" } border { - active-color "#ff0080" - inactive-color "#8000ff" - urgent-color "#ff4080" + active-color "#e91e63" + inactive-color "#9f8c8e" + urgent-color "#f2b8b5" } shadow { @@ -18,19 +21,19 @@ layout { } tab-indicator { - active-color "#ff0080" - inactive-color "#8000ff" - urgent-color "#ff4080" + active-color "#e91e63" + inactive-color "#9f8c8e" + urgent-color "#f2b8b5" } insert-hint { - color "#ff008080" + color "#e91e6380" } } recent-windows { highlight { - active-color "#cc0066" - urgent-color "#ff4080" + active-color "#4a0e2f" + urgent-color "#f2b8b5" } -} \ No newline at end of file +} diff --git a/niri/.config/niri/dms/cursor.kdl b/niri/.config/niri/dms/cursor.kdl new file mode 100644 index 0000000..e69de29 diff --git a/niri/.config/niri/dms/layout.kdl b/niri/.config/niri/dms/layout.kdl index 36c08f3..431afbf 100644 --- a/niri/.config/niri/dms/layout.kdl +++ b/niri/.config/niri/dms/layout.kdl @@ -1,17 +1,22 @@ -layout { - gaps 4 +// ! DO NOT EDIT ! + // ! AUTO-GENERATED BY DMS ! + // ! CHANGES WILL BE OVERWRITTEN ! + // ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! - border { - width 2 - } + layout { + gaps 4 - focus-ring { + border { width 2 - } -} -window-rule { - geometry-corner-radius 12 - clip-to-geometry true - tiled-state true - draw-border-with-background false -} + } + + focus-ring { + width 2 + } + } + window-rule { + geometry-corner-radius 12 + clip-to-geometry true + tiled-state true + draw-border-with-background false + } diff --git a/niri/.config/niri/dms/outputs.kdl b/niri/.config/niri/dms/outputs.kdl new file mode 100644 index 0000000..8912b3c --- /dev/null +++ b/niri/.config/niri/dms/outputs.kdl @@ -0,0 +1,14 @@ +// Auto-generated by DMS - do not edit manually + +output "DP-2" { + mode "2560x1440@180.002" + scale 1 + position x=0 y=0 +} + +output "DP-1" { + mode "2560x1440@59.951" + scale 1 + position x=2560 y=140 +} + diff --git a/niri/.config/niri/dms/wpblur.kdl b/niri/.config/niri/dms/wpblur.kdl index 88ac831..3d58802 100644 --- a/niri/.config/niri/dms/wpblur.kdl +++ b/niri/.config/niri/dms/wpblur.kdl @@ -1,4 +1,9 @@ +// ! DO NOT EDIT ! +// ! AUTO-GENERATED BY DMS ! +// ! CHANGES WILL BE OVERWRITTEN ! +// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE ! + layer-rule { match namespace="dms:blurwallpaper" place-within-backdrop true -} \ No newline at end of file +} diff --git a/qt6ct/.config/qt6ct/colors/matugen.conf b/qt6ct/.config/qt6ct/colors/matugen.conf index 6094e1b..b596336 100644 --- a/qt6ct/.config/qt6ct/colors/matugen.conf +++ b/qt6ct/.config/qt6ct/colors/matugen.conf @@ -1,10 +1,10 @@ [ColorScheme] -active_colors=#f0f0f0, #0d0d0d, #1a0d1a, #8000ff, #1a0f1a, #1a0f1a, #f0f0f0, #ffffff, #f0f0f0, #181818, #181818, #000000, #ff0080, #ffffff, #00ff80, #00ff80, #0d0d0d, #0d0d0d, #0d0d0d, #e0e0e0, #e0e0e0 -disabled_colors=#e0e0e0, #1a0f1a, #1a0d1a, #8000ff, #1a0f1a, #1a0f1a, #e0e0e0, #e0e0e0, #e0e0e0, #1a0f1a, #1a0f1a, #000000, #1a0f1a, #e0e0e0, #e0e0e0, #e0e0e0, #1a0f1a, #1a0f1a, #1a0f1a, #e0e0e0, #e0e0e0 -inactive_colors=#e0e0e0, #0d0d0d, #1a0d1a, #8000ff, #1a0f1a, #1a0f1a, #e0e0e0, #e0e0e0, #e0e0e0, #0d0d0d, #0d0d0d, #000000, #00ff80, #ffffff, #00ff80, #00ff80, #0d0d0d, #0d0d0d, #0d0d0d, #e0e0e0, #e0e0e0 +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=224,224,224 +Color=214,194,195 ColorAmount=0 ColorEffect=0 ContrastAmount=0.65 @@ -14,7 +14,7 @@ IntensityEffect=2 [ColorEffects:Inactive] ChangeSelectionColor=true -Color=128,0,255 +Color=159,140,142 ColorAmount=0.025 ColorEffect=2 ContrastAmount=0.1 @@ -24,121 +24,121 @@ IntensityAmount=0 IntensityEffect=0 [Colors:Button] -BackgroundAlternate=26,13,26 -BackgroundNormal=13,13,13 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=26,13,26 -BackgroundNormal=24,24,24 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=24,24,24 -BackgroundNormal=13,13,13 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=13,13,13 -BackgroundNormal=24,24,24 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=204,0,102 -BackgroundNormal=255,0,128 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,255,255 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=255,255,255 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=24,24,24 -BackgroundNormal=13,13,13 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=13,13,13 -BackgroundNormal=24,24,24 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=13,13,13 -BackgroundNormal=24,24,24 -DecorationFocus=255,0,128 -DecorationHover=255,0,128 -ForegroundActive=255,0,128 -ForegroundInactive=224,224,224 -ForegroundLink=0,255,128 -ForegroundNegative=255,64,128 -ForegroundNeutral=0,255,128 -ForegroundNormal=240,240,240 -ForegroundPositive=0,255,128 -ForegroundVisited=0,255,128 +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=13,13,13 -activeBlend=240,240,240 -activeForeground=240,240,240 -inactiveBackground=24,24,24 -inactiveBlend=224,224,224 -inactiveForeground=224,224,224 \ 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