mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
fix: remove extra github dark theme
This commit is contained in:
parent
465faa7c32
commit
18c717ccbf
1 changed files with 5 additions and 11 deletions
|
|
@ -261,21 +261,15 @@ const themes = {
|
|||
title_color: "bf4a3f",
|
||||
icon_color: "a64833",
|
||||
text_color: "d9c8a9",
|
||||
bg_color: "402b23"
|
||||
bg_color: "402b23",
|
||||
},
|
||||
outrun:{
|
||||
outrun: {
|
||||
title_color: "ffcc00",
|
||||
icon_color: "ff1aff",
|
||||
text_color: "8080ff",
|
||||
bg_color: "141439",
|
||||
},
|
||||
github_dark: {
|
||||
title_color: "58a6ff",
|
||||
icon_color: "da3633",
|
||||
text_color: "c9d1d9",
|
||||
bg_color: "0d1117",
|
||||
},
|
||||
ocean_dark:{
|
||||
ocean_dark: {
|
||||
title_color: "8957B2",
|
||||
icon_color: "FFFFFF",
|
||||
text_color: "92D534",
|
||||
|
|
@ -291,8 +285,8 @@ const themes = {
|
|||
title_color: "58A6FF",
|
||||
icon_color: "1F6FEB",
|
||||
text_color: "C3D1D9",
|
||||
bg_color: "0D1117"
|
||||
}
|
||||
bg_color: "0D1117",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue