diff --git a/themes/index.js b/themes/index.js index 2f0c78a..1381d7a 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",