]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/omni.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / omni.yaml
1 colors:
2   primary:
3     background: '0x191622'
4     foreground: '0xe1e1e6'
5
6   cursor:
7     text: '0x191622'
8     cursor: '0xf8f8f2'
9
10   normal:
11     black: '0x000000'
12     red: '0xff5555'
13     green: '0x50fa7b'
14     yellow: '0xeffa78'
15     blue: '0xbd93f9'
16     magenta: '0xff79c6'
17     cyan: '0x8d79ba'
18     white: '0xbfbfbf'
19
20   bright:
21     black: '0x4d4d4d'
22     red: '0xff6e67'
23     green: '0x5af78e'
24     yellow: '0xeaf08d'
25     blue: '0xcaa9fa'
26     magenta: '0xff92d0'
27     cyan: '0xaa91e3'
28     white: '0xe6e6e6'
29
30   dim:
31     black: '0x000000'
32     red: '0xa90000'
33     green: '0x049f2b'
34     yellow: '0xa3b106'
35     blue: '0x530aba'
36     magenta: '0xbb006b'
37     cyan: '0x433364'
38     white: '0x5f5f5f'