Skip to content

Releases: iwyvi/chinolor

v0.2.19

12 Dec 03:45
Compare
Choose a tag to compare
  • Support git.blame.editorDecorationForeground

  • Dark mode:

    • Optimize tab.activeBorderTop color.

v0.2.18

23 Jun 09:51
Compare
Choose a tag to compare
  • Support editor.linkedEditingBackground

v0.2.17

19 Mar 03:35
Compare
Choose a tag to compare
  • 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

20 Jul 02:00
Compare
Choose a tag to compare
  • Support editorIndentGuide.activeBackground

v0.2.15

16 Jun 11:28
Compare
Choose a tag to compare
  • Change list.focusHighlightForeground in light mode (#5).
  • Update statusBarItem.prominentBadgeColor, support workspace trust badge.
  • Fix scrollbar.shadow in light mode

v0.2.14

22 Mar 04:06
Compare
Choose a tag to compare
  • 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

11 Mar 15:43
Compare
Choose a tag to compare
  • Support semantic highlighting.

v0.2.12

09 Nov 11:48
Compare
Choose a tag to compare
  • Change activityBar.activeBorder color.

v0.2.11

28 Oct 11:13
Compare
Choose a tag to compare
  • Change minimap.selectionHighlight color.

v0.2.10

20 Mar 06:54
Compare
Choose a tag to compare
  • Change the color of terminal.ansiBrightBlack(#2b312c => #8a988e), which ever made arguments in powershell invisible.