Themes/base16-3024.json
{
"name": "3024", "description": "3024 scheme by Jan T. Sott (http://github.com/idleberg).", "repository": "https://github.com/mmims", "background": "Black", "foreground": "Green", "popupBackground": "Cyan", "popupForeground": "Gray", "palette": { "Black": "#090300", "DarkGray": "#3a3432", "Cyan": "#4a4543", "Blue": "#5c5855", "Yellow": "#807d7c", "Green": "#a5a2a2", "Gray": "#d6d5d4", "White": "#f7f7f7", "DarkRed": "#db2d20", "Red": "#e8bbd0", "DarkYellow": "#fded02", "DarkGreen": "#01a252", "DarkCyan": "#b5e4f4", "DarkBlue": "#01a0e4", "DarkMagenta": "#a16a94", "Magenta": "#cdab53" }, "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" } } } } |