2019-12-23 15:54:32 +01:00
|
|
|
export default {
|
|
|
|
id: 'material.theme.default.hc',
|
|
|
|
name: 'Material-Theme-Default-High-Contrast',
|
|
|
|
type: 'dark',
|
|
|
|
scheme: {
|
2019-12-26 12:13:25 +01:00
|
|
|
defaultAccent: '#80CBC4',
|
2019-12-23 15:54:32 +01:00
|
|
|
background: '#263238',
|
|
|
|
backgroundAlt: '#192227',
|
2023-08-26 13:22:40 +02:00
|
|
|
contrastBorder: '#3B4A51',
|
2019-12-23 15:54:32 +01:00
|
|
|
scrollbars: '#EEFFFF20',
|
|
|
|
sidebarForeground: '#5f7a87',
|
|
|
|
comments: '#546E7A',
|
|
|
|
caret: '#FFCC00',
|
|
|
|
findHighlight: '#FFCC00',
|
|
|
|
foreground: '#EEFFFF',
|
|
|
|
focusBorder: '#FFFFFF',
|
|
|
|
guides: '#37474F',
|
2023-08-26 13:50:29 +02:00
|
|
|
lineNumbers: '#465A64',
|
2019-12-23 15:54:32 +01:00
|
|
|
invisibles: '#65737E',
|
|
|
|
lineHighlight: '#000000',
|
|
|
|
selection: '#80CBC420',
|
|
|
|
shadow: '#00000030',
|
|
|
|
inputBackground: '#303C41',
|
|
|
|
inputForeground: '#EEFFFF',
|
|
|
|
inputBorder: '#FFFFFF10',
|
|
|
|
scrollbarsHover: '#EEFFFF10',
|
|
|
|
statusbarForeground: '#546E7A',
|
|
|
|
sidebarBackground: '#263238',
|
|
|
|
listHoverForeground: '#FFFFFF',
|
|
|
|
listHoverBackground: '#263238',
|
|
|
|
tabActiveForeground: '#FFFFFF',
|
|
|
|
inactiveSelectionBackground: '#00000030',
|
|
|
|
findMatchBackground: '#000000',
|
|
|
|
findMatchHighlightBackground: '#00000050',
|
|
|
|
findMatchHighlightBorder: '#ffffff50',
|
|
|
|
base: {
|
|
|
|
white: '#ffffff',
|
|
|
|
black: '#000000',
|
2020-01-08 16:03:09 +01:00
|
|
|
red: '#f07178',
|
2019-12-23 15:54:32 +01:00
|
|
|
orange: '#F78C6C',
|
|
|
|
yellow: '#FFCB6B',
|
|
|
|
green: '#C3E88D',
|
|
|
|
cyan: '#89DDFF',
|
|
|
|
blue: '#82AAFF',
|
|
|
|
paleblue: '#B2CCD6',
|
|
|
|
purple: '#C792EA',
|
2020-01-07 14:38:05 +01:00
|
|
|
brown: '#916b53',
|
|
|
|
pink: '#ff9cac',
|
2019-12-23 15:54:32 +01:00
|
|
|
violet: '#bb80b3'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|