commit 987a9cf2afd30080fd192b7d4f476eb70e038d0d
parent ef88490092c735d234c85c255e311abc196c30b7
Author: ryukamish <[email protected]>
Date: Thu, 30 Apr 2026 12:04:51 +0530
adding a dark contrast theme for kitty and mako
Diffstat:
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/kitty/kitty.conf b/kitty/kitty.conf
@@ -1,3 +1,5 @@
+# include themes/highframe.conf
+
font_family JetBrainsMono Nerd Font
font_size 12
bold_font auto
diff --git a/mako/config b/mako/config
@@ -13,7 +13,8 @@ anchor=top-right
background-color=#0a0a0a
progress-color=#f6764f
-text-color=#b8a9e9
+# text-color=#b8a9e9
+text-color=#ffffff
border-color=#9b8ec4
[urgency=low]
diff --git a/niri/cfg/window-rules.kdl b/niri/cfg/window-rules.kdl
@@ -49,7 +49,7 @@ window-rule {
// Rounded cornors for all windows
window-rule {
- geometry-corner-radius 0
+ geometry-corner-radius 8
clip-to-geometry true
}