From 99a2c343bd66dfaa4b465e5a3867256cdd4517ca Mon Sep 17 00:00:00 2001 From: gzagatti Date: Thu, 3 Nov 2022 14:33:17 +0800 Subject: [PATCH] tweak rofi theme. --- rofi/config.rasi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 9cb79ff..f04ab3c 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -6,7 +6,8 @@ configuration { * { font: "Cousine Nerd Font 12"; foreground: #f8f8f2; - background-color: #282a36; + background: #282a36; + background-color: @background; active-background: #6272a4; urgent-background: #ff5555; selected-background: @active-background;