diff --git a/themes/index.js b/themes/index.js index af99d04..42bade8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;