From e3d6f9503123cafb4b1084bc859800967197bb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Gon=C3=A7alves?= Date: Thu, 27 Aug 2020 11:04:35 -0300 Subject: [PATCH] style(theme): Add Omni theme (#424) Co-authored-by: Anurag Hazra --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index a188c21..6b3ec6d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -209,6 +209,12 @@ const themes = { text_color: "ebcfb2", bg_color: "373f51", }, + omni: { + title_color: "FF79C6", + icon_color: "e7de79", + text_color: "E1E1E6", + bg_color: "191622" + }, react: { title_color: "61dafb", icon_color: "61dafb",