]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/oceanic_next.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / oceanic_next.yaml
1 # Colors (Oceanic Next)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1b2b34'
6     foreground: '0xd8dee9'
7
8   # Normal colors
9   normal:
10     black:   '0x29414f'
11     red:     '0xec5f67'
12     green:   '0x99c794'
13     yellow:  '0xfac863'
14     blue:    '0x6699cc'
15     magenta: '0xc594c5'
16     cyan:    '0x5fb3b3'
17     white:   '0x65737e'
18
19   # Bright colors
20   bright:
21     black:   '0x405860'
22     red:     '0xec5f67'
23     green:   '0x99c794'
24     yellow:  '0xfac863'
25     blue:    '0x6699cc'
26     magenta: '0xc594c5'
27     cyan:    '0x5fb3b3'
28     white:   '0xadb5c0'