diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/config.rasi##template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template index 4e12745..829d602 100644 --- a/.config/rofi/config.rasi##template +++ b/.config/rofi/config.rasi##template @@ -12,7 +12,7 @@ configuration { * { background-color: ${background}; - text-color: ${foregound}; + text-color: ${foreground}; spacing: 0; {% if yadm.hostname == "thoncc" %} width: 400; @@ -57,7 +57,7 @@ element { element selected { background-color: ${accent}; - text-color: @background-color; + text-color: ${accent_text}; } element-text { |