From 987a9cf2afd30080fd192b7d4f476eb70e038d0d Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 30 Apr 2026 12:04:51 +0530 Subject: adding a dark contrast theme for kitty and mako --- kitty/kitty.conf | 2 ++ mako/config | 3 ++- niri/cfg/window-rules.kdl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 321cd59..07d5cf0 100644 --- 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 index dba75a1..81c2a2b 100644 --- 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 index c762c3e..f2b6ff3 100644 --- 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 } -- cgit v1.3