-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcatppuccin-latte.toml
194 lines (159 loc) · 5.2 KB
/
catppuccin-latte.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
#:schema https://raw.githubusercontent.com/lapce/lapce/master/extra/schemas/color-theme.json
[color-theme]
name = "Catppuccin Latte"
[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 = "#5C5F77"
blue = "#1E66F5"
cyan = "#179299"
green = "#40A02B"
grey = "#E5E5E6"
magenta = "#EA76CB"
orange = "#fe640b"
purple = "#8839ef"
red = "#D20F39"
white = "#ACB0BE"
yellow = "#DF8E1D"
[color-theme.syntax]
"comment" = "#9ca0b0" #overlay0
"constant" = "#fe640b" #peach
"type" = "$yellow"
"typeAlias" = "$yellow"
"number" = "$yellow"
"enum" = "$yellow"
"struct" = "$yellow"
"structure" = "$yellow"
"interface" = "$yellow"
"attribute" = "$blue"
"constructor" = "#209fb5" #sapphire
"function" = "$blue"
"method" = "$blue"
"function.method" = "#8839ef" #mauve
"keyword" = "#8839ef" #mauve
"selfKeyword" = "$purple"
"field" = "$red"
"property" = "$red"
"enumMember" = "$red"
"enum-member" = "$red"
"string" = "$green"
"string.escape" = "$cyan"
"type.builtin" = "$red"
"builtinType" = "$red"
"escape" = "#179299"
"embedded" = "#179299"
"punctuation.delimiter" = "#7c7f93" #overlay2
"text.title" = "$orange"
"text.uri" = "$cyan"
"text.reference" = "$yellow"
"variable" = "#4c4f69" #text
"variable.other.member" = "#179299" #teal
"tag" = "#8839ef" #mauve
[color-theme.ui]
"lapce.error" = "$red"
"lapce.warn" = "$yellow"
"lapce.dropdown_shadow" = "#acb0be" #surface2
"lapce.border" = "#acb0be" #surface2
"lapce.scroll_bar" = "#ccd0da" #surface0
"lapce.button.primary.background" = "#8839ef" #mauve
"lapce.button.primary.foreground" = "#eff1f5" #base
# tab
"lapce.tab.active.background" = "#eff1f5" #base
"lapce.tab.active.foreground" = "#8839ef" #mauve
"lapce.tab.active.underline" = "#8839ef" #mauve
"lapce.tab.inactive.background" = "#e6e9ef" #mantle
"lapce.tab.inactive.foreground" = "#6c6f85" #subtext0
"lapce.tab.inactive.underline" = "#6c6f85" #subtext0
"lapce.tab.separator" = "#6c6f85" #crust
"lapce.icon.active" = "$black"
"lapce.icon.inactive" = "#acb0be"
"lapce.remote.icon" = "#8839ef"
"lapce.remote.local" = "#ccd0da" #surface0
"lapce.remote.connected" = "$green"
"lapce.remote.connecting" = "$yellow"
"lapce.remote.disconnected" = "$red"
"lapce.plugin.name" = "#4c4f69" #text
"lapce.plugin.description" = "#5c5f77" #subtext1
"lapce.plugin.author" = "#6c6f85" #subtext0
"terminal.cursor" = "$black"
"terminal.foreground" = "#4c4f69" #text
"terminal.background" = "#eff1f5" #base
"terminal.white" = "#acb0be"
"terminal.black" = "#5c5f77"
"terminal.red" = "#d20f39"
"terminal.blue" = "#1e66f5"
"terminal.green" = "#40a02b"
"terminal.yellow" = "#df8e1d"
"terminal.cyan" = "#179299"
"terminal.magenta" = "#ea76cb"
"terminal.bright_white" = "#bcc0cc"
"terminal.bright_red" = "#d20f39"
"terminal.bright_blue" = "#1e66f5"
"terminal.bright_green" = "#40a02b"
"terminal.bright_yellow" = "#df8e1d"
"terminal.bright_cyan" = "#179299"
"terminal.bright_magenta" = "#ea76cb"
"terminal.bright_black" = "#6c6f85"
"editor.background" = "#eff1f5" #base
"editor.foreground" = "#4c4f69" #text
"editor.dim" = "#8c8fa1" #overlay1
"editor.focus" = "#7c7f93" #overlay2
"editor.caret" = "#526FFF"
"editor.selection" = "#ACB0BE" #surface2
"editor.current_line" = "#E3E6EB"
"editor.link" = "$blue"
"editor.visible_whitespace" = "$grey"
"editor.indent_guide" = "#ccd0da" #surface0
"editor.drag_drop_background" = "##04a5e533" #sky
"editor.drag_drop_tab_background" = "##8c8fa133" #overlay1
"editor.sticky_header_background" = "#EFF1F5" #base
"inlay_hint.foreground" = "#bcc0cc" #surface1
"inlay_hint.background" = "#e6e9ef" #mantle
"error_lens.error.foreground" = "$red"
"error_lens.error.background" = "#E4564920"
"error_lens.warning.foreground" = "$yellow"
"error_lens.warning.background" = "#C1840120"
"error_lens.other.foreground" = "#A0A1A7"
"error_lens.other.background" = "#A0A1A720"
"source_control.added" = "#40a02b32"
"source_control.removed" = "#d20f3932"
"source_control.modified" = "#1e66f532"
"palette.background" = "#ccd0da" #surface0
"palette.foreground" = "#4c4f69" #text
"palette.current.background" = "#DBDBDC"
"palette.current.foreground" = "$black"
"completion.background" = "#e6e9ef"
"completion.current" = "#acb0be"
"hover.background" = "#eff1f5"
"activity.background" = "#e6e9ef"
"activity.current" = "#dc8a78"
"debug.breakpoint" = "$red"
"debug.breakpoint.hover" = "$grey"
"panel.background" = "#e6e9ef"
"panel.foreground" = "#4c4f69"
"panel.foreground.dim" = "#A0A1A7"
"panel.current.background" = "#DBDBDC"
"panel.current.foreground" = "#4c4f69"
"panel.current.foreground.dim" = "#A0A1A7"
"panel.hovered.background" = "#E4E4E6"
"panel.hovered.active.background" = "#5c6370"
"panel.hovered.foreground" = "#4c4f69"
"panel.hovered.foreground.dim" = "#A0A1A7"
"status.background" = "#e6e9ef" #mantle
"status.foreground" = "#5c5f77" #subtext1
"status.modal.normal.background" = "#7287fd" #lavender
"status.modal.normal.foreground" = "#eff1f5" #base
"status.modal.insert.background" = "$green"
"status.modal.insert.foreground" = "#eff1f5"
"status.modal.visual.background" = "#dd7878" #flamingo
"status.modal.visual.foreground" = "#eff1f5"
"status.modal.terminal.background" = "$purple"
"status.modal.terminal.foreground" = "#eff1f5"
"markdown.blockquote" = "#686868"