From 81f5ecfed94866d91f285d752f6b039f65971bdb Mon Sep 17 00:00:00 2001 From: Manasi Wader <52437677+WaderManasi@users.noreply.github.com> Date: Thu, 18 Feb 2021 18:26:00 +0530 Subject: [PATCH] style(theme): added outrun theme (#887) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) 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;