Skip to content

Commit

Permalink
feat(theme): Added bluloco and bluloco-dark themes (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 1, 2023
1 parent 880f43b commit 26dab54
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 @@ -396,6 +396,20 @@ export const themes: Themes = {
bg_color: "484848",
stroke_color: "41363c",
},
bluloco: {
title_color: "275fe4",
text_color: "df621b",
icon_color: "239749",
border_color: "ECEDEE",
bg_color: "F9F9F9",
},
"bluloco-dark": {
title_color: "3375fe",
text_color: "cdd3e0",
icon_color: "25a45c",
border_color: "21242D",
bg_color: "282C34",
},

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

0 comments on commit 26dab54

Please sign in to comment.