Themes/base16-default-dark.json
{
"name": "Default Dark", "description": "Default Dark scheme by Chris Kempson (http://chriskempson.com).", "repository": "https://github.com/mmims/base16-psconsoletheme", "background": "Black", "foreground": "DarkCyan", "popupBackground": "DarkGreen", "popupForeground": "Gray", "palette": { "Black": "#181818", "DarkGray": "#282828", "DarkGreen": "#383838", "DarkYellow": "#585858", "DarkBlue": "#b8b8b8", "DarkCyan": "#d8d8d8", "Gray": "#e8e8e8", "White": "#f8f8f8", "Red": "#ab4642", "DarkRed": "#dc9656", "Yellow": "#f7ca88", "Green": "#a1b56c", "Cyan": "#86c1b9", "Blue": "#7cafc2", "Magenta": "#ba8baf", "DarkMagenta": "#a16946" }, "tokens": { "Command": "Blue", "Comment": "DarkYellow", "Keyword": "Magenta", "Member": "Blue", "Number": "DarkRed", "Operator": "Cyan", "Parameter": "DarkRed", "String": "Green", "Type": "Yellow", "Variable": "Red" } } |