Skip to content

Commit

Permalink
Added dark-smoky style
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimSazanovich committed Jul 2, 2024
1 parent b6f5077 commit b8bc5ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,13 @@ export const themes = {
icon_color: "ffffff",
bg_color: "35,4158d0,c850c0,ffcc70",
},
"dark-smoky":{
title_color: "#edf5e1",
icon_color: "#edf5e1",
text_color: "#66fcf1",
bg_color: "#0b0c10",
border_color: "#c5c6c7",
},
};

export default themes;

0 comments on commit b8bc5ef

Please sign in to comment.