mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
style(theme): added cobalt2 theme (#1343)
This commit is contained in:
parent
927e87d416
commit
ab4876aa35
1 changed files with 6 additions and 0 deletions
|
|
@ -306,6 +306,12 @@ const themes = {
|
|||
text_color: "FF75B5",
|
||||
bg_color: "31353a",
|
||||
},
|
||||
cobalt2: {
|
||||
title_color: "ffc600",
|
||||
icon_color: "ffffff",
|
||||
text_color: "0088ff",
|
||||
bg_color: "193549",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue