diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 12:27:49 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 12:27:49 +0900 |
| commit | 86204c8dc9f561d8e8025ac0d4161b68cf93c7db (patch) | |
| tree | cd9fbd14ccf57fa67203f1e1f0626ed0fd72ca1b /config/waybar/style/Translucent Chromatic.css | |
| parent | 86733c1873f9a6e227a2ae7a85c3371fc0b0625f (diff) | |
updated some waybar styles
Diffstat (limited to 'config/waybar/style/Translucent Chromatic.css')
| -rw-r--r-- | config/waybar/style/Translucent Chromatic.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css index 3efc20d6..afe0c10e 100644 --- a/config/waybar/style/Translucent Chromatic.css +++ b/config/waybar/style/Translucent Chromatic.css @@ -76,7 +76,7 @@ tooltip label{ #workspaces button.active { background-color: transparent; - color: #D3D3D3; + color: @accent1; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; @@ -85,6 +85,7 @@ tooltip label{ #workspaces button:hover { background: rgba(0, 0, 0, 0.2); + color: @accent3; padding-left: 2px; padding-right: 2px; animation: gradient_f 20s ease-in infinite; @@ -93,7 +94,7 @@ tooltip label{ #workspaces button.focused { background-color: #bbccdd; - color: #323232; + color: @accent2; /* box-shadow: inset 0 -3px #ffffff; */ } @@ -211,6 +212,7 @@ label:focus { /*padding: 3px;*/ } +#custom-keyboard, #cpu { color: @accent1; } @@ -278,6 +280,7 @@ label:focus { color: #ffa000; } +#keyboard-state, #temperature { color: @accent6; /* background-color: #f0932b; */ |
