X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fcatppuccin.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fcatppuccin.yaml;h=e25440ac65e863a48c1eb92289dc396da083c6db;hb=b8030835635ae68ab8574312b1b663d1237103ad;hp=0000000000000000000000000000000000000000;hpb=f4140dc0fdc0ca9e384ab4592df70ecd46a4aca3;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml b/stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml new file mode 100644 index 0000000..e25440a --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml @@ -0,0 +1,42 @@ + +# Catppuccino theme scheme for Alacritty + +colors: + primary: + background: '#1E1E2E' + foreground: '0xd6d6d6' + + cursor: + text: '#CDD6F4' + cursor: '#D9D9D9' + + normal: + black: '#181A1F' + red: '#E86671' + green: '#98C379' + yellow: '#E5C07B' + blue: '#61AFEF' + magenta: '#C678DD' + cyan: '#54AFBC' + white: '#ABB2BF' + + bright: + black: '#5C6370' + red: '#E86671' + green: '#98C379' + yellow: '#E5C07B' + blue: '#61AFEF' + magenta: '#C678DD' + cyan: '#54AFBC' + white: '0xf7f7f7' + + dim: + black: '#5C6370' + red: '0x74423f' + green: '#98C379' + yellow: '#E5C07B' + blue: '#61AFEF' + magenta: '0x6e4962' + cyan: '0x5c8482' + white: '0x828282' +