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:
Alexander Vega 2020-08-14 11:35:20 -04:00 committed by GitHub
parent e980388867
commit 3718527791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,12 @@ const themes = {
text_color: "24292e",
bg_color: "ffffff",
},
"vision-friendly-dark": {
title_color: "ffb000",
icon_color: "785ef0",
text_color: "ffffff",
bg_color: "000000",
},
"vue-dark":{
title_color: "19f9d8",
icon_color: "19f9d8",