mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-02 14:21:56 +00:00
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
This commit is contained in:
@@ -367,6 +367,13 @@ export const themes = {
|
||||
text_color: "e0def4",
|
||||
bg_color: "191724",
|
||||
},
|
||||
date_night: {
|
||||
title_color: "DA7885",
|
||||
text_color: "E1B2A2",
|
||||
icon_color: "BB8470",
|
||||
border_color: "170F0C",
|
||||
bg_color: "170F0C",
|
||||
},
|
||||
};
|
||||
|
||||
export default themes;
|
||||
|
||||
Reference in New Issue
Block a user