Skip to content

Commit d7089af

Browse files
style(theme): Added new theme Bear (anuraghazra#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 <[email protected]>
1 parent 394fef9 commit d7089af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ const themes = {
125125
text_color: "ffd95b",
126126
bg_color: "000000",
127127
},
128+
"bear": {
129+
title_color: "e03c8a",
130+
icon_color: "00AEFF",
131+
text_color: "bcb28d",
132+
bg_color: "1f2023",
133+
},
128134
"solarized-dark": {
129135
title_color: "268bd2",
130136
icon_color: "b58900",

0 commit comments

Comments
 (0)