diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-12 19:38:16 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-12 19:38:16 +0100 |
commit | 458aa6f36860997f8df1ae476647c2535d8646d0 (patch) | |
tree | 10d2977ca025021eca766d25f3f7d104a386e624 /.config/rofi/themes/jms-theme.rasi | |
parent | 871c41a24d3584c7265ae6512ab5862e7e389148 (diff) |
Changed border colors to match the wm active window 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 ee6a8de..319b201 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: #EFEFEF50; + border-color: #33EEFFEE; border-radius: 4px; orientation: horizontal; children: [mainbox]; |