Themes/base16-github.json
{
"name": "Github", "description": "Github scheme by Defman21.", "repository": "https://github.com/mmims", "background": "Black", "foreground": "Green", "popupBackground": "Cyan", "popupForeground": "Gray", "palette": { "Black": "#ffffff", "DarkGray": "#f5f5f5", "Cyan": "#c8c8fa", "Blue": "#969896", "Yellow": "#e8e8e8", "Green": "#333333", "Gray": "#ffffff", "White": "#ffffff", "DarkRed": "#ed6a43", "Red": "#0086b3", "DarkYellow": "#795da3", "DarkGreen": "#183691", "DarkCyan": "#183691", "DarkBlue": "#795da3", "DarkMagenta": "#a71d5d", "Magenta": "#333333" }, "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" } } } } |