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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue