vsc-material-theme/scripts/generator/settings/specific/default.ts

53 lines
1.4 KiB
TypeScript
Raw Normal View History

export default {
id: 'material.theme.default',
name: 'Material-Theme-Default',
type: 'dark',
scheme: {
2019-12-26 12:13:25 +01:00
defaultAccent: '#80CBC4',
background: '#263238',
backgroundAlt: '#263238',
contrastBorder: '#263238',
comments: '#546E7A',
caret: '#FFCC00',
findHighlight: '#FFCC00',
foreground: '#EEFFFF',
focusBorder: '#FFFFFF',
guides: '#37474F',
lineNumbers: '#465A64',
invisibles: '#65737E',
lineHighlight: '#000000',
selection: '#80CBC420',
shadow: '#00000030',
inputBackground: '#303C41',
inputForeground: '#EEFFFF',
inputBorder: '#FFFFFF10',
scrollbars: '#EEFFFF20',
scrollbarsHover: '#EEFFFF10',
statusbarForeground: '#546E7A',
sidebarBackground: '#263238',
sidebarForeground: '#607a86',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#263238',
tabActiveForeground: '#FFFFFF',
inactiveSelectionBackground: '#00000030',
findMatchBackground: '#000000',
findMatchHighlightBackground: '#00000050',
findMatchHighlightBorder: '#ffffff30',
base: {
white: '#ffffff',
black: '#000000',
2020-01-08 16:03:09 +01:00
red: '#f07178',
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',
violet: '#bb80b3'
}
}
};