diff options
Diffstat (limited to '.config/waybar/latte.css')
-rw-r--r-- | .config/waybar/latte.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/waybar/latte.css b/.config/waybar/latte.css new file mode 100644 index 0000000..085cc3e --- /dev/null +++ b/.config/waybar/latte.css | |||
@@ -0,0 +1,37 @@ | |||
1 | /* | ||
2 | * | ||
3 | * Catppuccin Latte palette | ||
4 | * Maintainer: rubyowo | ||
5 | * | ||
6 | */ | ||
7 | |||
8 | @define-color base #eff1f5; | ||
9 | @define-color mantle #e6e9ef; | ||
10 | @define-color crust #dce0e8; | ||
11 | |||
12 | @define-color text #4c4f69; | ||
13 | @define-color subtext0 #6c6f85; | ||
14 | @define-color subtext1 #5c5f77; | ||
15 | |||
16 | @define-color surface0 #ccd0da; | ||
17 | @define-color surface1 #bcc0cc; | ||
18 | @define-color surface2 #acb0be; | ||
19 | |||
20 | @define-color overlay0 #9ca0b0; | ||
21 | @define-color overlay1 #8c8fa1; | ||
22 | @define-color overlay2 #7c7f93; | ||
23 | |||
24 | @define-color blue #1e66f5; | ||
25 | @define-color lavender #7287fd; | ||
26 | @define-color sapphire #209fb5; | ||
27 | @define-color sky #04a5e5; | ||
28 | @define-color teal #179299; | ||
29 | @define-color green #40a02b; | ||
30 | @define-color yellow #df8e1d; | ||
31 | @define-color peach #fe640b; | ||
32 | @define-color maroon #e64553; | ||
33 | @define-color red #d20f39; | ||
34 | @define-color mauve #8839ef; | ||
35 | @define-color pink #ea76cb; | ||
36 | @define-color flamingo #dd7878; | ||
37 | @define-color rosewater #dc8a78; | ||