diff options
Diffstat (limited to 'public/css/colorschemes/catppuccin-latte.css')
-rw-r--r-- | public/css/colorschemes/catppuccin-latte.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/colorschemes/catppuccin-latte.css b/public/css/colorschemes/catppuccin-latte.css new file mode 100644 index 0000000..5990649 --- /dev/null +++ b/public/css/colorschemes/catppuccin-latte.css @@ -0,0 +1,13 @@ +:root { + --background: #dce0e8; + --background-secondary: #ccd0da; + --foreground: #4c4f69; + --links: #1e66f5; + --warning: #ff7272; + --warning-box-bg: #f64a3c; + --warning-box-border: #c81a11; +} + +html { + color-scheme: light; +} |