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:
parent
394fef948b
commit
d7089af346
1 changed files with 6 additions and 0 deletions
|
@ -125,6 +125,12 @@ const themes = {
|
||||||
text_color: "ffd95b",
|
text_color: "ffd95b",
|
||||||
bg_color: "000000",
|
bg_color: "000000",
|
||||||
},
|
},
|
||||||
|
"bear": {
|
||||||
|
title_color: "e03c8a",
|
||||||
|
icon_color: "00AEFF",
|
||||||
|
text_color: "bcb28d",
|
||||||
|
bg_color: "1f2023",
|
||||||
|
},
|
||||||
"solarized-dark": {
|
"solarized-dark": {
|
||||||
title_color: "268bd2",
|
title_color: "268bd2",
|
||||||
icon_color: "b58900",
|
icon_color: "b58900",
|
||||||
|
|
Loading…
Add table
Reference in a new issue