Themes/base16-oceanicnext.json
{
"name": "OceanicNext", "description": "OceanicNext scheme by https://github.com/voronianski/oceanic-next-color-scheme.", "repository": "https://github.com/mmims/base16-psconsoletheme", "background": "Black", "foreground": "DarkCyan", "popupBackground": "DarkGreen", "popupForeground": "Gray", "palette": { "Black": "#1b2b34", "DarkGray": "#343d46", "DarkGreen": "#4f5b66", "DarkYellow": "#65737e", "DarkBlue": "#a7adba", "DarkCyan": "#c0c5ce", "Gray": "#cdd3de", "White": "#d8dee9", "Red": "#ec5f67", "DarkRed": "#f99157", "Yellow": "#fac863", "Green": "#99c794", "Cyan": "#5fb3b3", "Blue": "#6699cc", "Magenta": "#c594c5", "DarkMagenta": "#ab7967" }, "tokens": { "Command": "Blue", "Comment": "DarkYellow", "Keyword": "Magenta", "Member": "Blue", "Number": "DarkRed", "Operator": "Cyan", "Parameter": "DarkRed", "String": "Green", "Type": "Yellow", "Variable": "Red" } } |