mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
style(themes): Add GitHub dark theme (#758)
This styling falls in line with the recently released GitHub dark mode Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
parent
86b9ad618f
commit
f3c39506b2
1 changed files with 7 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ const themes = {
|
|||
title_color: "bf4a3f",
|
||||
icon_color: "a64833",
|
||||
text_color: "d9c8a9",
|
||||
bg_color: "402b23",
|
||||
bg_color: "402b23"
|
||||
},
|
||||
outrun:{
|
||||
title_color: "ffcc00",
|
||||
|
|
@ -281,6 +281,12 @@ const themes = {
|
|||
text_color: "718CA1",
|
||||
bg_color: "1D252C",
|
||||
},
|
||||
github_dark: {
|
||||
title_color: "58A6FF",
|
||||
icon_color: "1F6FEB",
|
||||
text_color: "C3D1D9",
|
||||
bg_color: "0D1117"
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue