mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-21 06:11:29 +08:00
style(theme): added cobalt2 theme (#1343)
This commit is contained in:
parent
927e87d416
commit
ab4876aa35
@ -306,6 +306,12 @@ const themes = {
|
|||||||
text_color: "FF75B5",
|
text_color: "FF75B5",
|
||||||
bg_color: "31353a",
|
bg_color: "31353a",
|
||||||
},
|
},
|
||||||
|
cobalt2: {
|
||||||
|
title_color: "ffc600",
|
||||||
|
icon_color: "ffffff",
|
||||||
|
text_color: "0088ff",
|
||||||
|
bg_color: "193549",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Loading…
Reference in New Issue
Block a user