-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-apathy.toml
58 lines (48 loc) · 1002 Bytes
/
base16-apathy.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 Apathy 256 - alacritty color config
# Jannik Siebert (https://github.com/janniks)
# Default colors
[colors.primary]
background = '0x031a16'
foreground = '0x81b5ac'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x031a16'
cursor = '0x81b5ac'
# Normal colors
[colors.normal]
black = '0x0b342d'
red = '0x3e9688'
green = '0x883e96'
yellow = '0x3e4c96'
blue = '0x96883e'
magenta = '0x4c963e'
cyan = '0x963e4c'
white = '0xa7cec8'
# Bright colors
[colors.bright]
black = '0x184e45'
red = '0x3e9688'
green = '0x883e96'
yellow = '0x3e4c96'
blue = '0x96883e'
magenta = '0x4c963e'
cyan = '0x963e4c'
white = '0xd2e7e4'
[[colors.indexed_colors]]
index = 16
color = "0x3e7996"
[[colors.indexed_colors]]
index = 17
color = "0x3e965b"
[[colors.indexed_colors]]
index = 18
color = "0x0b342d"
[[colors.indexed_colors]]
index = 19
color = "0x184e45"
[[colors.indexed_colors]]
index = 20
color = "0x5f9c92"
[[colors.indexed_colors]]
index = 21
color = "0xa7cec8"