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

39 lines
966 B
JSON
Raw Normal View History

{
2017-04-06 08:49:13 +02:00
"id": "material.theme.default",
2017-04-06 16:41:46 +02:00
"name": "Material-Theme-Default",
"scheme": {
"background": "#263238",
"comments": "#546E7A",
"caret": "#FFCC00",
2017-05-05 10:07:02 +02:00
"findHighlight": "#FFCC00",
"foreground": "#EEFFFF",
2017-05-08 09:09:19 +02:00
"focusBorder": "#FFFFFF",
"guides": "#37474F80",
"lineNumbers": "#37474F",
"invisibles": "#65737E",
2017-05-05 10:07:02 +02:00
"lineHighlight": "#000000",
"selection": "#80CBC420",
"shadow": "#00000030",
"inputBackground": "#FFFFFF05",
"inputForeground": "#EEFFFF",
"inputBorder": "#FFFFFF10",
"scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"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"
}
}
2017-04-05 23:06:45 +02:00
}