Releases: iwyvi/chinolor
Releases · iwyvi/chinolor
v0.2.18
- Support
editor.linkedEditingBackground
v0.2.17
-
Dark mode:
- Optimize
editorBracketHighlight
color.
- Add
tab.activeBorderTop
and change tab.inactiveBackground
in order to make current tab more distinguishable.
-
Light mode:
- Improve the readability of search results.
- Optimize
editorBracketHighlight
color.
v0.2.16
- Support
editorIndentGuide.activeBackground
v0.2.15
- Change
list.focusHighlightForeground
in light mode (#5).
- Update
statusBarItem.prominentBadgeColor
, support workspace trust badge.
- Fix
scrollbar.shadow
in light mode
v0.2.14
- 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
}
}
v0.2.13
- Support semantic highlighting.
v0.2.12
- Change
activityBar.activeBorder
color.
v0.2.11
- Change
minimap.selectionHighlight
color.
v0.2.10
- Change the color of terminal.ansiBrightBlack(#2b312c => #8a988e), which ever made arguments in powershell invisible.