mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-07 15:08:07 +08: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:
parent
9aa39dfe81
commit
0e02523459
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user