From 45aaa45d258a6eddba61a1c737e3c9861fc0dd78 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Mon, 27 Apr 2026 15:22:05 +0530 Subject: add: color overhaul --- mako/config | 6 ++++-- niri/cfg/layout.kdl | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mako/config b/mako/config index 80c366e..dba75a1 100644 --- a/mako/config +++ b/mako/config @@ -11,11 +11,13 @@ max-visible=3 layer=overlay anchor=top-right -background-color=#000000 +background-color=#0a0a0a +progress-color=#f6764f +text-color=#b8a9e9 +border-color=#9b8ec4 [urgency=low] default-timeout=3000 -border-color=#808080 [urgency=normal] default-timeout=10000 diff --git a/niri/cfg/layout.kdl b/niri/cfg/layout.kdl index e755b07..26df73f 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 "#7fc8ff" + active-color "#f6764f" } border { -- cgit v1.3