mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
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
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user