about summary refs log tree commit diff
path: root/config/alacritty/modus-vivendi.toml
blob: 20d13c141cd1d548e469fb7ecbf40a0f41735a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Colors Modus-Vivendi
[colors.normal]
black = '#1e1e1e'
red = '#ff5f59'
green = '#44bc44'
yellow = '#d0bc00'
blue = '#2fafff'
magenta = '#feacd0'
cyan = '#00d3d0'
white = '#ffffff'
[colors.bright]
black = '#535353'
red = '#ff7f9f'
green = '#00c06f'
yellow = '#dfaf7a'
blue = '#00bcff'
magenta = '#b6a0ff'
cyan = '#6ae4b9'
white = '#989898'
[colors.cursor]
cursor = '#ffffff'
text = '#000000'
[colors.primary]
background = '#000000'
foreground = '#ffffff'
[colors.selection]
background = '#5a5a5a'
text = '#ffffff'