aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/themes
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-06-12 19:38:16 +0100
committerJustine Smithies <justine@smithies.me.uk>2025-06-12 19:38:16 +0100
commit458aa6f36860997f8df1ae476647c2535d8646d0 (patch)
tree10d2977ca025021eca766d25f3f7d104a386e624 /.config/rofi/themes
parent871c41a24d3584c7265ae6512ab5862e7e389148 (diff)
Changed border colors to match the wm active window borders
Diffstat (limited to '.config/rofi/themes')
-rw-r--r--.config/rofi/themes/jms-theme.rasi2
-rw-r--r--.config/rofi/themes/power-menu.rasi2
2 files changed, 2 insertions, 2 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];
diff --git a/.config/rofi/themes/power-menu.rasi b/.config/rofi/themes/power-menu.rasi
index a74fc6b..707bf6d 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: #EFEFEF50;
+ border-color: #33EEFFEE;
border-radius: 4px;
orientation: horizontal;
children: [mainbox];