commit 7d96da108ff7f030ee6996e8f9c163c3defa83a1
parent cd8c41afa15baa32e59cee2e73a07dc8e78858f3
Author: ryukamish <[email protected]>
Date: Wed, 3 Jun 2026 18:13:09 +0530
chore: changing to default color of niri
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mako/config b/mako/config
@@ -12,10 +12,10 @@ layer=overlay
anchor=top-right
background-color=#0a0a0a
-progress-color=#f6764f
+progress-color=#7fc8ff
# text-color=#b8a9e9
text-color=#ffffff
-border-color=#9b8ec4
+border-color=#7fc8ff
[urgency=low]
default-timeout=3000
diff --git a/niri/cfg/layout.kdl b/niri/cfg/layout.kdl
@@ -10,7 +10,7 @@ layout {
default-column-width { proportion 0.5; }
focus-ring {
width 2
- active-color "#ffc87f"
+ active-color "#7fc8ff"
inactive-color "#505050"
}