vsc-material-theme/src/themes/settings/specific/default.json

38 lines
927 B
JSON
Raw Normal View History

{
2017-04-06 08:49:13 +02:00
"id": "material.theme.default",
"name": "Material-Theme",
"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"
}
}
}