Skip to content

Commit

Permalink
feat(theme): Added lava-light and lava-dark-theme (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 7, 2023
1 parent b9f6574 commit 333974c
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 @@ -419,6 +419,20 @@ export const themes: Themes = {
stroke_color: "6d6d6d",
username_color: "ff6767",
},
"lava-light": {
title_color: "d81613",
text_color: "786a1c",
icon_color: "d81613",
border_color: "933547",
bg_color: "fffff0",
},
"lava-dark": {
title_color: "ee403e",
text_color: "fed078",
icon_color: "ee403e",
border_color: "933547",
bg_color: "090b0c",
},

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

0 comments on commit 333974c

Please sign in to comment.