]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/ubuntu.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / ubuntu.yaml
1 # 0x From the Ubuntu terminal color palette
2 colors:
3   # 0x Default colors
4   primary:
5     background: '0x300a24'
6     foreground: '0xeeeeec'
7
8   # 0x Colors the cursor will use if `custom_cursor_colors` is true
9   cursor:
10     text: '0xbbbbbb'
11     cursor: '0xb4d5ff'
12
13   # 0x Normal colors
14   normal:
15     black:   '0x2e3436'
16     red:     '0xcc0000'
17     green:   '0x4e9a06'
18     yellow:  '0xc4a000'
19     blue:    '0x3465a4'
20     magenta: '0x75507b'
21     cyan:    '0x06989a'
22     white:   '0xd3d7cf'
23
24   # 0x Bright colors
25   bright:
26     black:   '0x555753'
27     red:     '0xef2929'
28     green:   '0x8ae234'
29     yellow:  '0xfce94f'
30     blue:    '0x729fcf'
31     magenta: '0xad7fa8'
32     cyan:    '0x34e2e2'
33     white:   '0xeeeeec'