Created
May 5, 2019 22:21
-
-
Save robderickson/3b501d1a32dbbcfddc08516eb4f0e0b0 to your computer and use it in GitHub Desktop.
PSConsoleTheme theme blatantly ripping off robb0wen's SynthWave 84 VS Code theme.
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": "SynthWave", | |
"description": "Ripped off of robb0wen's SynthWave 84 VS Code theme: https://github.com/robb0wen.", | |
"repository": "https://github.com/mmims", | |
"background": "Black", | |
"foreground": "Blue", | |
"popupBackground": "Cyan", | |
"popupForeground": "Gray", | |
"palette": { | |
"Black": "#262335", | |
"DarkGray": "#241b2f", | |
"Cyan": "#505050", | |
"Blue": "#72f1b8", | |
"Yellow": "#fede5d", | |
"Green": "#e0e0e0", | |
"Gray": "#f5f5f5", | |
"White": "#b893ce", | |
"DarkRed": "#fa2e46", | |
"Red": "#fe4450", | |
"DarkYellow": "#d54f00", | |
"DarkGreen": "#ff8b39", | |
"DarkCyan": "#76c7b7", | |
"DarkBlue": "#36f9f6", | |
"DarkMagenta": "#ff7edb", | |
"Magenta": "#f97e72" | |
}, | |
"tokens": { | |
"readline": { | |
"foreground": { | |
"Command": "DarkBlue", | |
"Comment": "Green", | |
"ContinuationPrompt": "Green", | |
"DefaultToken": "Green", | |
"Emphasis": "DarkCyan", | |
"Error": "DarkRed", | |
"Keyword": "Yellow", | |
"Member": "DarkMagenta", | |
"Number": "Magenta", | |
"Operator": "Yellow", | |
"Parameter": "White", | |
"String": "DarkGreen", | |
"Type": "Yellow", | |
"Variable": "Red" | |
} | |
}, | |
"write": { | |
"foreground": { | |
"Error": "DarkRed", | |
"Warning": "DarkYellow", | |
"Verbose": "DarkYellow", | |
"Debug": "DarkYellow", | |
"Progress": "Yellow" | |
}, | |
"background": { | |
"Progress": "DarkGray" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment