Skip to content

Commit 0e02523

Browse files
authored
feat: added Date Night theme to index.js (#2264)
* Added Date Night theme to index.js * My theme name should be in snake_case now
1 parent 9aa39df commit 0e02523

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ export const themes = {
367367
text_color: "e0def4",
368368
bg_color: "191724",
369369
},
370+
date_night: {
371+
title_color: "DA7885",
372+
text_color: "E1B2A2",
373+
icon_color: "BB8470",
374+
border_color: "170F0C",
375+
bg_color: "170F0C",
376+
},
370377
};
371378

372379
export default themes;

0 commit comments

Comments
 (0)