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;