dracula / base16-dracula-scheme

🧛🏻‍♂️ Dark theme for base16
https://draculatheme.com/base16
MIT License
32 stars 6 forks source link

Green and yellow colors are swapped #9

Closed actionless closed 5 years ago

actionless commented 5 years ago

In base16 themes colors are ordered like that: image

While in Dracula theme Green and Yellow colors look swapped:

2019-01-12--1547265709_238x293_scrot

i think it should instead looks like that:

@@ -9,9 +9,9 @@ base05: "e9e9f4" #foreground
 base06: "f1f2f8"
 base07: "f7f7fb"
 base08: "ea51b2"
-base09: "b45bcf"
-base0A: "00f769"
-base0B: "ebff87"
+base09: "ebff87"
+base0A: "ebff87"
+base0B: "00f769"
 base0C: "a1efe4"
 base0D: "62d6e8"
 base0E: "b45bcf"

2019-01-12--1547265777_234x291_scrot

mikebarkmin commented 5 years ago

Thanks for your advice. We are currently discussing how we would like to change the base16 scheme to fit the overall dracula theme better. You can find our discussion in #8

actionless commented 5 years ago

ok