Skip to content

Commit

Permalink
feat(theme): Added iceberg theme (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
RFHackers authored Dec 1, 2023
1 parent ccd412c commit 7259fae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,13 @@ export const themes: Themes = {
bg_color: "dfaf77",
stroke_color: "683c2c",
},
iceberg: {
title_color: "84A0C6",
text_color: "D2D4DE",
icon_color: "3987AE",
border_color: "33374C",
bg_color: "1E2132",
},

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

0 comments on commit 7259fae

Please sign in to comment.