-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-darkmoss.toml
58 lines (48 loc) · 1005 Bytes
/
base16-darkmoss.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# base16 darkmoss 256 - alacritty color config
# Gabriel Avanzi (https://github.com/avanzzzi)
# Default colors
[colors.primary]
background = '0x171e1f'
foreground = '0xc7c7a5'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x171e1f'
cursor = '0xc7c7a5'
# Normal colors
[colors.normal]
black = '0x252c2d'
red = '0xff4658'
green = '0x499180'
yellow = '0xfdb11f'
blue = '0x498091'
magenta = '0x9bc0c8'
cyan = '0x66d9ef'
white = '0xe3e3c8'
# Bright colors
[colors.bright]
black = '0x373c3d'
red = '0xff4658'
green = '0x499180'
yellow = '0xfdb11f'
blue = '0x498091'
magenta = '0x9bc0c8'
cyan = '0x66d9ef'
white = '0xe1eaef'
[[colors.indexed_colors]]
index = 16
color = "0xe6db74"
[[colors.indexed_colors]]
index = 17
color = "0xd27b53"
[[colors.indexed_colors]]
index = 18
color = "0x252c2d"
[[colors.indexed_colors]]
index = 19
color = "0x373c3d"
[[colors.indexed_colors]]
index = 20
color = "0x818f80"
[[colors.indexed_colors]]
index = 21
color = "0xe3e3c8"