Themes/base16-shapeshifter.json
{
"name": "Shapeshifter", "description": "Shapeshifter scheme by Tyler Benziger (http://tybenz.com).", "repository": "https://github.com/mmims", "background": "Black", "foreground": "Green", "popupBackground": "Cyan", "popupForeground": "Gray", "palette": { "Black": "#f9f9f9", "DarkGray": "#e0e0e0", "Cyan": "#ababab", "Blue": "#555555", "Yellow": "#343434", "Green": "#102015", "Gray": "#040404", "White": "#000000", "DarkRed": "#e92f2f", "Red": "#e09448", "DarkYellow": "#dddd13", "DarkGreen": "#0ed839", "DarkCyan": "#23edda", "DarkBlue": "#3b48e3", "DarkMagenta": "#f996e2", "Magenta": "#69542d" }, "tokens": { "readline": { "foreground": { "Command": "DarkBlue", "Comment": "Yellow", "ContinuationPrompt": "Green", "DefaultToken": "Green", "Emphasis": "DarkCyan", "Error": "DarkRed", "Keyword": "DarkMagenta", "Member": "White", "Number": "White", "Operator": "Green", "Parameter": "Blue", "String": "DarkGreen", "Type": "DarkMagenta", "Variable": "Red" } }, "write": { "foreground": { "Error": "DarkRed", "Warning": "DarkYellow", "Verbose": "DarkYellow", "Debug": "DarkYellow", "Progress": "Yellow" }, "background": { "Progress": "DarkGray" } } } } |