Skip to content

Instantly share code, notes, and snippets.

@telmen
Created August 3, 2020 09:25
Show Gist options
  • Save telmen/0cd919a427ee226d4bb0eeae18ec2a47 to your computer and use it in GitHub Desktop.
Save telmen/0cd919a427ee226d4bb0eeae18ec2a47 to your computer and use it in GitHub Desktop.
General colors
"red": "hsl(5, 100%, 50%)",
"orange": "hsl(27, 100%, 50%)",
"yellow": "hsl(60, 100%, 50%)",
"green": "hsl(150, 100%, 43%)",
"cyan": "hsl(180, 100%, 50%)",
"blue": "hsl(210, 100%, 50%)",
"pink": "hsl(320, 90%, 70%)",
"transparent": "#ff000000",  // note: ff needed to force transparency

"fg": "#fff",
"bg": "hsl(60, 5%, 8%)",
"unimportant": "color(var(fg) alpha(0.4))",
"cursor": "hsl(320, 90%, 70%)",
"selection": "hsl(204, 100%, 70%)",
"type": "var(orange)",
"keyword": "var(blue)",
"data": "var(green)",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment