forked from catppuccin/userstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatppuccin.user.css
More file actions
427 lines (408 loc) Β· 20.5 KB
/
Copy pathcatppuccin.user.css
File metadata and controls
427 lines (408 loc) Β· 20.5 KB
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
/* ==UserStyle==
@name Google Gemini Catppuccin
@namespace github.com/catppuccin/userstyles/styles/google-gemini
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google-gemini
@version 2024.12.28
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google-gemini/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-gemini
@description Soothing pastel theme for Google Gemini
@author Catppuccin
@license MIT
@preprocessor less
@var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:FrappΓ©", "macchiato:Macchiato", "mocha:Mocha"]
@var select darkFlavor "Dark Flavor" ["latte:Latte", "frappe:FrappΓ©", "macchiato:Macchiato", "mocha:Mocha*"]
@var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve*", "red:Red", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
==/UserStyle== */
@-moz-document domain('gemini.google.com') {
@import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css");
:root .dark-theme {
#catppuccin(@darkFlavor, @accentColor);
}
:root .light-theme {
#catppuccin(@lightFlavor, @accentColor);
}
#catppuccin(@lookup, @accent) {
@rosewater: @catppuccin[@@lookup][@rosewater];
@flamingo: @catppuccin[@@lookup][@flamingo];
@pink: @catppuccin[@@lookup][@pink];
@mauve: @catppuccin[@@lookup][@mauve];
@red: @catppuccin[@@lookup][@red];
@maroon: @catppuccin[@@lookup][@maroon];
@peach: @catppuccin[@@lookup][@peach];
@yellow: @catppuccin[@@lookup][@yellow];
@green: @catppuccin[@@lookup][@green];
@teal: @catppuccin[@@lookup][@teal];
@sky: @catppuccin[@@lookup][@sky];
@sapphire: @catppuccin[@@lookup][@sapphire];
@blue: @catppuccin[@@lookup][@blue];
@lavender: @catppuccin[@@lookup][@lavender];
@text: @catppuccin[@@lookup][@text];
@subtext1: @catppuccin[@@lookup][@subtext1];
@subtext0: @catppuccin[@@lookup][@subtext0];
@overlay2: @catppuccin[@@lookup][@overlay2];
@overlay1: @catppuccin[@@lookup][@overlay1];
@overlay0: @catppuccin[@@lookup][@overlay0];
@surface2: @catppuccin[@@lookup][@surface2];
@surface1: @catppuccin[@@lookup][@surface1];
@surface0: @catppuccin[@@lookup][@surface0];
@base: @catppuccin[@@lookup][@base];
@mantle: @catppuccin[@@lookup][@mantle];
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];
--ctp-rosewater: @rosewater;
--ctp-flamingo: @flamingo;
--ctp-pink: @pink;
--ctp-mauve: @mauve;
--ctp-red: @red;
--ctp-maroon: @maroon;
--ctp-peach: @peach;
--ctp-yellow: @yellow;
--ctp-green: @green;
--ctp-teal: @teal;
--ctp-sky: @sky;
--ctp-sapphire: @sapphire;
--ctp-blue: @blue;
--ctp-lavender: @lavender;
--ctp-text: @text;
--ctp-subtext1: @subtext1;
--ctp-subtext0: @subtext0;
--ctp-overlay2: @overlay2;
--ctp-overlay1: @overlay1;
--ctp-overlay0: @overlay0;
--ctp-surface2: @surface2;
--ctp-surface1: @surface1;
--ctp-surface0: @surface0;
--ctp-base: @base;
--ctp-mantle: @mantle;
--ctp-crust: @crust;
color-scheme: if(@lookup =latte, light, dark);
::selection {
background-color: fade(@accent-color, 30%);
}
input,
textarea {
&::placeholder {
color: @subtext0 !important;
}
}
--bard-color-neutral-90: @mantle;
--bard-color-on-selected-conversation-metadata-v2: @text;
--bard-color-surface-container: @mantle;
--bard-color-on-surface-opacity-38: @surface2 !important;
--bard-color-surface-container-highest: lighten(@base, 5%);
--bard-color-response-container-flipped-background: @surface0;
--bard-color-inverse-on-surface: darken(@mantle, 1%);
--bard-color-sidenav-mobile-controls: @text;
--bard-color-main-container-background: @base;
--bard-color-main-container-background-rgb: #rgbify(@base) [];
--bard-color-window-container-background: @base;
--bard-color-response-container-background: @base;
--bard-color-response-container-background-rgb: #rgbify(@base) [];
--bard-color-onhover-conversation-metadata-button-v2: @surface1;
--bard-color-selected-conversation-metadata-button-v2: fade(
@accent-color,
40%
);
--bard-color-new-conversation-button: @surface0;
--bard-color-on-new-conversation-button: @text;
--bard-color-onhover-conversation-metadata-v2: @surface0;
--bard-color-sidenav-upgrade-button: @surface0;
--bard-color-form-field-placeholder: @subtext0;
--bard-color-discovery-carousel-background: @mantle;
--bard-color-discovery-carousel-icon: @accent-color;
--bard-color-example-prompt-background: @crust;
--bard-color-bard-mode-logo-prefix: @subtext1;
--bard-color-neutral-96: @crust;
--bard-color-adv-marketing-basic-background: @surface0;
--bard-color-adv-marketing-product-background: @surface0;
--bard-color-adv-marketing-disclaimer: @subtext0;
--bard-color-input-area-buttons-selected-background: fade(
@accent-color,
70%
);
--bard-color-zero-state-card-selected: fade(@accent-color, 30%);
--bard-color-zero-state-prompt-chip-background: fade(@accent-color, 50%);
--bard-color-zero-state-prompt-chip-text: lighten(@accent-color, 5%);
--bard-color-regular-banner: @accent-color;
--bard-color-regular-banner-text: @crust;
--bard-color-skeleton-loader-background-1-rgb: #rgbify(@mantle) [];
--bard-color-skeleton-loader-background-2-rgb: #rgbify(@accent-color) [];
--bard-color-skeleton-loader-background-3-rgb: #rgbify(@accent-color) [];
--bard-color-brand-text-gradient-stop-1: @blue;
--bard-color-brand-text-gradient-stop-2: @sapphire;
--bard-color-brand-text-gradient-stop-3: @peach;
--bard-color-on-surface-opacity-12: fade(@teal, 10%);
--bard-color-footer-background: @mantle;
--bard-color-draft-chip-background: @surface0;
--bard-color-processing-animation-color-1: @surface1;
--bard-color-processing-animation-color-2: @crust;
--bard-color-tunable-selection-button: @mantle;
--bard-color-tunable-selection-button-icon: @text;
--bard-color-feedback-form-container-background: @mantle;
--bard-color-fact-check-tooltip-entailed-highlight: fade(@green, 25%);
--bard-color-fact-check-tooltip-entailed-selected: fade(@green, 35%);
--bard-color-fact-check-tooltip-contradictory-highlight: fade(@red, 25%);
--bard-color-fact-check-tooltip-contradictory-selected: fade(@red, 40%);
--bard-color-factuality-form-background: @mantle;
--bard-color-fact-check-button-complete: @surface0;
--bard-color-fact-check-button-loading: @surface1;
--bard-color-tunable-selection-menu-text: @text;
--bard-color-tunable-selection-menu-background: @mantle;
--bard-color-tunable-selection-textarea-background: @base;
--bard-color-tunable-selection-shimmer-non-advanced: @accent-color;
--bard-color-onegooglebar-product-controls: @text;
--bard-color-adv-marketing-check: @text;
--mdc-switch-selected-hover-handle-color: lighten(@accent-color, 10%);
--mdc-switch-selected-focus-handle-color: lighten(@accent-color, 10%);
--mdc-switch-selected-pressed-handle-color: lighten(@accent-color, 15%);
--mdc-switch-selected-track-color: fade(@accent-color, 50%);
--mdc-switch-selected-hover-track-color: fade(@accent-color, 50%);
--mdc-switch-selected-focus-track-color: fade(@accent-color, 50%);
--mdc-switch-selected-pressed-track-color: fade(@accent-color, 50%);
--mdc-switch-selected-handle-color: @accent-color;
--mdc-switch-unselected-handle-color: @subtext0;
--mdc-switch-unselected-hover-handle-color: @subtext1;
--mdc-switch-unselected-focus-handle-color: @text;
--mdc-switch-unselected-pressed-handle-color: @text;
--mdc-switch-unselected-track-color: @surface2;
--mdc-switch-unselected-hover-track-color: @surface2;
--mdc-switch-unselected-pressed-track-color: @surface2;
--mdc-switch-unselected-focus-track-color: @surface2;
--mdc-checkbox-selected-icon-color: @accent-color;
--mdc-checkbox-selected-checkmark-color: var(--gem-sys-color--on-primary);
--mdc-checkbox-selected-hover-icon-color: @accent-color;
--mdc-checkbox-selected-pressed-icon-color: @accent-color;
--mdc-checkbox-selected-focus-icon-color: @accent-color;
--mdc-checkbox-selected-focus-state-layer-color: @accent-color;
--mdc-checkbox-selected-hover-state-layer-color: @accent-color;
--mdc-checkbox-selected-pressed-state-layer-color: @text;
--mdc-checkbox-unselected-pressed-state-layer-color: @accent-color;
--mdc-checkbox-unselected-focus-state-layer-color: @text;
--mdc-checkbox-unselected-hover-state-layer-color: @text;
--mdc-checkbox-unselected-focus-icon-color: @text;
--mdc-checkbox-unselected-icon-color: @subtext1;
--mdc-checkbox-unselected-hover-icon-color: @text;
--mdc-text-button-label-text-color: @subtext1;
--mdc-text-button-hover-label-text-color: @overlay2;
--mdc-list-list-item-hover-label-text-color: @text;
--mdc-filled-button-label-text-color: @crust;
--mdc-circular-progress-active-indicator-color: @accent-color;
--mdc-outlined-button-focus-outline-color: @text;
--mdc-outlined-button-hover-label-text-color: @subtext1;
--mdc-list-list-item-focus-label-text-color: @text;
--mdc-icon-button-disabled-icon-color: @surface2;
--mdc-outlined-text-field-input-text-color: @text;
--mdc-outlined-text-field-focus-outline-color: @accent-color;
--mdc-outlined-text-field-outline-color: @overlay1;
--mat-app-text-color: @text;
--mat-text-button-state-layer-color: @overlay2;
--mat-sidenav-container-text-color: @text;
--mat-expansion-header-text-color: @text;
--mat-expansion-header-indicator-color: @text;
--mat-expansion-container-text-color: @text;
--mat-checkbox-label-text-color: @text;
--mat-bottom-sheet-container-text-color: @text;
--mat-bottom-sheet-container-background-color: @base;
--mat-menu-item-hover-state-layer-color: @surface0;
--mat-menu-item-focus-state-layer-color: @surface0;
--mat-menu-item-label-text-color: @text;
--mat-menu-container-color: @base;
--mat-menu-item-icon-color: @text;
--mat-filled-button-state-layer-color: @overlay2;
--mat-focus-indicator-border-color: @accent-color;
--mat-fab-small-hover-state-layer-opacity: 1;
--mat-divider-color: @overlay2;
--gm-outlinedtextfield-outline-color: @subtext0;
--gm-outlinedtextfield-outline-color--stateful: @accent-color;
--gm-outlinedtextfield-ink-color: @text;
--gm3-sys-color-on-secondary-container: @crust;
--gm3-sys-color-secondary-container: @text;
--gem-sys-color--surface: @base;
--gem-sys-color--surface-container: @mantle;
--gem-sys-color--surface--rgb: #rgbify(@base) [];
--gem-sys-color--on-surface: @text;
--gem-sys-color--on-surface-variant: @subtext1;
--gem-sys-color--outline-variant: @surface1;
--gem-sys-color--surface-container-high: @surface0;
--gem-sys-color--surface-container-low: lighten(@mantle, 2%);
--gem-sys-color--outline: @subtext0;
--gem-sys-color--on-primary-container: @text;
--gem-sys-color--on-primary-fixed: darken(@accent-color, 40%);
--gem-sys-color--on-primary: darken(@accent-color, 60%);
--gem-sys-color--primary: @accent-color;
--gem-sys-color--primary-container: fade(@accent-color, 60%);
--gem-sys-color--on-surface--rgb: #rgbify(@subtext0) [];
--gem-sys-color--surface-dim--rgb: #rgbify(@crust) [];
--gem-sys-color--surface-container-highest: @surface0;
--gem-sys-color--primary-fixed: @text;
--gem-sys-color--on-secondary: fade(@accent-color, 30%);
--gem-sys-color--surface-variant: @surface0;
--og-theme-color: @text;
.action-icon {
--gem-sys-color--on-primary: @accent-color;
--gem-sys-color--on-surface-variant: @mantle;
}
.draft-preview-label-chip.selected {
color: @crust;
}
.buttons-container-link-button {
color: @crust;
}
.mdc-text-field--outlined:hover:not(
.mdc-text-field--disabled,
.mdc-text-field--focused
) {
& .mdc-notched-outline__leading,
& .mdc-notched-outline__trailing {
border-color: @text !important;
}
}
.gmat-mdc-dialog .mat-mdc-dialog-container {
.mdc-dialog__content {
color: @subtext0;
}
.mdc-dialog__title {
color: @text;
}
}
.gmat-mdc-button.mat-mdc-outlined-button.mat-unthemed {
--mdc-outlined-button-outline-color: @overlay0;
--mdc-outlined-button-label-text-color: @subtext0;
}
.gmat-mdc-button.mat-mdc-outlined-button {
--mat-outlined-button-state-layer-color: @overlay2;
}
.gmat-mdc-button.mat-mdc-outlined-button:not(
.mat-mdc-button-disabled,
[disabled],
:disabled
).mdc-ripple-upgraded--background-focused,
.gmat-mdc-button.mat-mdc-outlined-button:not(
.mat-mdc-button-disabled,
[disabled],
:disabled,
.mdc-ripple-upgraded
):focus {
color: @text;
}
.gmat-mdc-chip {
--mdc-chip-label-text-color: @subtext0;
}
.gmat-mdc-chip.gmat-hairline-chip {
--mdc-chip-outline-color: @subtext0;
}
.gmat-mdc-chip.cdk-focused {
--mdc-chip-label-text-color: @text;
}
.mat-mdc-standard-chip {
--mdc-chip-hover-state-layer-color: @overlay1;
--mdc-chip-focus-state-layer-color: @overlay2;
}
.mdc-tooltip__surface {
--mdc-plain-tooltip-container-color: @overlay0;
--mdc-plain-tooltip-supporting-text-color: @text;
}
.mdc-form-field {
--mdc-form-field-label-text-color: @text;
}
.mdc-icon-button {
--mdc-icon-button-icon-color: @text !important;
}
.mdc-dialog__surface {
background-color: @base !important;
}
.expandable-button:disabled {
color: rgba(var(--gem-sys-color--on-surface--rgb), 0.38);
}
.mat-mdc-progress-bar {
--mdc-linear-progress-active-indicator-color: @accent-color;
--mdc-linear-progress-track-color: fade(@accent-color, 50%);
}
.mdc-list-item,
.gmat-mdc-list {
--mdc-list-list-item-hover-state-layer-color: @overlay1;
--mdc-list-list-item-label-text-color: @text;
--mdc-list-list-item-leading-icon-color: @text;
--mdc-list-list-item-focus-state-layer-color: @overlay2;
}
.gmat-mdc-button.mat-mdc-button.mat-primary {
--mdc-text-button-label-text-color: @accent-color;
--mdc-text-button-hover-label-text-color: lighten(@accent-color, 5%);
--mdc-text-button-focus-label-text-color: lighten(@accent-color, 8%);
}
.gmat-mdc-button.mat-mdc-button.mat-unthemed {
--mat-text-button-state-layer-color: @overlay2;
}
.gmat-mdc-button.mat-mdc-icon-button {
--mat-icon-button-state-layer-color: @overlay2;
}
.gmat-mdc-button.mat-mdc-fab:not(
.mat-mdc-button-disabled
).mat-primary.gmat-mdc-fab-fill {
--mdc-fab-container-color: @accent-color;
--mat-fab-foreground-color: @crust;
}
.gmat-mdc-button.mat-mdc-mini-fab:not(
.mat-mdc-button-disabled
).mat-primary.gmat-mdc-fab-outline {
--mat-fab-small-state-layer-color: @surface0;
}
.mat-mdc-fab:not(.mdc-riple-upgraded):focus::before,
.mat-mdc-mini-fab:not(.mdc-riple-upgraded):focus::before {
background: @surface2;
}
.mat-mdc-menu-panel {
background-color: @base !important;
}
.mat-mdc-fab.mat-accent {
--mat-fab-foreground-color: @text;
}
.xap-count-badge-dot {
background-color: @red;
}
& when (@lookup = latte) {
--gem-sys-color--on-primary-fixed: @accent-color;
--gem-sys-color--on-primary: @mantle;
--gem-sys-color--primary-fixed: @crust;
}
[data-mat-icon-name="search"] svg {
> path:nth-child(1) {
fill: @blue;
}
> path:nth-child(2) {
fill: @green;
}
> path:nth-child(3) {
fill: @yellow;
}
> path:nth-child(4) {
fill: @red;
}
}
.google-logo img {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" width="148" height="48" viewBox="0 0 148 48"><path d="M113 2.43h4.93v33.53H113zM49.5 14.04c-6.31 0-11.45 4.82-11.45 11.46 0 6.6 5.14 11.46 11.45 11.46S60.95 32.1 60.95 25.5c0-6.64-5.14-11.46-11.45-11.46m0 18.4c-3.46 0-6.44-2.86-6.44-6.94 0-4.12 2.98-6.94 6.44-6.94s6.44 2.82 6.44 6.94c0 4.08-2.98 6.94-6.44 6.94m25-18.35c-6.31 0-11.45 4.82-11.45 11.46 0 6.6 5.14 11.46 11.45 11.46s11.45-4.86 11.45-11.46c0-6.65-5.14-11.46-11.45-11.46m0 18.4c-3.46 0-6.44-2.86-6.44-6.94 0-4.12 2.98-6.94 6.44-6.94s6.44 2.82 6.44 6.94c0 4.07-2.98 6.94-6.44 6.94m30.73-15.84h-.17c-1.13-1.34-3.3-2.56-6.03-2.56-5.73 0-10.98 5.03-10.98 11.5C88.05 32.01 93.3 37 99.03 37c2.73 0 4.9-1.22 6.03-2.6h.17v1.65c0 4.38-2.34 6.73-6.12 6.73-3.08 0-4.99-2.21-5.77-4.08l-4.38 1.82c1.26 3.04 4.6 6.77 10.15 6.77 5.9 0 10.89-3.47 10.89-11.93V15h-4.77zm-5.78 15.84c-3.47 0-6.38-2.91-6.38-6.9 0-4.04 2.91-6.99 6.38-6.99 3.43 0 6.12 2.95 6.12 6.99 0 3.99-2.69 6.9-6.12 6.9m-71.22-4.08c1.39-1.39 2.32-3.42 2.67-6.41H19.22v-4.76H35.6c.17.87.3 2.06.3 3.2 0 3.66-1 8.19-4.22 11.41-3.14 3.27-7.14 5.01-12.46 5.01C9.38 36.86 1.1 28.84 1.1 19S9.38 1.14 19.22 1.14c5.44 0 9.32 2.13 12.24 4.92L28.02 9.5c-2.09-1.96-4.92-3.48-8.8-3.48-7.19 0-12.81 5.79-12.81 12.98s5.62 12.98 12.81 12.98c4.66 0 7.32-1.87 9.01-3.57m103.54 4.08c-2.56 0-4.38-1.17-5.55-3.47l15.32-6.34-.52-1.3c-.95-2.56-3.86-7.29-9.81-7.29-5.9 0-10.81 4.64-10.81 11.46 0 6.42 4.86 11.46 11.37 11.46 5.25 0 8.29-3.21 9.55-5.08l-3.91-2.6c-1.3 1.9-3.08 3.16-5.64 3.16m-.39-13.98c2 0 3.69 1 4.25 2.43l-10.24 4.25c-.13-4.42 3.43-6.68 5.99-6.68" fill="@{subtext1}"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
[src="https://www.gstatic.com/lamda/images/replit_dark_24px_7d0347bf84c2570074db9.svg"],
[src="https://www.gstatic.com/lamda/images/replit_light_24px_3a2ee6003110f3c8460c9.svg"]
{
@svg: escape(
'<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.334 8.669H5.252A1.25 1.25 0 0 1 4 7.417V3.252C4 2.559 4.56 2 5.252 2h5.83c.693 0 1.252.56 1.252 1.252z" fill="@{text}"/><path d="M19.416 15.333h-7.082V8.668h7.082c.689 0 1.248.56 1.248 1.248v4.165a1.25 1.25 0 0 1-1.248 1.252M11.082 22h-5.83a1.25 1.25 0 0 1-1.248-1.247v-4.165c0-.689.56-1.248 1.248-1.248h7.082v5.417c0 .68-.56 1.243-1.252 1.243" fill="@{text}"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
}
}
#rgbify(@color) {
@rgb: red(@color), green(@color), blue(@color);
}
/* prettier-ignore */
@catppuccin: {
@latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };
@frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };
@macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };
@mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };
}
// vim:ft=less