52 lines
1.4 KiB
TypeScript
52 lines
1.4 KiB
TypeScript
|
export default {
|
||
|
id: 'material.theme.ocean.hc',
|
||
|
name: 'Material-Theme-Ocean-High-Contrast',
|
||
|
type: 'dark',
|
||
|
scheme: {
|
||
|
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',
|
||
|
red: '#FF5370',
|
||
|
orange: '#F78C6C',
|
||
|
yellow: '#FFCB6B',
|
||
|
green: '#C3E88D',
|
||
|
cyan: '#89DDFF',
|
||
|
blue: '#82AAFF',
|
||
|
paleblue: '#B2CCD6',
|
||
|
purple: '#C792EA',
|
||
|
brown: '#C17E70',
|
||
|
pink: '#f07178',
|
||
|
violet: '#bb80b3'
|
||
|
}
|
||
|
}
|
||
|
};
|