diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/niri/noctalia.kdl | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.config/niri/noctalia.kdl b/.config/niri/noctalia.kdl index adbf355..5c06d57 100644 --- a/.config/niri/noctalia.kdl +++ b/.config/niri/noctalia.kdl @@ -1,35 +1,35 @@ layout { focus-ring { - active-color "#67b8e4" - inactive-color "#1c1f21" - urgent-color "#fd4663" + active-color "#a7c080" + inactive-color "#232a2e" + urgent-color "#e67e80" } border { - active-color "#67b8e4" - inactive-color "#1c1f21" - urgent-color "#fd4663" + active-color "#a7c080" + inactive-color "#232a2e" + urgent-color "#e67e80" } shadow { - color "#1c1f2170" + color "#47525870" } tab-indicator { - active-color "#67b8e4" - inactive-color "#0c5f8d" - urgent-color "#fd4663" + active-color "#a7c080" + inactive-color "#4e6924" + urgent-color "#e67e80" } insert-hint { - color "#67b8e480" + color "#a7c08080" } } recent-windows { highlight { - active-color "#67b8e4" - urgent-color "#fd4663" + active-color "#a7c080" + urgent-color "#e67e80" } } |
