aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-catppuccin-latte.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-catppuccin-latte.css')
-rw-r--r--colors/base16-catppuccin-latte.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-catppuccin-latte.css b/colors/base16-catppuccin-latte.css
new file mode 100644
index 0000000..7f0122e
--- /dev/null
+++ b/colors/base16-catppuccin-latte.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Catppuccin Latte
+* author: https://github.com/catppuccin/catppuccin
+* slug: catppuccin-latte
+* slug-underscored: catppuccin_latte
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #eff1f5;
+ border-color: #1e66f5;
+}
+
+button,
+image {
+ color: #acb0be;
+}
+
+button:hover {
+ background-color: rgba(114, 135, 253, 0.15);
+}