summaryrefslogtreecommitdiffstats
path: root/example/themes/catppuccin.kdl
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-04-27 00:26:07 +0900
committerGitHub <noreply@github.com>2023-04-27 00:26:07 +0900
commitff36798c9e52c9c73111afd03c9a69ecb1aee073 (patch)
treec03640f71a6dc08ef544e8dd34aa4ce5c49ff28f /example/themes/catppuccin.kdl
parent0a8bbd7f2310b849dec324aae88c546f82ec7fe8 (diff)
feat: provide default themes (#2307)
* refactor: move themes to zellij-assets * feat: add theme to the binary * chore: move new theme from example to assets
Diffstat (limited to 'example/themes/catppuccin.kdl')
-rw-r--r--example/themes/catppuccin.kdl60
1 files changed, 0 insertions, 60 deletions
diff --git a/example/themes/catppuccin.kdl b/example/themes/catppuccin.kdl
deleted file mode 100644
index b8e70bbb6..000000000
--- a/example/themes/catppuccin.kdl
+++ /dev/null
@@ -1,60 +0,0 @@
-// Catppuccin Theme:
-// https://github.com/catppuccin/catppuccin
-
-themes {
- catppuccin-latte {
- bg "#acb0be" // Surface2
- fg "#acb0be" // Surface2
- red "#d20f39"
- green "#40a02b"
- blue "#1e66f5"
- yellow "#df8e1d"
- magenta "#ea76cb" // Pink
- orange "#fe640b" // Peach
- cyan "#04a5e5" // Sky
- black "#dce0e8" // Crust
- white "#4c4f69" // Text
- }
-
- catppuccin-frappe {
- bg "#626880" // Surface2
- fg "#c6d0f5"
- red "#e78284"
- green "#a6d189"
- blue "#8caaee"
- yellow "#e5c890"
- magenta "#f4b8e4" // Pink
- orange "#ef9f76" // Peach
- cyan "#99d1db" // Sky
- black "#292c3c" // Mantle
- white "#c6d0f5"
- }
-
- catppuccin-macchiato {
- bg "#5b6078" // Surface2
- fg "#cad3f5"
- red "#ed8796"
- green "#a6da95"
- blue "#8aadf4"
- yellow "#eed49f"
- magenta "#f5bde6" // Pink
- orange "#f5a97f" // Peach
- cyan "#91d7e3" // Sky
- black "#1e2030" // Mantle
- white "#cad3f5"
- }
-
- catppuccin-mocha {
- bg "#585b70" // Surface2
- fg "#cdd6f4"
- red "#f38ba8"
- green "#a6e3a1"
- blue "#89b4fa"
- yellow "#f9e2af"
- magenta "#f5c2e7" // Pink
- orange "#fab387" // Peach
- cyan "#89dceb" // Sky
- black "#181825" // Mantle
- white "#cdd6f4"
- }
-}