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 | |
| parent | ffb19d4d7d54388ef30afee7772d6491133a49e4 (diff) | |
Rofi EMOJI Updated :)
Rofi themes updated
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/rofi/themes/KooL_LonerOrZ.rasi | 11 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-2-Dark.rasi | 10 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-2-Light.rasi | 14 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi | 9 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-5.rasi | 4 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-7.rasi | 10 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-8.rasi | 17 | ||||
| -rw-r--r-- | assets/rofi/themes/KooL_style-9.rasi | 2 |
8 files changed, 50 insertions, 27 deletions
diff --git a/assets/rofi/themes/KooL_LonerOrZ.rasi b/assets/rofi/themes/KooL_LonerOrZ.rasi index 2803b693..4ad64054 100644 --- a/assets/rofi/themes/KooL_LonerOrZ.rasi +++ b/assets/rofi/themes/KooL_LonerOrZ.rasi @@ -105,7 +105,7 @@ listview { mainbox { background-color: @BG; - children: [ inputbar, listview ]; + children: [ inputbar, message, listview ]; spacing: 15px; padding: 15px; } @@ -168,13 +168,18 @@ element selected.active { } /*****----- Message -----*****/ +message { + background-color: transparent; + border: 0px; +} error-message { padding: 20px; } textbox { padding: 10px; - background-color: @BG; - text-color: @FG; + border-radius: 10px; + background-color: @BDR; + text-color: @SEL; vertical-align: 0.5; horizontal-align: 0.5; } diff --git a/assets/rofi/themes/KooL_style-2-Dark.rasi b/assets/rofi/themes/KooL_style-2-Dark.rasi index cbacce1c..1925203b 100644 --- a/assets/rofi/themes/KooL_style-2-Dark.rasi +++ b/assets/rofi/themes/KooL_style-2-Dark.rasi @@ -52,7 +52,7 @@ mainbox { padding: 40px; border-radius: 12px; background-color: black/90%; - children: [ "inputbar", "mode-switcher", "listview" ]; + children: [ "inputbar", "mode-switcher", "message", "listview" ]; } /*****----- Inputbar -----*****/ @@ -161,13 +161,17 @@ button selected { } /*****----- Message -----*****/ +message { + background-color: transparent; + border: 0px; +} error-message { padding: 20px; } textbox { padding: 10px; - background-color: black/75%; - text-color: white; + background-color: #719DF9; + text-color: inherit; vertical-align: 0.5; horizontal-align: 0.5; } diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi index c2fc812f..118b6e54 100644 --- a/assets/rofi/themes/KooL_style-2-Light.rasi +++ b/assets/rofi/themes/KooL_style-2-Light.rasi @@ -52,7 +52,7 @@ mainbox { padding: 40px; border-radius: 12px; background-color: white/90%; - children: [ "inputbar", "mode-switcher", "listview" ]; + children: [ "inputbar", "mode-switcher", "message", "listview" ]; } /*****----- Inputbar -----*****/ @@ -152,23 +152,27 @@ button { padding: 6px; border: 0px solid; border-radius: 100%; - background-color: #719DF9; + background-color: #719DF9; text-color: inherit; cursor: pointer; } button selected { - background-color: #F37277; + background-color: #F37277; text-color: inherit; } /*****----- Message -----*****/ +message { + background-color: transparent; + border: 0px; +} error-message { padding: 20px; } textbox { padding: 10px; - background-color: gray/25%; - text-color: black; + background-color: #719DF9; + text-color: inherit; vertical-align: 0.5; horizontal-align: 0.5; } diff --git a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi index 55277f61..0dbf45bc 100644 --- a/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi +++ b/assets/rofi/themes/KooL_style-3-Fullscreen-v2.rasi @@ -90,7 +90,7 @@ mainbox { border-radius: 0px 0px 0px 0px; border-color: @selected; background-color: transparent; - children: [ "inputbar", "listview" ]; + children: [ "inputbar", "message", "listview" ]; } /*****----- Inputbar -----*****/ @@ -196,6 +196,10 @@ element-text { } /*****----- Message -----*****/ +message { + background-color: transparent; + border: 0px; +} error-message { padding: 0px; border-color: @selected; @@ -204,7 +208,8 @@ error-message { } textbox { padding: 20px; - background-color: black/10%; + border-radius: 15px; + background-color: white / 10%; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.5; diff --git a/assets/rofi/themes/KooL_style-5.rasi b/assets/rofi/themes/KooL_style-5.rasi index 3d1f9220..135c6ba0 100644 --- a/assets/rofi/themes/KooL_style-5.rasi +++ b/assets/rofi/themes/KooL_style-5.rasi @@ -80,7 +80,7 @@ imagebox { listbox { spacing: 4px; orientation: vertical; - children: [ "listview" ]; + children: [ "message", "listview" ]; padding: 10px; border-radius: 12px; border: 1px; @@ -256,7 +256,7 @@ textbox { } error-message { padding: 12px; - border-radius: 20px; + border-radius: 12px; background-color: @background-alt; text-color: @background; }
\ No newline at end of file diff --git a/assets/rofi/themes/KooL_style-7.rasi b/assets/rofi/themes/KooL_style-7.rasi index c5bec637..2ad7f714 100644 --- a/assets/rofi/themes/KooL_style-7.rasi +++ b/assets/rofi/themes/KooL_style-7.rasi @@ -64,7 +64,7 @@ mainbox { border-radius: 0px 0px 0px 0px; border-color: @selected; background-color: transparent; - children: [ "inputbar", "listview" ]; + children: [ "inputbar", "message", "listview" ]; } /*****----- Inputbar -----*****/ @@ -177,18 +177,22 @@ element-text { } /*****----- Message -----*****/ +message { + background-color: transparent; + border: 0px; +} error-message { padding: 20px; border: 2px solid; border-radius: 20px; - border-color: @selected; + border-color: @active; background-color: @background; text-color: @foreground; } textbox { padding: 10px; border-radius: 20px; - background-color: @color11; + background-color: @selected; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.5; 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; } diff --git a/assets/rofi/themes/KooL_style-9.rasi b/assets/rofi/themes/KooL_style-9.rasi index a03f877f..7c49d929 100644 --- a/assets/rofi/themes/KooL_style-9.rasi +++ b/assets/rofi/themes/KooL_style-9.rasi @@ -48,7 +48,7 @@ window { border: 2px; border-color: @BDR; border-radius: 10px; - width: 25%; + width: 30%; anchor: center; x-offset: 0; y-offset: 0; |
