diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-13 12:56:57 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-13 12:56:57 +0900 |
| commit | a4c48b0ea0b2b1d474d503fb8d924d190762e999 (patch) | |
| tree | ea3304df1e7df98e173270461b3c90a43cba4b6c /assets/rofi/themes/KooL_style-2-Light.rasi | |
| parent | dd46262fdfaabebb6fd2213a9baec91dd4244086 (diff) | |
Improvements on the rofi.
Utilized message function for additional informations when script is used in conjunction with rofi
Diffstat (limited to 'assets/rofi/themes/KooL_style-2-Light.rasi')
| -rw-r--r-- | assets/rofi/themes/KooL_style-2-Light.rasi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/assets/rofi/themes/KooL_style-2-Light.rasi b/assets/rofi/themes/KooL_style-2-Light.rasi index 9a8677ab..c2fc812f 100644 --- a/assets/rofi/themes/KooL_style-2-Light.rasi +++ b/assets/rofi/themes/KooL_style-2-Light.rasi @@ -164,14 +164,12 @@ button selected { /*****----- Message -----*****/ error-message { padding: 20px; - background-color: transparent; - text-color: black; } textbox { - padding: 20px; - border-radius: 12px; - background-color: white/30%; + padding: 10px; + background-color: gray/25%; text-color: black; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0.5; } + |
