summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-07-24 16:52:25 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-07-28 17:01:00 +0200
commit3b29cf84f7ef869b2baf1a4b1be7def3ce375a9e (patch)
tree9c77980d120ce4c54d1e0f5923830d202e604511
parent4dc22cb5a2a51b550a7ec25f0a9bd37a2537644d (diff)
rofi: prompt colour
-rw-r--r--.config/rofi/themes/onedark.rasi2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/themes/onedark.rasi b/.config/rofi/themes/onedark.rasi
index 9246606..11d3ad9 100644
--- a/.config/rofi/themes/onedark.rasi
+++ b/.config/rofi/themes/onedark.rasi
@@ -29,7 +29,7 @@ inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
prompt {
- text-color: var(blue);
+ text-color: var(red);
}
textbox-prompt-colon {
expand: false;