diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:32:33 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:32:33 +0900 |
| commit | 8040be99a879c8af745905fc88655c6b04450e8e (patch) | |
| tree | d4b41e060bafa198a15c78d248ff4cfb2e290b48 /config/waybar/style/latte.css | |
| parent | 8610d39bf22c0a087871e98e4f92822ba5b56ac6 (diff) | |
Added Top & Bot waybar v2 layout, Prismatic Glow waybar style. Adjust Select wallpaper yad to avoid multiple yad notification
Diffstat (limited to 'config/waybar/style/latte.css')
| -rw-r--r-- | config/waybar/style/latte.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/waybar/style/latte.css b/config/waybar/style/latte.css new file mode 100644 index 00000000..085cc3e0 --- /dev/null +++ b/config/waybar/style/latte.css @@ -0,0 +1,37 @@ +/* +* +* Catppuccin Latte palette +* Maintainer: rubyowo +* +*/ + +@define-color base #eff1f5; +@define-color mantle #e6e9ef; +@define-color crust #dce0e8; + +@define-color text #4c4f69; +@define-color subtext0 #6c6f85; +@define-color subtext1 #5c5f77; + +@define-color surface0 #ccd0da; +@define-color surface1 #bcc0cc; +@define-color surface2 #acb0be; + +@define-color overlay0 #9ca0b0; +@define-color overlay1 #8c8fa1; +@define-color overlay2 #7c7f93; + +@define-color blue #1e66f5; +@define-color lavender #7287fd; +@define-color sapphire #209fb5; +@define-color sky #04a5e5; +@define-color teal #179299; +@define-color green #40a02b; +@define-color yellow #df8e1d; +@define-color peach #fe640b; +@define-color maroon #e64553; +@define-color red #d20f39; +@define-color mauve #8839ef; +@define-color pink #ea76cb; +@define-color flamingo #dd7878; +@define-color rosewater #dc8a78; |
