From ce7af37dfca7b02a118d3d2422fd1ff434f4d4de Mon Sep 17 00:00:00 2001 From: KenichiNishiya Date: Sun, 11 Sep 2022 12:05:32 -0300 Subject: [PATCH] Fixed Type-2 Sytle-2 theming --- files/launchers/type-2/style-2.rasi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/launchers/type-2/style-2.rasi b/files/launchers/type-2/style-2.rasi index 49502a0..12ec997 100644 --- a/files/launchers/type-2/style-2.rasi +++ b/files/launchers/type-2/style-2.rasi @@ -134,6 +134,10 @@ element normal.normal { background-color: @background; text-color: @foreground; } +element alternate.normal { + background-color: @background; + text-color: @foreground; +} element selected.normal { background-color: @selected; text-color: @background;