From 3718527791a6633290baead7cb74626a96e1304e Mon Sep 17 00:00:00 2001 From: Alexander Vega <68622408+alexndrvega@users.noreply.github.com> Date: Fri, 14 Aug 2020 11:35:20 -0400 Subject: [PATCH] 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 --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 36c07c6..ac4f179 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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",