From e22d3ce282b7ce21edc621e182e21a28b883878f Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 20 Mar 2026 23:39:49 -0700 Subject: 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/ --- dot-config/niri/config.kdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot-config/niri/config.kdl') 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" -- cgit v1.3