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