2019-12-23 15:54:32 +01:00
|
|
|
export default {
|
|
|
|
id: 'material.theme.ocean.hc',
|
|
|
|
name: 'Material-Theme-Ocean-High-Contrast',
|
|
|
|
type: 'dark',
|
|
|
|
scheme: {
|
2019-12-26 12:13:25 +01:00
|
|
|
defaultAccent: '#80CBC4',
|
2019-12-23 15:54:32 +01:00
|
|
|
background: '#0F111A',
|
|
|
|
backgroundAlt: '#090B10',
|
|
|
|
contrastBorder: '#000000',
|
|
|
|
comments: '#464B5D',
|
|
|
|
caret: '#FFCC00',
|
|
|
|
findHighlight: '#FFCC00',
|
|
|
|
foreground: '#8F93A2',
|
|
|
|
focusBorder: '#FFFFFF',
|
|
|
|
guides: '#3B3F51',
|
|
|
|
lineNumbers: '#3B3F5180',
|
|
|
|
invisibles: '#80869E50',
|
|
|
|
lineHighlight: '#000000',
|
|
|
|
selection: '#717CB450',
|
|
|
|
shadow: '#00000030',
|
|
|
|
inputBackground: '#1A1C25',
|
|
|
|
inputForeground: '#EEFFFF',
|
|
|
|
inputBorder: '#FFFFFF10',
|
|
|
|
scrollbars: '#8F93A220',
|
|
|
|
scrollbarsHover: '#8F93A210',
|
|
|
|
statusbarForeground: '#4B526D',
|
|
|
|
sidebarBackground: '#292D3E',
|
|
|
|
sidebarForeground: '#4B526D',
|
|
|
|
listHoverForeground: '#FFFFFF',
|
|
|
|
listHoverBackground: '#292D3E',
|
|
|
|
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'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|