-
Notifications
You must be signed in to change notification settings - Fork 2
/
carburetor.toml
57 lines (51 loc) · 907 Bytes
/
carburetor.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
[colors]
background = '#161616'
foreground = '#f4f4f4'
cursor_bg = '#f4f4f4'
cursor_border = '#f4f4f4'
cursor_fg = '#161616'
ansi = [
'#262626',
'#fa4d56',
'#42be65',
'#ff832b',
'#4589ff',
'#ff7eb6',
'#3ddbd9',
'#c6c6c6',
]
brights = [
'#393939',
'#ff8389',
'#42be65',
'#fddc69',
'#78a9ff',
'#ffb3b8',
'#82cfff',
'#e0e0e0',
]
[colors.tab_bar]
background = "#0b0b0b"
[colors.tab_bar.active_tab]
bg_color = '#4589ff'
fg_color = '#f4f4f4'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab]
bg_color = "#0b0b0b"
fg_color = '#f4f4f4'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab]
bg_color = '#0b0b0b'
fg_color = '#f4f4f4'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[metadata]
name = 'Carburator'