We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f783f7 commit 734c91aCopy full SHA for 734c91a
powermenu_theme.rasi
@@ -15,12 +15,12 @@ configuration {
15
16
// Colors, modify them to your needs!
17
* {
18
- window-bg-color: rgba(15, 15, 15, 0.7);
+ window-bg-color: rgba(0, 0, 0, 0.6);
19
title-text-color: rgba(255, 255, 255, 1);
20
selected-bg-color: rgba(100, 100, 100, 0.5);
21
unselected-bg-color: rgba(100, 100, 100, 0.1);
22
selected-text-color: rgba(255, 255, 255, 1);
23
- unselected-text-color: rgba(255, 255, 255, 0.5);
+ unselected-text-color: rgba(255, 255, 255, 0.6);
24
}
25
26
// Positions and margins, most likely not going to change
0 commit comments