
* chore: small cleanup helper * chore: adding interfaces for icon variants * feat: You can now switch between Material Theme icons * chore: helpers small fix * chore(helpers): small fix helpers * refactor: refactoring fixIcons command, ready for new prop autoFix * refactor: accentsSetter command, ready for autoFix prop * chore: added new exports file for all commands * refactor: main theme file, ready for autoFix prop * chore: added listener also when changing iconTheme * feat: autoApplyIcons added as option and toggleApplyIcons as command * chore: added check for autoApplyIcons flag. Removed listen icon change * feat: Notification shows up when the window needs reload * chore: Update CTA's * chore: Make consistent indent guides and add support to editorIndentGuide.activeBackground Close #188 * chore: fix check on CTA ok * chore: split up configurationChange and changelog (added to commands) * chore: small change settings method * feat: Now the theme will auto fix if needed on change icons theme
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"id": "material.theme.palenight",
|
|
"name": "Material-Theme-Palenight",
|
|
"type": "dark",
|
|
"scheme": {
|
|
"background": "#292D3E",
|
|
"backgroundAlt": "#292D3E",
|
|
"contrastBorder": "#292D3E",
|
|
"comments": "#676E95",
|
|
"caret": "#FFCC00",
|
|
"findHighlight": "#FFCC00",
|
|
"foreground": "#A6ACCD",
|
|
"focusBorder": "#FFFFFF",
|
|
"guides": "#4E5579",
|
|
"lineNumbers": "#3A3F58",
|
|
"invisibles": "#4E5579",
|
|
"lineHighlight": "#000000",
|
|
"selection": "#717CB450",
|
|
"shadow": "#00000030",
|
|
"inputBackground": "#FFFFFF05",
|
|
"inputForeground": "#EEFFFF",
|
|
"inputBorder": "#FFFFFF10",
|
|
"scrollbars": "#00000050",
|
|
"scrollbarsHover": "#00000030",
|
|
"statusbarForeground": "#676E95",
|
|
"sidebarBackground": "#292D3E",
|
|
"sidebarForeground": "#676E95",
|
|
"listHoverForeground": "#FFFFFF",
|
|
"listHoverBackground": "#292D3E",
|
|
"tabActiveForeground": "#FFFFFF",
|
|
"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"
|
|
}
|
|
}
|
|
}
|