- Update selection colors with bad contrast
- tweak activityBar icon colors
- Slightly adjusted main color value
- Better UI colors and add contrast border. To disable border, add this to your settings.json:
"workbench.colorCustomizations": { "contrastBorder": "#ffffff00", },
- Add suggestions how to set colors for indent-rainbow and Bracket Pair Colorizer Plugins
- Fix: sometimes selection in UI input boxes was invisible
- adjustments to support the new
editorIndentGuide.activeBackground
- darker
sideBarSectionHeader.background
, matching activitybar now - decided to go for v1.0.0, after half a year of extensive testing
- minor fixes
- umproved markdown! Now less distracting:
- using less colors, now matching Leafy mood
- less gaudy color for links, tags and other non-important parts
- make indent guides more visible
- make white space color less prominent
- fetch improvements from original theme base16-tomorrow-dark:
- property names + object literal keys are now properly colored
- make markdown and css prettier
- add new gitdecoration colors
- ...
- minor fixes
- Tweak some workbench colors to make the sideBar distinguishable from statusBar and activityBar
- Make color of bracketMatch highlight less prominent
- change activityBar badges to have green background color
- Initial release