Skip to content

Instantly share code, notes, and snippets.

@sdaaish
Created February 18, 2020 21:59
Show Gist options
  • Save sdaaish/90005399466a2e47425609e71afc7ffa to your computer and use it in GitHub Desktop.
Save sdaaish/90005399466a2e47425609e71afc7ffa to your computer and use it in GitHub Desktop.
ColorTool Scheme
[table]
DARK_BLACK = 0,0,0
DARK_BLUE = 0,55,218
DARK_GREEN = 19,161,14
DARK_CYAN = 58,150,221
DARK_RED = 197,15,31
DARK_MAGENTA = 136,23,152
DARK_YELLOW = 193,156,0
DARK_WHITE = 204,204,204
BRIGHT_BLACK = 118,118,118
BRIGHT_BLUE = 59,120,255
BRIGHT_GREEN = 22,198,12
BRIGHT_CYAN = 97,214,214
BRIGHT_RED = 231,72,86
BRIGHT_MAGENTA = 180,0,158
BRIGHT_YELLOW = 249,241,165
BRIGHT_WHITE = 242,242,242
[info]
name = sdaaish
author = sdaaish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment