diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-11 01:41:05 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-11 01:41:05 +0900 |
| commit | 166ebd4a04d12c38f2493a4bfbe59d1e58fcd1dc (patch) | |
| tree | cca385d3fdf3fec82ac59310c912db3ee9bf7da1 /config/rofi | |
| parent | 1b691b5d8b6b3b3bada39b7bcdc0b2d5bd163195 (diff) | |
config.rasi color, wallust-kitty, Dark Obsidian Waybar CSS updated.
Diffstat (limited to 'config/rofi')
| -rwxr-xr-x | config/rofi/config.rasi | 8 | ||||
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 8 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 908e2d56..2042f9c5 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -133,8 +133,8 @@ button { width: 5%; padding: 12px; border-radius: 12px; - background-color: @background-alt; - text-color: @selected; + background-color: @text-selected; + text-color: @text-color; cursor: pointer; } button selected { @@ -224,7 +224,7 @@ textbox { padding: 12px; border-radius: 10px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; vertical-align: 0.5; horizontal-align: 0.0; } @@ -232,5 +232,5 @@ error-message { padding: 12px; border-radius: 20px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 908e2d56..2042f9c5 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -133,8 +133,8 @@ button { width: 5%; padding: 12px; border-radius: 12px; - background-color: @background-alt; - text-color: @selected; + background-color: @text-selected; + text-color: @text-color; cursor: pointer; } button selected { @@ -224,7 +224,7 @@ textbox { padding: 12px; border-radius: 10px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; vertical-align: 0.5; horizontal-align: 0.0; } @@ -232,5 +232,5 @@ error-message { padding: 12px; border-radius: 20px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 0d8f28bb..3f7a2dc6 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -133,7 +133,7 @@ button { width: 110px; padding: 12px; border-radius: 12px; - background-color: @background-alt; + background-color: @text-selected; text-color: @text-color; cursor: pointer; } @@ -224,12 +224,12 @@ textbox { padding: 12px; border-radius: 10px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; vertical-align: 0.5; } error-message { padding: 12px; border-radius: 20px; background-color: @background-alt; - text-color: @foreground; + text-color: @background; } |
