From d7089af346cdb8f5cda34ffb9a62d209da82c0a1 Mon Sep 17 00:00:00 2001 From: Rahul Mahesh Date: Sun, 2 Aug 2020 18:48:49 +0530 Subject: [PATCH] style(theme): Added new theme Bear (#278) Bear is one of the most downloaded color themes on VSCode. So I created a theme based on that. 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 2f0c78ae..1381d7a1 100644 --- a/themes/index.js +++ b/themes/index.js @@ -125,6 +125,12 @@ const themes = { text_color: "ffd95b", bg_color: "000000", }, + "bear": { + title_color: "e03c8a", + icon_color: "00AEFF", + text_color: "bcb28d", + bg_color: "1f2023", + }, "solarized-dark": { title_color: "268bd2", icon_color: "b58900",