Themes/base16-pico.json
{
"name": "Pico", "description": "Pico scheme by PICO-8 (http://www.lexaloffle.com/pico-8.php).", "repository": "https://github.com/mmims/base16-psconsoletheme", "background": "Black", "foreground": "DarkCyan", "popupBackground": "DarkGreen", "popupForeground": "Gray", "palette": { "Black": "#000000", "DarkGray": "#1d2b53", "DarkGreen": "#7e2553", "DarkYellow": "#008751", "DarkBlue": "#ab5236", "DarkCyan": "#5f574f", "Gray": "#c2c3c7", "White": "#fff1e8", "Red": "#ff004d", "DarkRed": "#ffa300", "Yellow": "#fff024", "Green": "#00e756", "Cyan": "#29adff", "Blue": "#83769c", "Magenta": "#ff77a8", "DarkMagenta": "#ffccaa" }, "tokens": { "Command": "Blue", "Comment": "DarkYellow", "Keyword": "Magenta", "Member": "Blue", "Number": "DarkRed", "Operator": "Cyan", "Parameter": "DarkRed", "String": "Green", "Type": "Yellow", "Variable": "Red" } } |