Skip to content

Commit

Permalink
Update index.js NEW THEME
Browse files Browse the repository at this point in the history
I added the sea green theme
  • Loading branch information
cristianocads authored Nov 17, 2024
1 parent 764b4c9 commit 2eb95aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,16 @@ export const themes = {
icon_color: "ffffff",
bg_color: "35,4158d0,c850c0,ffcc70",
},
sea_​​green: {
title_color: "00bfbf",
text_color: "c9d1d9",
icon_color: "00bfbf",
border: "1px",
border_radius: "8px",
border_color: "00bfbf",
bg_color: "0d1117",
},

};

export default themes;

0 comments on commit 2eb95aa

Please sign in to comment.