diff options
author | freya <Freya Murphy> | 2025-01-21 02:43:35 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-21 02:45:29 +0000 |
commit | 05ea082c5fed25655e59ed7851c0cd53b0624b35 (patch) | |
tree | 87390bf699e04027f042ccfc10743a42bf768788 /modules/themes/catppuccin/latte.nix | |
download | dotfiles-nix-05ea082c5fed25655e59ed7851c0cd53b0624b35.tar.gz dotfiles-nix-05ea082c5fed25655e59ed7851c0cd53b0624b35.tar.bz2 dotfiles-nix-05ea082c5fed25655e59ed7851c0cd53b0624b35.zip |
initial
Diffstat (limited to 'modules/themes/catppuccin/latte.nix')
-rw-r--r-- | modules/themes/catppuccin/latte.nix | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/themes/catppuccin/latte.nix b/modules/themes/catppuccin/latte.nix new file mode 100644 index 0000000..476e123 --- /dev/null +++ b/modules/themes/catppuccin/latte.nix @@ -0,0 +1,21 @@ +{ + name = "Catppuccin Latte"; + author = "https://github.com/catppuccin/catppuccin"; + + base00 = "eff1f5"; # base + base01 = "e6e9ef"; # mantle + base02 = "ccd0da"; # surface0 + base03 = "bcc0cc"; # surface1 + base04 = "acb0be"; # surface2 + base05 = "4c4f69"; # text + base06 = "dc8a78"; # rosewater + base07 = "7287fd"; # lavender + base08 = "d20f39"; # red + base09 = "fe640b"; # peach + base0A = "df8e1d"; # yellow + base0B = "40a02b"; # green + base0C = "179299"; # teal + base0D = "1e66f5"; # blue + base0E = "8839ef"; # mauve + base0F = "dd7878"; # flamingo +} |