-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyorumi-abyss.toml
87 lines (72 loc) · 1.34 KB
/
yorumi-abyss.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
83
84
85
86
87
[colors]
ansi = [
'#060914',
'#C65E53',
'#8CB167',
'#C39D55',
'#597BC0',
'#BB5D7D',
'#67BBB9',
'#BDBFCB',
]
brights = [
'#343742',
'#F47571',
'#A9D07C',
'#E1C084',
'#798DDC',
'#E184AF',
'#85E0CB',
'#D7E1B7',
]
background = '#060914'
foreground = '#BDBFCB'
cursor_bg = '#878996'
cursor_fg = '#060914'
compose_cursor = '#C6DFEC'
cursor_border = '#BDBFCB'
scrollbar_thumb = '#343742'
selection_bg = '#343742'
selection_fg = '#BDBFCB'
split = '#1D202B'
visual_bell = '#1D202B'
[colors.tab_bar]
background = '#121520'
inactive_tab_edge = '#060914'
[colors.tab_bar.active_tab]
bg_color = '#060914'
fg_color = '#BDBFCB'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab]
bg_color = '#121520'
fg_color = '#878996'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab_hover]
bg_color = '#141712'
fg_color = '#BDBFCB'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab]
bg_color = '#121520'
fg_color = '#A9D07C'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab_hover]
bg_color = '#1C4642'
fg_color = '#8CB167'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[metadata]
name = 'Yorumi Abyss'