-
Support
git.blame.editorDecorationForeground
-
Dark mode:
- Optimize
tab.activeBorderTop
color.
- Optimize
- Support
editor.linkedEditingBackground
- Dark mode:
- Optimize
editorBracketHighlight
color. - Add
tab.activeBorderTop
and changetab.inactiveBackground
in order to make current tab more distinguishable.
- Optimize
-Light mode:
- Improve the readability of search results.
- Optimize
editorBracketHighlight
color.
- Support
editorIndentGuide.activeBackground
- Change
list.focusHighlightForeground
in light mode (#5). - Update
statusBarItem.prominentBadgeColor
, support workspace trust badge. - Fix
scrollbar.shadow
in light mode
- Enable semantic highlighting by default.
WANT TO DISABLE ?
Change this configuration to disable semantic highlighting for all themes:
"editor.semanticHighlighting.enabled": false
Or change this configuration to disable only for chinolor:
"editor.tokenColorCustomizations": {
"[Chinolor]": {
"semanticHighlighting": false
},
"[Chinolor Light]": {
"semanticHighlighting": false
}
}
- Support semantic highlighting.
- Change
activityBar.activeBorder
color.
- Change
minimap.selectionHighlight
color.
- Change the color of terminal.ansiBrightBlack(#2b312c => #8a988e), which ever made arguments in powershell invisible.
- Ignore images when packaging extension.
- Add support to integrated terminal.
- Fix an error in scheme-light image.
- Add color palette images.
- Change the color of css property name: dark theme(#e4dfd7 => #8abcd1), light theme(#2b312c => #1781b5)
- Change the color of css id: dark theme(#8abcd1 => #5dbe8a), light theme(#1781b5 => #207f4c)
- Remove '明灰(#8a988e)' of dark theme
- Update scheme images
- Update some colors of markdown.
- Update scheme-light image.
- Update color of css unit
- Add light theme
- Initial release