blob: 6b68f6a9769712759f7415dd2b7e95e62218b76b (
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
29
30
31
32
33
|
# (Github Light Tritanopia) Colors for Alacritty
# Default colors
[colors.primary]
background = '#ffffff'
foreground = '#1b1f24'
# Cursor colors
[colors.cursor]
text = '#ffffff'
cursor = '#24292f'
# Normal colors
[colors.normal]
black = '#24292f'
red = '#cf222e'
green = '#0550ae'
yellow = '#4d2d00'
blue = '#0969da'
magenta = '#8250df'
cyan = '#1b7c83'
white = '#6e7781'
# Bright colors
[colors.bright]
black = '#57606a'
red = '#a40e26'
green = '#0969da'
yellow = '#633c01'
blue = '#218bff'
magenta = '#8250df'
cyan = '#1b7c83'
white = '#6e7781'
|