Themes/base16-ocean.json
{
"name": "Ocean", "description": "Ocean scheme by Chris Kempson (http://chriskempson.com).", "repository": "https://github.com/mmims/base16-psconsoletheme", "background": "Black", "foreground": "DarkCyan", "popupBackground": "DarkGreen", "popupForeground": "Gray", "palette": { "Black": "#2b303b", "DarkGray": "#343d46", "DarkGreen": "#4f5b66", "DarkYellow": "#65737e", "DarkBlue": "#a7adba", "DarkCyan": "#c0c5ce", "Gray": "#dfe1e8", "White": "#eff1f5", "Red": "#bf616a", "DarkRed": "#d08770", "Yellow": "#ebcb8b", "Green": "#a3be8c", "Cyan": "#96b5b4", "Blue": "#8fa1b3", "Magenta": "#b48ead", "DarkMagenta": "#ab7967" }, "tokens": { "Command": "Blue", "Comment": "DarkYellow", "Keyword": "Magenta", "Member": "Blue", "Number": "DarkRed", "Operator": "Cyan", "Parameter": "DarkRed", "String": "Green", "Type": "Yellow", "Variable": "Red" } } |