]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/material_theme.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / material_theme.yaml
1 # Colors (Material Theme)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1e282d'
6     foreground: '0xc4c7d1'
7
8   # Normal colors
9   normal:
10     black:   '0x666666'
11     red:     '0xeb606b'
12     green:   '0xc3e88d'
13     yellow:  '0xf7eb95'
14     blue:    '0x80cbc4'
15     magenta: '0xff2f90'
16     cyan:    '0xaeddff'
17     white:   '0xffffff'
18
19   # Bright colors
20   bright:
21     black:   '0xff262b'
22     red:     '0xeb606b'
23     green:   '0xc3e88d'
24     yellow:  '0xf7eb95'
25     blue:    '0x7dc6bf'
26     magenta: '0x6c71c4'
27     cyan:    '0x35434d'
28     white:   '0xffffff'