-
Notifications
You must be signed in to change notification settings - Fork 0
/
eldritch.toml
82 lines (74 loc) · 1.48 KB
/
eldritch.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[colors]
ansi = [
'#212337',
'#f16c75',
'#37f499',
'#f7c67f',
'#a48cf2',
'#f265b5',
'#04d1f9',
'#ebfafa',
]
background = '#212337'
brights = [
'#323449',
'#f9515d',
'#37f499',
'#e9f941',
'#9071f4',
'#f265b5',
'#66e4fd',
'#FFFFFF',
]
compose_cursor = '#f7c67f'
cursor_bg = '#37f499'
cursor_border = '#04d1f9'
cursor_fg = '#212337'
foreground = '#ebfafa'
scrollbar_thumb = '#37f499'
selection_bg = 'rgba(26.666668% 27.843138% 35.294117% 50%)'
selection_fg = 'rgba(0% 0% 0% 0%)'
split = '#a48cf2'
[colors.indexed]
[colors.tab_bar]
background = '#212337'
[colors.tab_bar.active_tab]
bg_color = '#37f499'
fg_color = '#212337'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab]
bg_color = '#212337'
fg_color = '#04d1f9'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab_hover]
bg_color = '#37f499'
fg_color = '#212337'
intensity = 'Normal'
italic = true
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab]
bg_color = '#212337'
fg_color = '#ebfafa'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab_hover]
bg_color = '#37f499'
fg_color = '#ebfafa'
intensity = 'Normal'
italic = true
strikethrough = false
underline = 'None'
[metadata]
aliases = []
author = 'jacobrreed'
name = 'Eldritch'
origin_url = 'https://github.com/eldritch-theme/eldritch/ports/terminal/wezterm'