]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/catppuccin.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / catppuccin.yaml
1
2 # Catppuccino theme scheme for Alacritty
3
4 colors:
5   primary:
6     background: '#1E1E2E'
7     foreground: '0xd6d6d6'
8
9   cursor:
10     text: '#CDD6F4'
11     cursor: '#D9D9D9'
12
13   normal:
14     black: '#181A1F'
15     red: '#E86671'
16     green: '#98C379'
17     yellow: '#E5C07B'
18     blue: '#61AFEF'
19     magenta: '#C678DD'
20     cyan: '#54AFBC'
21     white: '#ABB2BF'
22
23   bright:
24     black: '#5C6370'
25     red: '#E86671'
26     green: '#98C379'
27     yellow: '#E5C07B'
28     blue: '#61AFEF'
29     magenta: '#C678DD'
30     cyan: '#54AFBC'
31     white: '0xf7f7f7'
32
33   dim:
34     black: '#5C6370'
35     red: '0x74423f'
36     green: '#98C379'
37     yellow: '#E5C07B'
38     blue: '#61AFEF'
39     magenta: '0x6e4962'
40     cyan: '0x5c8482'
41     white: '0x828282'
42