diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-08 00:31:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 00:31:54 +0900 |
| commit | 42b449c2bf2c54c5b3f7658f166197dcadf5cd3d (patch) | |
| tree | 5aaa03534a95efa95358f4745f9863a1a892e011 /config/waybar/style/Chroma Edge.css | |
| parent | 55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff) | |
| parent | 0d5617b7f25101bdfee905106eaa898e4dc4f93f (diff) | |
Merge pull request #54 from JaKooLit/main
update from mainstream
Diffstat (limited to 'config/waybar/style/Chroma Edge.css')
| -rw-r--r-- | config/waybar/style/Chroma Edge.css | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/Chroma Edge.css index fac5035a..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; } @@ -107,6 +111,7 @@ tooltip label{ #custom-backlight, #custom-cycle_wall, #custom-keybinds, +#custom-keyboard, #custom-light_dark, #custom-lock, #custom-menu, @@ -162,6 +167,7 @@ tooltip label{ background-color: rgba(50, 50, 50, 0.1); } +#custom-keyboard, #memory { color: #ebcb8b; } |
