]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/kanagawa_dragon.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / kanagawa_dragon.yaml
1 # Colors (Kanagawa Dragon)
2 # Source: https://github.com/rebelot/kanagawa.nvim
3 colors:
4   primary:
5     background: '0x181616'
6     foreground: '0xc5c9c5'
7
8   normal:
9     black: '0x0d0c0c'
10     blue: '0x8ba4b0'
11     cyan: '0x8ea4a2'
12     green: '0x8a9a7b'
13     magenta: '0xa292a3'
14     red: '0xc4746e'
15     white: '0xC8C093'
16     yellow: '0xc4b28a'
17
18   bright:
19     black: '0xa6a69c'
20     blue: '0x7FB4CA'
21     cyan: '0x7AA89F'
22     green: '0x87a987'
23     magenta: '0x938AA9'
24     red: '0xE46876'
25     white: '0xc5c9c5'
26     yellow: '0xE6C384'
27
28   selection:
29     background: '0x2d4f67'
30     foreground: '0xc8c093'
31
32   indexed_colors:
33     - { index: 16, color: '0xffa066' }
34     - { index: 17, color: '0xff5d62' }