-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase16-flat.toml
58 lines (48 loc) · 996 Bytes
/
base16-flat.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 Flat 256 - alacritty color config
# Chris Kempson (http://chriskempson.com)
# Default colors
[colors.primary]
background = '0x2c3e50'
foreground = '0xe0e0e0'
# Colors the cursor will use if `custom_cursor_colors` is true
[colors.cursor]
text = '0x2c3e50'
cursor = '0xe0e0e0'
# Normal colors
[colors.normal]
black = '0x34495e'
red = '0xe74c3c'
green = '0x2ecc71'
yellow = '0xf1c40f'
blue = '0x3498db'
magenta = '0x9b59b6'
cyan = '0x1abc9c'
white = '0xf5f5f5'
# Bright colors
[colors.bright]
black = '0x7f8c8d'
red = '0xe74c3c'
green = '0x2ecc71'
yellow = '0xf1c40f'
blue = '0x3498db'
magenta = '0x9b59b6'
cyan = '0x1abc9c'
white = '0xecf0f1'
[[colors.indexed_colors]]
index = 16
color = "0xe67e22"
[[colors.indexed_colors]]
index = 17
color = "0xbe643c"
[[colors.indexed_colors]]
index = 18
color = "0x34495e"
[[colors.indexed_colors]]
index = 19
color = "0x7f8c8d"
[[colors.indexed_colors]]
index = 20
color = "0xbdc3c7"
[[colors.indexed_colors]]
index = 21
color = "0xf5f5f5"