We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7348819 commit d9e2d64Copy full SHA for d9e2d64
themes/index.ts
@@ -486,6 +486,20 @@ export const themes: Themes = {
486
border_color: "d5cea3",
487
bg_color: "f2ecbc",
488
},
489
+ space: {
490
+ title_color: "4f97d7",
491
+ text_color: "ffc8c8",
492
+ icon_color: "9f8766",
493
+ border_color: "292b2e",
494
+ bg_color: "212026",
495
+ },
496
+ space_light: {
497
+ title_color: "3a81c3",
498
+ text_color: "655370",
499
+ icon_color: "da8b55",
500
+ border_color: "fbf8ef",
501
+ bg_color: "efeae9",
502
503
504
// Gradient themes
505
"sunset-gradient": {
0 commit comments