From 78f7d05ddf04975c154a7eaff0940f18a94fe6b7 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 18 Sep 2022 20:43:15 +0200 Subject: [PATCH] fixed undefined red color in rofi theme --- config/rofi/mytheme.rasi | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rofi/mytheme.rasi b/config/rofi/mytheme.rasi index cf292f2..e3caa7f 100644 --- a/config/rofi/mytheme.rasi +++ b/config/rofi/mytheme.rasi @@ -17,6 +17,7 @@ foreground-normal: @foreground; urgent: #333333; active-fg: #ef5350; + red: #ff0000; /* background */ normal-background: @background;