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 /.config/rofi/themes/jms-theme.rasi | |
parent | 683f3347bb3c74002461e9161aeafe58b10ad3d6 (diff) |
Updated border color to match MaomaoWM focused borders
Diffstat (limited to '.config/rofi/themes/jms-theme.rasi')
-rw-r--r-- | .config/rofi/themes/jms-theme.rasi | 2 |
1 files changed, 1 insertions, 1 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]; |