summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-03 18:13:09 +0530
committerryukamish <[email protected]>2026-06-03 18:13:09 +0530
commit7d96da108ff7f030ee6996e8f9c163c3defa83a1 (patch)
tree0d61c8f3b2adee7d85eb219e613c6ab3e902a279
parentcd8c41afa15baa32e59cee2e73a07dc8e78858f3 (diff)
chore: changing to default color of niri
-rw-r--r--mako/config4
-rw-r--r--niri/cfg/layout.kdl2
2 files changed, 3 insertions, 3 deletions
diff --git a/mako/config b/mako/config
index 81c2a2b..811d6d9 100644
--- 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
index 3cd6f5f..5f65830 100644
--- 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"
}