diff options
| author | ryukamish <[email protected]> | 2026-04-30 12:04:51 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-30 12:04:51 +0530 |
| commit | 987a9cf2afd30080fd192b7d4f476eb70e038d0d (patch) | |
| tree | d84b79b26981d3da12800303e4220fb572469d1b | |
| parent | ef88490092c735d234c85c255e311abc196c30b7 (diff) | |
adding a dark contrast theme for kitty and mako
| -rw-r--r-- | kitty/kitty.conf | 2 | ||||
| -rw-r--r-- | mako/config | 3 | ||||
| -rw-r--r-- | 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 } |
