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/Chroma Edge.css | |
| parent | 86733c1873f9a6e227a2ae7a85c3371fc0b0625f (diff) | |
updated some waybar styles
Diffstat (limited to 'config/waybar/style/Chroma Edge.css')
| -rw-r--r-- | config/waybar/style/Chroma Edge.css | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/Chroma Edge.css index 7195b3f1..797d0d68 100644 --- a/config/waybar/style/Chroma Edge.css +++ b/config/waybar/style/Chroma Edge.css @@ -49,9 +49,10 @@ tooltip { tooltip label{ color: #cdd6f4; } + #workspaces button { - color: #7984a4; - background-color: transparent; + background-color: transparent; + color: grey; box-shadow: none; text-shadow: none; padding: 0px; @@ -62,21 +63,24 @@ tooltip label{ transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } -#workspace button.hover { - background-color: transparent; - padding-left: 2px; - padding-right: 2px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} #workspaces button.active { - color: white; + background-color: transparent; + color: #D3D3D3; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } +#workspaces button:hover { + background: rgba(0, 0, 0, 0.2); + color: #D3D3D3; + padding-left: 2px; + padding-right: 2px; + animation: gradient_f 20s ease-in infinite; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); +} + #workspaces button.urgent { background-color: #eb4d4b; } @@ -163,6 +167,7 @@ tooltip label{ background-color: rgba(50, 50, 50, 0.1); } +#custom-keyboard, #memory { color: #ebcb8b; } |
