diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-24 16:52:25 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-28 17:01:00 +0200 |
commit | 3b29cf84f7ef869b2baf1a4b1be7def3ce375a9e (patch) | |
tree | 9c77980d120ce4c54d1e0f5923830d202e604511 /.config | |
parent | 4dc22cb5a2a51b550a7ec25f0a9bd37a2537644d (diff) |
rofi: prompt colour
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/themes/onedark.rasi | 2 |
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; |