SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Improve settings tooltip visibility for white color schemes #163

Closed deathaxe closed 6 years ago

deathaxe commented 7 years ago

For details see the commit messages, please.

Some notes/thoughts besides commits:

I also tried to remove background-color attributes from the CSS and keep only the modified borders. This would:

  1. avoid to possibly override color scheme colors
  2. work properly for dark color schemes as ST blends the background color well
  3. but doesn't look well with white backgrounds as ST blends the background too little, which still makes them barely visible on Windows.