Skip to content

Commit

Permalink
feat(theme): Added kanagawa and kanagawa_light themes (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Achixz authored Dec 8, 2023
1 parent 21933e6 commit 6d06372
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 @@ -472,6 +472,20 @@ export const themes: Themes = {
bg_color: "402b23",
stroke_color: "bf4a3f",
},
kanagawa: {
title_color: "E82424",
text_color: "DCD7BA",
icon_color: "938AA9",
border_color: "393836",
bg_color: "1F1F28",
},
kanagawa_light: {
title_color: "d7474b",
text_color: "1F1F28",
icon_color: "624c83",
border_color: "d5cea3",
bg_color: "f2ecbc",
},

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

0 comments on commit 6d06372

Please sign in to comment.