fix: remove extra github dark theme

This commit is contained in:
Anurag 2021-04-27 01:15:23 +05:30
parent 465faa7c32
commit 18c717ccbf

View file

@ -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;