-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmytilus_dark.toml
82 lines (73 loc) · 1.51 KB
/
mytilus_dark.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]
foreground= "#DCD9E4"
background= "#35362E"
ansi = [
"#DCD9E4",
"#FECCCF",
"#B0EAD2",
"#EADBA3",
"#CBDBFA",
"#EAD1ED",
"#B0E5F0",
"#DBDCD1",
]
brights = [
"#C8C5D0",
"#EFB6BC",
"#94D8BF",
"#D9C788",
"#B5C8ED",
"#D9BCDE",
"#95D3E1",
"#C7C8BD",
]
compose_cursor = "#D2CFDA"
cursor_bg = "#D2CFDA"
cursor_border = "#D2CFDA"
cursor_fg = "#2B2C24"
selection_bg = "#4A4B42"
selection_fg = "#DBDCD1"
scrollbar_thumb = "#C7C8BD"
split = "#C7C8BD"
[colors.indexed]
[colors.tab_bar]
background = "#403E47"
[colors.tab_bar.active_tab]
bg_color = "#E5E3EE"
fg_color = "#35362E"
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab]
bg_color = "#C8C5D0"
fg_color = "#4A4B42"
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab_hover]
bg_color = "#C8C5D0"
fg_color = "#404138"
intensity = 'Normal'
italic = true
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab]
bg_color = "#D2CFDA"
fg_color = "#404138"
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab_hover]
bg_color = "#DCD9E4"
fg_color = "#35362E"
intensity = 'Normal'
italic = true
strikethrough = false
underline = 'None'
[metadata]
aliases = []
author = 'racagogi'
name = "mytilus_dark"