vsc-material-theme/src/themes/settings/specific/default.json
2017-04-05 09:02:40 +02:00

61 lines
No EOL
1.3 KiB
JSON

{
"name": "Material-Theme",
"semanticClass": "material.theme.default",
"ui": {
"id": "material-theme",
"variant": {
"id": "default",
"name": "Default"
},
"background": {
"primary": {
"hex": "#263238",
"rgb": "38, 50, 56"
}
},
"foreground": {
"primary": {
"hex": "#394E59",
"rgb": "96, 125, 139"
},
"selected": {
"hex": "#dddfe1",
"rgb": "221, 223, 225"
}
}
},
"scheme": {
"background": "#263238",
"comments": "#546E7A",
"caret": "#FFCC00",
"findHighlight": "#F8E71C",
"foreground": "#eeffff",
"guides": "#37474F80",
"activeGuide": "#80CBC470",
"stackGuides": "#37474Fff",
"gutter": "#37474F",
"invisibles": "#65737e",
"highlight": "#00000050",
"selection": "#80CBC420",
"shadow": "#00000010",
"keywords": "#cfd8dc",
"constant": "#80CBC4",
"string": "#F9355A",
"constantEscape": "#FFC400",
"base": {
"white": "#ffffff",
"black": "#000000",
"red": "#FF5370",
"orange": "#F78C6C",
"yellow": "#FFCB6B",
"green": "#C3E88D",
"cyan": "#89DDFF",
"blue": "#82AAFF",
"paleblue": "#B2CCD6",
"purple": "#C792EA",
"brown": "#C17E70",
"pink": "#f07178",
"violet": "#bb80b3"
}
}
}