Skip to content

Commit d9e2d64

Browse files
authored
feat(themes): Added space and space_light themes (#202)
1 parent 7348819 commit d9e2d64

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

themes/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,20 @@ export const themes: Themes = {
486486
border_color: "d5cea3",
487487
bg_color: "f2ecbc",
488488
},
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+
},
489503

490504
// Gradient themes
491505
"sunset-gradient": {

0 commit comments

Comments
 (0)