Last active
August 26, 2020 22:44
-
-
Save bsobol/3971c5f6ed73a5349d2a1bcf0738473d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "name": "Darcula", | |
| "cursorColor": "#a9b7c6", | |
| "selectionBackground": "#214283", | |
| "background": "#2b2b2b", | |
| "foreground": "#a9b7c6", | |
| "black": "#000000", | |
| "blue": "#176acd", | |
| "cyan": "#4bbbbb", | |
| "green": "#A8C023", | |
| "purple": "#AE8ABE", | |
| "red": "#FF6B68", | |
| "white": "#ffffff", | |
| "yellow": "#D6BF55", | |
| "brightBlack": "#eeeeee", | |
| "brightBlue": "#7EAEF1", | |
| "brightCyan": "#6CDADA", | |
| "brightGreen": "#A8C023", | |
| "brightPurple": "#FF99FF", | |
| "brightRed": "#FF8785", | |
| "brightWhite": "#F2F2F2", | |
| "brightYellow": "#FFFF00" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment