Themes/base16-circus.json
{
"name": "Circus", "description": "Circus scheme by Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12).", "repository": "https://github.com/mmims/base16-psconsoletheme", "background": "Black", "foreground": "DarkCyan", "popupBackground": "DarkGreen", "popupForeground": "Gray", "palette": { "Black": "#191919", "DarkGray": "#202020", "DarkGreen": "#303030", "DarkYellow": "#5f5a60", "DarkBlue": "#505050", "DarkCyan": "#a7a7a7", "Gray": "#808080", "White": "#ffffff", "Red": "#dc657d", "DarkRed": "#4bb1a7", "Yellow": "#c3ba63", "Green": "#84b97c", "Cyan": "#4bb1a7", "Blue": "#639ee4", "Magenta": "#b888e2", "DarkMagenta": "#b888e2" }, "tokens": { "Command": "Blue", "Comment": "DarkYellow", "Keyword": "Magenta", "Member": "Blue", "Number": "DarkRed", "Operator": "Cyan", "Parameter": "DarkRed", "String": "Green", "Type": "Yellow", "Variable": "Red" } } |