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 <hazru.anurag@gmail.com>
This commit is contained in:
Rahul Mahesh 2020-08-02 18:48:49 +05:30 committed by GitHub
parent 394fef948b
commit d7089af346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",