diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-03-20 23:39:49 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2026-03-20 23:39:49 -0700 |
| commit | e22d3ce282b7ce21edc621e182e21a28b883878f (patch) | |
| tree | 6c64d9d3c11f64b3a31008dd3115d1cba62c3952 /dot-config/niri | |
| parent | 7e05e538820ebec4c1e6209696e4b114696197cb (diff) | |
add Mac OS 9 inspired styling
colors from https://github.com/B00merang-Project/Mac-OS-9
lots of visual inspiration from
https://www.reddit.com/r/unixporn/comments/1nsmnhx/xfce_a_little_update_on_my_mac_os_9_themed/
Diffstat (limited to 'dot-config/niri')
| -rw-r--r-- | dot-config/niri/config.kdl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index 1e2f7a2..0bbadd6 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -203,9 +203,9 @@ layout { // If you enable the border, you probably want to disable the focus ring. // off - width 4 - active-color "#658594" - inactive-color "#000000" + width 6 + active-color "#8484b7" + inactive-color "#b0b0b0" // Color of the border around windows that request your attention. urgent-color "#9b0000" |
