mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
style(theme): add gruvbox_light theme (#1379)
This commit is contained in:
parent
300ee853e7
commit
7072a23808
1 changed files with 6 additions and 0 deletions
|
|
@ -36,6 +36,12 @@ const themes = {
|
|||
text_color: "8ec07c",
|
||||
bg_color: "282828",
|
||||
},
|
||||
gruvbox_light: {
|
||||
title_color: "b57614",
|
||||
icon_color: "af3a03",
|
||||
text_color: "427b58",
|
||||
bg_color: "fbf1c7",
|
||||
},
|
||||
tokyonight: {
|
||||
title_color: "70a5fd",
|
||||
icon_color: "bf91f3",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue