Unverified Commit d7089af3 authored by Rahul Mahesh's avatar Rahul Mahesh Committed by GitHub
Browse files

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: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent 394fef94
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",