From 82b03036cc3c496c438f8bd4a02e2c226e9a151a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 14 Feb 2025 02:26:41 +0900 Subject: Rofi EMOJI Updated :) Rofi themes updated --- assets/rofi/themes/KooL_style-2-Light.rasi | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'assets/rofi/themes/KooL_style-2-Light.rasi') 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; } -- cgit v1.2.3