Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix colors to properly match palette #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions dracula.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
scheme: "Dracula"
author: "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)"
base00: "282936" #background
author: "Originally by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula), revised palette by pcewing"
base00: "282a36" # background color, previously: "282936"
base01: "3a3c4e"
base02: "4d4f68"
base03: "626483"
base02: "44475a" # previously: "4d4f68"
base03: "6272a4" # previously: "626483"
base04: "62d6e8"
base05: "e9e9f4" #foreground
base05: "f8f8f2" # foreground color, previously: "e9e9f4"
base06: "f1f2f8"
base07: "f7f7fb"
base08: "ea51b2"
base09: "b45bcf"
base0A: "00f769"
base0B: "ebff87"
base0C: "a1efe4"
base0D: "62d6e8"
base0E: "b45bcf"
base0F: "00f769"
base08: "ff5555" # previously: "ea51b2"
base09: "ffb86c" # previously: "b45bcf"
base0a: "f1fa8c" # previously: "00f769"
base0b: "50fa7b" # previously: "ebff87"
base0c: "8be9fd" # previously: "a1efe4"
base0d: "bd93f9" # previously: "62d6e8"
base0e: "ff79c6" # previously: "b45bcf"
base0f: "00f769"