mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
feat: add transparent theme
Adds a transparent theme with a contrast ratio of 4.5 on both black and white (see https://ux.stackexchange.com/a/86226).
This commit is contained in:
parent
b8faef6857
commit
406dbc5656
1 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,13 @@ export const themes = {
|
||||||
text_color: "434d58",
|
text_color: "434d58",
|
||||||
bg_color: "fffefe",
|
bg_color: "fffefe",
|
||||||
},
|
},
|
||||||
|
transparent: {
|
||||||
|
title_color: "006AFF",
|
||||||
|
icon_color: "0579C3",
|
||||||
|
text_color: "417E87",
|
||||||
|
bg_color: "ffffff00",
|
||||||
|
border_color: "e4e2e2",
|
||||||
|
},
|
||||||
dark: {
|
dark: {
|
||||||
title_color: "fff",
|
title_color: "fff",
|
||||||
icon_color: "79ff97",
|
icon_color: "79ff97",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue