2019-12-23 15:54:32 +01:00
|
|
|
export default {
|
|
|
|
id: 'material.theme.lighter.hc',
|
|
|
|
name: 'Material-Theme-Lighter-High-Contrast',
|
|
|
|
type: 'light',
|
|
|
|
scheme: {
|
2019-12-26 12:13:25 +01:00
|
|
|
defaultAccent: '#80CBC4',
|
2019-12-23 15:54:32 +01:00
|
|
|
background: '#FFFFFF',
|
|
|
|
backgroundAlt: '#FAFAFA',
|
|
|
|
contrastBorder: '#CBCBCB',
|
|
|
|
scrollbars: '#90A4AE20',
|
|
|
|
sidebarForeground: '#627883',
|
|
|
|
comments: '#90A4AE',
|
|
|
|
caret: '#272727',
|
|
|
|
findHighlight: '#FFCC00',
|
|
|
|
foreground: '#90A4AE',
|
|
|
|
focusBorder: '#FFFFFF',
|
|
|
|
guides: '#B0BEC5',
|
|
|
|
lineNumbers: '#CFD8DC',
|
|
|
|
invisibles: '#E7EAEC',
|
|
|
|
lineHighlight: '#CCD7DA',
|
|
|
|
selection: '#80CBC440',
|
|
|
|
shadow: '#00000020',
|
|
|
|
inputBackground: '#EEEEEE',
|
|
|
|
inputForeground: '#90A4AE',
|
|
|
|
inputBorder: '#00000010',
|
|
|
|
scrollbarsHover: '#90A4AE10',
|
|
|
|
statusbarForeground: '#7E939E',
|
|
|
|
sidebarBackground: '#FAFAFA',
|
|
|
|
listHoverForeground: '#B1C7D3',
|
|
|
|
listHoverBackground: '#FAFAFA',
|
|
|
|
tabActiveForeground: '#000000',
|
|
|
|
inactiveSelectionBackground: '#CCD7DA50',
|
|
|
|
findMatchBackground: '#00000040',
|
|
|
|
findMatchHighlightBackground: '#00000010',
|
|
|
|
findMatchHighlightBorder: '#00000060',
|
|
|
|
base: {
|
|
|
|
white: '#FFFFFF',
|
|
|
|
black: '#000000',
|
|
|
|
red: '#E53935',
|
|
|
|
orange: '#F76D47',
|
|
|
|
yellow: '#FFB62C',
|
|
|
|
green: '#91B859',
|
|
|
|
cyan: '#39ADB5',
|
|
|
|
blue: '#6182B8',
|
|
|
|
paleblue: '#8796B0',
|
|
|
|
purple: '#7C4DFF',
|
2020-01-07 14:38:05 +01:00
|
|
|
brown: '#916b53',
|
2019-12-23 15:54:32 +01:00
|
|
|
pink: '#FF5370',
|
|
|
|
violet: '#945EB8'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|