diff options
Diffstat (limited to 'config/rofi/themes/KooL_style-4.rasi')
| -rw-r--r-- | config/rofi/themes/KooL_style-4.rasi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi index b440189b..8a7b8ed7 100644 --- a/config/rofi/themes/KooL_style-4.rasi +++ b/config/rofi/themes/KooL_style-4.rasi @@ -57,7 +57,7 @@ configuration { /*****-- Elements Font Size -----*****/ element-text { - font: "JetBrainsMono Nerd Font SemiBold 12"; + font: "JetBrainsMono Nerd Font SemiBold 13"; } /*****----- Main Window -----*****/ @@ -221,6 +221,8 @@ element normal.active { background-color: transparent; text-color: @active-foreground; } + +element-text selected, element selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; |
