mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
style(theme): Added color blind friendly dark theme (#342)
* Added color blind friendly dark theme The title color and icon color are color blind friendly and detectable by people with protanopia, deuteranopia, and tritanopia. * Shortened Theme Name. Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
parent
e980388867
commit
3718527791
@ -173,6 +173,12 @@ const themes = {
|
|||||||
text_color: "24292e",
|
text_color: "24292e",
|
||||||
bg_color: "ffffff",
|
bg_color: "ffffff",
|
||||||
},
|
},
|
||||||
|
"vision-friendly-dark": {
|
||||||
|
title_color: "ffb000",
|
||||||
|
icon_color: "785ef0",
|
||||||
|
text_color: "ffffff",
|
||||||
|
bg_color: "000000",
|
||||||
|
},
|
||||||
"vue-dark":{
|
"vue-dark":{
|
||||||
title_color: "19f9d8",
|
title_color: "19f9d8",
|
||||||
icon_color: "19f9d8",
|
icon_color: "19f9d8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user