]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / marine_dark.yaml
1 # Marine Dark Theme
2 # Source: https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml
3 colors:
4   # Default colors
5   primary:
6     background: '0x002221'
7     foreground: '0xe6f8f8'
8
9   # Normal colors
10   normal:
11     black:   '0x002221'
12     red:     '0xea3431'
13     green:   '0x00b6b6'
14     yellow:  '0xf8b017'
15     blue:    '0x4894fd'
16     magenta: '0xe01dca'
17     cyan:    '0x1ab2ad'
18     white:   '0x99dddb'
19
20   # Bright colors
21   bright:
22     black:   '0x006562'
23     red:     '0xea3431'
24     green:   '0x00b6b6'
25     yellow:  '0xf8b017'
26     blue:    '0x4894fd'
27     magenta: '0xe01dca'
28     cyan:    '0x1ab2ad'
29     white:   '0xe6f6f6'