Skip to content

Instantly share code, notes, and snippets.

@dansuh17
Last active February 3, 2020 05:15
Show Gist options
  • Save dansuh17/e6d6840335218fa54f2693dab38254ca to your computer and use it in GitHub Desktop.
Save dansuh17/e6d6840335218fa54f2693dab38254ca to your computer and use it in GitHub Desktop.
My colorscheme - inspired by "apprentice"
Apprentice colorscheme: https://github.com/romainl/Apprentice
almost_black = ["#1c1c1c", 234, "black"]
darker_grey = ["#262626", 235, "black"]
dark_grey = ["#303030", 236, "darkgrey"]
grey = ["#444444", 238, "darkgrey"]
medium_grey = ["#585858", 240, "darkgrey"]
light_grey = ["#6c6c6c", 242, "lightgrey"]
lighter_grey = ["#bcbcbc", 250, "lightgrey"]
green_grey = #82977C
white = ["#ffffff", 231, "white"]
purple = ["#5f5f87", 60, "darkmagenta"]
light_purple = ["#8787af", 103, "magenta"]
green = ["#5f875f", 65, "darkgreen"]
# light_green = ["#87af87", 108, "green"]
light_green = #79A55B
aqua = ["#5f8787", 66, "darkcyan"]
light_aqua = ["#5fafaf", 73, "cyan"]
blue = ["#5f87af", 67, "darkblue"]
light_blue = ["#8fafd7", 110, "blue"]
red = ["#af5f5f", 131, "darkred"]
# orange = ["#ff8700", 208, "red"]
orange = #B56D2D
ocre = ["#87875f", 101, "darkyellow"]
dark yellow = #B49C23
yellow = ["#ffffaf", 229, "yellow"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment