Unverified Commit 37185277 authored by Alexander Vega's avatar Alexander Vega Committed by GitHub
Browse files

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: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent e9803888
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",