summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-01 00:04:06 +0200
committerGitHub <noreply@github.com>2026-04-01 00:04:06 +0200
commit04196cd9dcf6f2d2b2d4de9b940d60a3953dd302 (patch)
treeca05effa31bf08882cb723e14b47416b93c5d730
parent5ff0672d2b3e47230c5df0d086dcee51dbbaba5a (diff)
Update config.rasi
-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;
}