diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-15 21:02:25 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-15 21:02:25 +0100 |
commit | 8ea833e28c0a478809fb48e8f154a7a06d4ea7fc (patch) | |
tree | ce9489face5e59f355a9c90a9cdfe5686761c009 | |
parent | 683f3347bb3c74002461e9161aeafe58b10ad3d6 (diff) |
Updated border color to match MaomaoWM focused borders
-rw-r--r-- | .config/rofi/themes/jms-theme.rasi | 2 | ||||
-rw-r--r-- | .config/rofi/themes/power-menu.rasi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/rofi/themes/jms-theme.rasi b/.config/rofi/themes/jms-theme.rasi index 319b201..769dcc8 100644 --- a/.config/rofi/themes/jms-theme.rasi +++ b/.config/rofi/themes/jms-theme.rasi @@ -23,7 +23,7 @@ configuration { window { width: 50ch; border: 1px; - border-color: #33EEFFEE; + border-color: #33FFCCFF; border-radius: 4px; orientation: horizontal; children: [mainbox]; diff --git a/.config/rofi/themes/power-menu.rasi b/.config/rofi/themes/power-menu.rasi index 707bf6d..4f0a9a0 100644 --- a/.config/rofi/themes/power-menu.rasi +++ b/.config/rofi/themes/power-menu.rasi @@ -18,7 +18,7 @@ configuration { window { width: 20ch; border: 1px; - border-color: #33EEFFEE; + border-color: #33FFCCFF; border-radius: 4px; orientation: horizontal; children: [mainbox]; |