Skip to content

Commit 734c91a

Browse files
author
lu0
committed
Make bg darker and unselected fg brighter
1 parent 2f783f7 commit 734c91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powermenu_theme.rasi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ configuration {
1515

1616
// Colors, modify them to your needs!
1717
* {
18-
window-bg-color: rgba(15, 15, 15, 0.7);
18+
window-bg-color: rgba(0, 0, 0, 0.6);
1919
title-text-color: rgba(255, 255, 255, 1);
2020
selected-bg-color: rgba(100, 100, 100, 0.5);
2121
unselected-bg-color: rgba(100, 100, 100, 0.1);
2222
selected-text-color: rgba(255, 255, 255, 1);
23-
unselected-text-color: rgba(255, 255, 255, 0.5);
23+
unselected-text-color: rgba(255, 255, 255, 0.6);
2424
}
2525

2626
// Positions and margins, most likely not going to change

0 commit comments

Comments
 (0)