mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
style(theme): added aura_dark themes (#1312)
This commit is contained in:
parent
c7fd3ed8f2
commit
4dbb9e93b9
1 changed files with 6 additions and 0 deletions
|
|
@ -294,6 +294,12 @@ const themes = {
|
|||
text_color: "FFFFFF",
|
||||
bg_color: "2C2F33",
|
||||
},
|
||||
aura_dark: {
|
||||
title_color: "ff7372",
|
||||
icon_color: "6cffd0",
|
||||
text_color: "dbdbdb",
|
||||
bg_color: "252334",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue