From 12349af5b3630d05eb8361b6f7335a6492cc10d9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 7 Mar 2024 21:53:27 +0100 Subject: forgor rofi config update --- .config/rofi/config.rasi##template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/rofi/config.rasi##template') 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 { -- cgit v1.2.3