Last active
February 4, 2023 12:18
-
-
Save harakka/937290bab8b7cfeb1463bb0343febb41 to your computer and use it in GitHub Desktop.
Cataclysm: Dark Days Ahead theme based on https://iamkate.com/data/12-bit-rainbow/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": "colordef", | |
"BLACK": [4, 4, 22], | |
"DGRAY": [92, 92, 92], | |
"GRAY": [132, 132, 132], | |
"WHITE": [211, 211, 211], | |
"MAGENTA": [102, 51, 153], | |
"LMAGENTA": [136, 17, 119], | |
"RED": [170, 51, 102], | |
"LRED": [204, 102, 102], | |
"BROWN": [238, 153, 68], | |
"YELLOW": [238, 221, 0], | |
"LGREEN": [153, 221, 85], | |
"GREEN": [68, 221, 136], | |
"LCYAN": [34, 204, 187], | |
"CYAN": [0, 187, 204], | |
"LBLUE": [0, 153, 204], | |
"BLUE": [51, 102, 187] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment