diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-14 02:26:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-14 02:26:41 +0900 |
| commit | 82b03036cc3c496c438f8bd4a02e2c226e9a151a (patch) | |
| tree | b8486c42ef498a2fcb3b5ff4a55c75edd924020d /assets/rofi/themes/KooL_style-8.rasi | |
| parent | ffb19d4d7d54388ef30afee7772d6491133a49e4 (diff) | |
Rofi EMOJI Updated :)
Rofi themes updated
Diffstat (limited to 'assets/rofi/themes/KooL_style-8.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-8.rasi | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/assets/rofi/themes/KooL_style-8.rasi b/assets/rofi/themes/KooL_style-8.rasi index 7a54dff5..5d24a2ed 100644 --- a/assets/rofi/themes/KooL_style-8.rasi +++ b/assets/rofi/themes/KooL_style-8.rasi @@ -53,7 +53,7 @@ mainbox { spacing: 0em; padding: 0em; orientation: vertical; - children: [ "inputbar" , "mode-switcher", "listbox" ]; + children: [ "inputbar" , "mode-switcher", "message", "listbox" ]; background-color: transparent; } @@ -105,7 +105,7 @@ listview { spacing: 0.5em; enabled: true; columns: 2; - lines: 3; + lines: 4; cycle: true; dynamic: true; scrollbar: true; @@ -121,10 +121,10 @@ listview { /* ---- Mode Switcher ---- */ mode-switcher { orientation: horizontal; - width: 1em; + width: 2em; enabled: true; padding: 1em; - spacing: 0em; + spacing: 1em; background-color: transparent; } @@ -227,16 +227,17 @@ message { border: 0px; } textbox { + margin: 12px; padding: 12px; - border-radius: 0px; - background-color: @color11; + border-radius: @border-radius; + background-color: @color12; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.5; } error-message { - padding: 12px; - border-radius: 0px; + padding: 0px; + border-radius: @border-radius; background-color: @background; text-color: @foreground; } |
