Skip to content

Commit

Permalink
feat(themes): Added space and space_light themes (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 8, 2023
1 parent 7348819 commit d9e2d64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,20 @@ export const themes: Themes = {
border_color: "d5cea3",
bg_color: "f2ecbc",
},
space: {
title_color: "4f97d7",
text_color: "ffc8c8",
icon_color: "9f8766",
border_color: "292b2e",
bg_color: "212026",
},
space_light: {
title_color: "3a81c3",
text_color: "655370",
icon_color: "da8b55",
border_color: "fbf8ef",
bg_color: "efeae9",
},

// Gradient themes
"sunset-gradient": {
Expand Down

0 comments on commit d9e2d64

Please sign in to comment.