-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkanagawa-lotus.toml
218 lines (192 loc) · 5.49 KB
/
kanagawa-lotus.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
#:schema https://raw.githubusercontent.com/lapce/lapce/master/extra/schemas/color-theme.json
[color-theme]
name = "Kanagawa Lotus"
# lotusInk1 = "#545464",
# lotusInk2 = "#43436c",
# lotusGray = "#dcd7ba",
# lotusGray2 = "#716e61",
# lotusGray3 = "#8a8980",
# lotusWhite0 = "#d5cea3",
# lotusWhite1 = "#dcd5ac",
# lotusWhite2 = "#e5ddb0",
# lotusWhite3 = "#f2ecbc",
# lotusWhite4 = "#e7dba0",
# lotusWhite5 = "#e4d794",
# lotusViolet1 = "#a09cac",
# lotusViolet2 = "#766b90",
# lotusViolet3 = "#c9cbd1",
# lotusViolet4 = "#624c83",
# lotusBlue1 = "#c7d7e0",
# lotusBlue2 = "#b5cbd2",
# lotusBlue3 = "#9fb5c9",
# lotusBlue4 = "#4d699b",
# lotusBlue5 = "#5d57a3",
# lotusGreen = "#6f894e",
# lotusGreen2 = "#6e915f",
# lotusGreen3 = "#b7d0ae",
# lotusPink = "#b35b79",
# lotusOrange = "#cc6d00",
# lotusOrange2 = "#e98a00",
# lotusYellow ="#77713f",
# lotusYellow2 = "#836f4a",
# lotusYellow3 = "#de9800",
# lotusYellow4 = "#f9d791",
# lotusRed = "#c84053",
# lotusRed2 = "#d7474b",
# lotusRed3 = "#e82424",
# lotusRed4 = "#d9a594",
# lotusAqua = "#597b75",
# lotusAqua2 = "#5e857a",
# lotusTeal1 = "#4e8ca2",
# lotusTeal2 = "#6693bf",
# lotusTeal3 = "#5a7785",
# lotusCyan = "#d7e3d8",
[ui]
font-family = ""
font-size = 13
header-height = 35
status-height = 25
tab-min-width = 100
activity-width = 50
scroll-width = 10
drop-shadow-width = 0
[color-theme.base]
black = "#090618"
blue = "#7e9cd8"
cyan = "#d7e3d8"
green ="#6f894e"
grey = "#dcd7ba"
magenta = "#957fb8"
orange = "#cc6d00"
purple = "#957FB8"
red = "#c84053"
white = "#DCD7BA"
yellow = "#77713f"
[color-theme.syntax]
"comment" ="#8a8980"
"constant" = "#FFA066"
"type" = "#7AA89F"
"typeAlias" = "#7AA89F"
"number" = "#D27E99"
"enum" = "$yellow"
"struct" = "$yellow"
"structure" = "$yellow"
"interface" = "$yellow"
"attribute" = "$yellow"
"constructor" = "$yellow"
"function" = "#7E9CD8"
"method" = "#7E9CD8"
"function.method" = "#7E9CD8"
"keyword" = "#624c83"
"selfKeyword" = "#957FB8"
"field" = "$red"
"property" = "$red"
"enumMember" = "$red"
"enum-member" = "$red"
"string" = "#6f894e"
"type.builtin" = "#7FB4CA"
"builtinType" = "#7FB4CA"
"escape" = "$cyan"
"string.escape" = "$cyan"
"embedded" = "$cyan"
"punctuation.delimiter" = "#9CABCA"
"text.title" = "$orange"
"text.uri" = "$cyan"
"text.reference" = "$yellow"
"variable" = "#E6C384"
"variable.other.member" = "$green"
"tag" = "$blue"
[color-theme.ui]
"lapce.error" = "#e82424"
"lapce.warn" = "#FF9E3B"
"lapce.dropdown_shadow" = "#000000"
"lapce.border" = "#000000"
"lapce.scroll_bar" = "$grey"
"lapce.button.primary.background" = "$green"
"lapce.button.primary.foreground" = "$white"
# tab
"lapce.tab.active.background" = "#f2ecbc"
"lapce.tab.active.foreground" = "#545464"
"lapce.tab.active.underline" = "#528BFF"
"lapce.tab.inactive.background" = "#dcd5ac"
"lapce.tab.inactive.foreground" = "#43436c"
"lapce.tab.inactive.underline" = "#528BFF77"
"lapce.tab.separator" = ""
"lapce.icon.active" = "$black"
"lapce.icon.inactive" = "#717C7C"
"lapce.remote.icon" = "#545464"
"lapce.remote.local" = "#f2ecbc"
"lapce.remote.connected" = "$green"
"lapce.remote.connecting" = "$yellow"
"lapce.remote.disconnected" = "$red"
"lapce.plugin.name" = "#DDDDDD"
"lapce.plugin.description" = "$white"
"lapce.plugin.author" = "#B0B0B0"
"editor.background" = "#f2ecbc"
"editor.foreground" = "#545464"
"editor.dim" = "#54546D"
"editor.focus" = "#CCCCCC"
"editor.caret" = "$blue"
"editor.selection" = "#c9cbd1"
"editor.current_line" = "#c9cbd1"
"editor.link" = "$blue"
"editor.visible_whitespace" = "$grey"
"editor.indent_guide" = "$grey"
"editor.drag_drop_background" = "#79c1fc55"
"editor.drag_drop_tab_background" = "#0b0e1455"
"editor.sticky_header_background" = "$black"
"inlay_hint.foreground" = "$white"
"inlay_hint.background" = "#938AA937"
"error_lens.error.foreground" = "$red"
"error_lens.error.background" = "#E06C7520"
"error_lens.warning.foreground" = "$yellow"
"error_lens.warning.background" = "#E5C07B20"
"error_lens.other.foreground" = "#5C6370"
"error_lens.other.background" = "#5C637020"
"source_control.added" = "#6e915f"
"source_control.removed" = "#d7474b"
"source_control.modified" = "#de9800"
"palette.background" = "#c7d7e0"
"palette.foreground" = "#43436c"
"palette.current.background" = "#9fb5c9"
"palette.current.foreground" = "$black"
"completion.background" = "#d5cea3"
"completion.current" = "#e5ddb0"
"hover.background" = "#f2ecbc"
"activity.background" = "#f2ecbc"
"activity.current" = "$black"
"panel.background" = "#f2ecbc"
"panel.foreground" = "#545464"
"panel.foreground.dim" = "#5C6370"
"panel.current.background" = "#f2ecbc"
"panel.current.foreground" = "#545464"
"panel.current.foreground.dim" = "#5C6370"
"panel.hovered.background" = "#f2ecbc"
"panel.hovered.foreground" = "#DCD7BA"
"panel.hovered.foreground.dim" = "#5C6370"
"status.background" = "#f2ecbc"
"status.foreground" = "#545464"
"status.modal.normal" = "$blue"
"status.modal.insert" = "$red"
"status.modal.visual" = "$yellow"
"status.modal.terminal" = "$purple"
"markdown.blockquote" = "#898989"
"terminal.cursor" = "$white"
"terminal.foreground" = "#545464"
"terminal.background" = "#f2ecbc"
"terminal.white" = "$white"
"terminal.black" = "#1F1F28"
"terminal.red" = "$red"
"terminal.blue" = "$blue"
"terminal.green" = "$green"
"terminal.yellow" = "$yellow"
"terminal.cyan" = "$cyan"
"terminal.magenta" = "$magenta"
"terminal.bright_white" = "#C8CCD4"
"terminal.bright_red" = "$red"
"terminal.bright_blue" = "$blue"
"terminal.bright_green" = "$green"
"terminal.bright_yellow" = "$yellow"
"terminal.bright_cyan" = "$cyan"
"terminal.bright_magenta" = "$magenta"
"terminal.bright_black" = "#545862"