diff --git a/data/data.toml b/data/data.toml index f17f24a..eb45569 100644 --- a/data/data.toml +++ b/data/data.toml @@ -61,3 +61,11 @@ external = "~/.config/vivid" [[apps.vivid.paths]] internal = "data/vivid/catppuccin-mocha.yml" url = "https://raw.githubusercontent.com/sharkdp/vivid/master/themes/catppuccin-mocha.yml" + +[[apps.zellij.paths]] +internal = "data/zellij" +external = "~/.config/zellij" + +[[apps.zellij.paths]] +internal = "data/zellij/themes/catppuccin.kdl" +url = "https://raw.githubusercontent.com/zellij-org/zellij/main/example/themes/catppuccin.kdl" diff --git a/data/zellij/config.kdl b/data/zellij/config.kdl new file mode 100644 index 0000000..5e9595a --- /dev/null +++ b/data/zellij/config.kdl @@ -0,0 +1 @@ +theme "catppuccin-mocha" diff --git a/data/zellij/themes/catppuccin.kdl b/data/zellij/themes/catppuccin.kdl new file mode 100644 index 0000000..b8e70bb --- /dev/null +++ b/data/zellij/themes/catppuccin.kdl @@ -0,0 +1,60 @@ +// 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" + } +}