export default { id: 'material.theme.default.hc', name: 'Material-Theme-Default-High-Contrast', type: 'dark', scheme: { background: '#263238', backgroundAlt: '#192227', contrastBorder: '#000000', scrollbars: '#EEFFFF20', sidebarForeground: '#5f7a87', comments: '#546E7A', caret: '#FFCC00', findHighlight: '#FFCC00', foreground: '#EEFFFF', focusBorder: '#FFFFFF', guides: '#37474F', lineNumbers: '#37474F', 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', red: '#FF5370', orange: '#F78C6C', yellow: '#FFCB6B', green: '#C3E88D', cyan: '#89DDFF', blue: '#82AAFF', paleblue: '#B2CCD6', purple: '#C792EA', brown: '#C17E70', pink: '#f07178', violet: '#bb80b3' } } };