]> src.twobees.de Git - dotfiles.git/blob - iterm.yaml
2c31223c3e65c7b8ca3e137be00463e34037190c
[dotfiles.git] / iterm.yaml
1 # Colors (iTerm 2 default theme)
2 colors:
3   # Default colors
4   primary:
5     background: '0x101421'
6     foreground: '0xfffbf6'
7
8   # Normal colors
9   normal:
10     black:   '0x2e2e2e'
11     red:     '0xeb4129'
12     green:   '0xabe047'
13     yellow:  '0xf6c744'
14     blue:    '0x47a0f3'
15     magenta: '0x7b5cb0'
16     cyan:    '0x64dbed'
17     white:   '0xe5e9f0'
18
19   # Bright colors
20   bright:
21     black:   '0x565656'
22     red:     '0xec5357'
23     green:   '0xc0e17d'
24     yellow:  '0xf9da6a'
25     blue:    '0x49a4f8'
26     magenta: '0xa47de9'
27     cyan:    '0x99faf2'
28     white:   '0xffffff'