]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/konsole_linux.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / konsole_linux.yaml
1 # Color theme ported from Konsole: Linux colors 
2 colors:  
3   primary:
4     foreground: '0xe3e3e3'
5     bright_foreground: '0xffffff'
6     dim_foreground:    '0xe3e3e3'
7     background: '0x1f1f1f'
8     bright_background: '0x686868' # not sure
9     dim_background:    '0x1f1f1f' # not sure
10
11   cursor:
12     text: '0x191622'
13     cursor: '0xf8f8f2'
14
15   search:
16     matches:
17       foreground: '0xb2b2b2'
18       background: '0xb26818'
19     focused_match:
20       foreground: CellBackground
21       background: CellForeground
22
23   normal:
24     black:   '0x000000'
25     red:     '0xb21818'
26     green:   '0x18b218'
27     yellow:  '0xb26818'
28     blue:    '0x1818b2'
29     magenta: '0xb218b2'
30     cyan:    '0x18b2b2'
31     white:   '0xb2b2b2'
32
33   bright:
34     black:   '0x686868'
35     red:     '0xff5454'
36     green:   '0x54ff54'
37     yellow:  '0xffff54'
38     blue:    '0x5454ff'
39     magenta: '0xff54ff'
40     cyan:    '0x54ffff'
41     white:   '0xffffff'
42
43   dim:
44     black:   '0x000000'
45     red:     '0xb21818'
46     green:   '0x18b218'
47     yellow:  '0xb26818'
48     blue:    '0x1818b2'
49     magenta: '0xb218b2'
50     cyan:    '0x18b2b2'
51     white:   '0xb2b2b2'