mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
style(theme): added outrun theme (#887)
This commit is contained in:
parent
93ae8d995b
commit
81f5ecfed9
1 changed files with 6 additions and 0 deletions
|
|
@ -263,6 +263,12 @@ const themes = {
|
|||
text_color: "d9c8a9",
|
||||
bg_color: "402b23",
|
||||
},
|
||||
outrun:{
|
||||
title_color: "ffcc00",
|
||||
icon_color: "ff1aff",
|
||||
text_color: "8080ff",
|
||||
bg_color: "141439",
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue