summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/rofi/config.rasi6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 8ce8279..97a0fd8 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -16,7 +16,7 @@ configuration {
text-color: #FFFFFF;
normal-background: #111111;
normal-foreground: #FFFFFF;
- selected-normal-background: #CCCCCC;
+ selected-normal-background: #FFFFFF;
selected-normal-foreground: #000000;
prompt-foreground: #FFFFFF;
placeholder-foreground: #808080;
@@ -90,7 +90,7 @@ element alternate normal {
}
element selected {
- background-color: #CCCCCC;
+ background-color: #FFFFFF;
text-color: #000000;
}
@@ -109,6 +109,6 @@ message {
textbox {
background-color: transparent;
- text-color: #CCCCCC;
+ text-color: #FFFFFF;
padding: 2px 4px;
}