-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kanagawa-wave.toml
176 lines (152 loc) · 4.47 KB
/
kanagawa-wave.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
#:schema https://raw.githubusercontent.com/lapce/lapce/master/extra/schemas/color-theme.json
[color-theme]
name = "Kanagawa Wave"
[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 = "#6a9589"
green = "#76946a"
grey = "#3E4451"
magenta = "#957fb8"
orange = "#C34043"
purple = "#957FB8"
red = "#c34043"
white = "#DCD7BA"
yellow = "#C8C093"
[color-theme.syntax]
"comment" = "#727169"
"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" = "#957FB8"
"selfKeyword" = "#957FB8"
"field" = "$red"
"property" = "$red"
"enumMember" = "$red"
"enum-member" = "$red"
"string" = "#98BB6C"
"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" = "#50a14f"
"lapce.button.primary.foreground" = "$black"
# tab
"lapce.tab.active.background" = "#16161D"
"lapce.tab.active.foreground" = "#DCD7BA"
"lapce.tab.active.underline" = "#528BFF"
"lapce.tab.inactive.background" = "#1F1F28"
"lapce.tab.inactive.foreground" = "#DCD7BA"
"lapce.tab.inactive.underline" = "#528BFF77"
"lapce.tab.separator" = ""
"lapce.icon.active" = "$white"
"lapce.icon.inactive" = "#717C7C"
"lapce.remote.icon" = "$cyan"
"lapce.remote.local" = "#1f1f28"
"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" = "#1F1F28"
"editor.foreground" = "#DCD7BA"
"editor.dim" = "#54546D"
"editor.focus" = "#CCCCCC"
"editor.caret" = "$blue"
"editor.selection" = "#223249"
"editor.current_line" = "#2C313C"
"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" = "#76946A32"
"source_control.removed" = "#C3404332"
"source_control.modified" = "#DCA56132"
"palette.background" = "#16161D"
"palette.foreground" = "#DCD7BA"
"palette.current.background" = "#1F1F28"
"palette.current.foreground" = "#DCD7BA"
"completion.background" = "#223249"
"completion.current" = "#2D4F67"
"hover.background" = "#16161D"
"activity.background" = "#16161D"
"activity.current" = "$black"
"panel.background" = "#16161D"
"panel.foreground" = "#DCD7BA"
"panel.foreground.dim" = "#5C6370"
"panel.current.background" = "#16161D"
"panel.current.foreground" = "#DCD7BA"
"panel.current.foreground.dim" = "#5C6370"
"panel.hovered.background" = "#16161D"
"panel.hovered.foreground" = "#DCD7BA"
"panel.hovered.foreground.dim" = "#5C6370"
"status.background" = "#16161D"
"status.foreground" = "#C8C093"
"status.modal.normal" = "$blue"
"status.modal.insert" = "$red"
"status.modal.visual" = "$yellow"
"status.modal.terminal" = "$purple"
"markdown.blockquote" = "#898989"
"terminal.cursor" = "$white"
"terminal.foreground" = "0xdcd7ba"
"terminal.background" = "0x1f1f28"
"terminal.white" = "$white"
"terminal.black" = "$black"
"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"