Commit 287ed3e L Lawliet
authored
1 parent 2799e88 commit 287ed3e Copy full SHA for 287ed3e
File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,36 @@ export const DEFAULT_SD_OPTIONS: SMILES_DRAWER_OPTIONS = {
289
289
H : '#bdae93' ,
290
290
BACKGROUND : '#282828' ,
291
291
} ,
292
+ 'catppuccin-dark' : {
293
+ C : '#cdd6f4' ,
294
+ O : '#f38ba8' ,
295
+ N : '#89b4fa' ,
296
+ F : '#f9e2af' ,
297
+ CL : '#cba6f7' ,
298
+ BR : '#a6e3a1' ,
299
+ I : '#b4befe' ,
300
+ P : '#fab387' ,
301
+ S : '#f5e0dc' ,
302
+ B : '#eba0ac' ,
303
+ SI : '#89dceb' ,
304
+ H : '#94e2d5' ,
305
+ BACKGROUND : '#1e1e2e' ,
306
+ } ,
307
+ 'catppuccin-light' : {
308
+ C : '#4c4f69' ,
309
+ O : '#d20f39' ,
310
+ N : '#1e66f5' ,
311
+ F : '#df8e1d' ,
312
+ CL : '#8839ef' ,
313
+ BR : '#40a02b' ,
314
+ I : '#7287fd' ,
315
+ P : '#fe640b' ,
316
+ S : '#dc8a78' ,
317
+ B : '#e64553' ,
318
+ SI : '#04a5e5' ,
319
+ H : '#179299' ,
320
+ BACKGROUND : '#eff1f5' ,
321
+ } ,
292
322
custom : {
293
323
C : '#222' ,
294
324
O : '#e74c3c' ,
@@ -320,4 +350,6 @@ export const themeList = {
320
350
cyberpunk : 'Cyberpunk' ,
321
351
gruvbox : 'Gruvbox' ,
322
352
'gruvbox-dark' : 'Gruvbox Dark' ,
353
+ 'catppuccin-light' : 'Catppuccin Latte' ,
354
+ 'catppuccin-dark' : 'Catppuccin Mocha' ,
323
355
} ;
You can’t perform that action at this time.
0 commit comments