export default { id: 'material.theme.ocean', name: 'Material-Theme-Ocean', type: 'dark', scheme: { defaultAccent: '#80CBC4', background: '#0F111A', backgroundAlt: '#0F111A', contrastBorder: '#0F111A', 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: '#525975', listHoverForeground: '#FFFFFF', listHoverBackground: '#292D3E', tabActiveForeground: '#FFFFFF', inactiveSelectionBackground: '#00000030', findMatchBackground: '#000000', findMatchHighlightBackground: '#00000050', findMatchHighlightBorder: '#ffffff30', base: { white: '#ffffff', black: '#000000', red: '#FF5370', orange: '#F78C6C', yellow: '#FFCB6B', green: '#C3E88D', cyan: '#89DDFF', blue: '#82AAFF', paleblue: '#B2CCD6', purple: '#C792EA', brown: '#916b53', pink: '#ff9cac', violet: '#bb80b3' } } };