diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-07 21:53:27 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-07 21:53:27 +0100 |
commit | 12349af5b3630d05eb8361b6f7335a6492cc10d9 (patch) | |
tree | 42ee0784674cae2ad8ad70f6c48ae6dd9cc17966 /.config/rofi/config.rasi##template | |
parent | 090116c1d6d0bf3ececd88622acd11812275c454 (diff) |
forgor rofi config update
Diffstat (limited to '.config/rofi/config.rasi##template')
-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 { |