mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-02-05 14:13:31 +08:00
style(theme): Add Nord theme (#314)
* Add Nordtheme adding a www.nordtheme.com inspired theme using nord0, nord4, nord8 & nord9 * Update index.js
This commit is contained in:
parent
53c49404bf
commit
ce8660c825
@ -143,6 +143,12 @@ const themes = {
|
||||
text_color: "859900",
|
||||
bg_color: "fdf6e3",
|
||||
},
|
||||
nord: {
|
||||
title_color: "81a1c1",
|
||||
text_color: "d8dee9",
|
||||
icon_color: "88c0d0",
|
||||
bg_color: "2e3440",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Loading…
Reference in New Issue
Block a user