Releases: robertrossmann/vscode-remedy
Releases · robertrossmann/vscode-remedy
3.4.1
3.4.0
3.4.0 (2019-11-26)
Features
- define custom theme colours for Error Lens (f775695), closes usernamehw/vscode-error-lens#30
3.3.1
3.3.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0 (2019-10-31)
Features
- add styles for GitLens extension 😍 (cf8d1d9)
- add styles for LintLens extension (997eb71)
- make drop backgrounds more subtle (a2ddcb9)
- make editor background more "colourless" (8ca46f5)
- make list items more prominent when selected / focused (f6c27ac)
- make status bar item hover more decent (2296d0e)
- tweak bracket mach highlights (afb6a48)
- use orange for all accents (675b8d5)
- use text colour for line & selection highlights (c71beec)
BREAKING CHANGES
- Orange is the new red. 😍
The reddish accents were great and all but the accents frequently clashed with diffs, errors and other things which are expected to be red by their very nature. Using a different accent we are free of those clashes. Don't worry, though, the orange still looks awesome! 🎨
- Previously, the current line highlight and selection highlight used the accent (red) colour. While it seemed like a good idea in the beginning due to various consistency reasons, it turned out to be rather a bad choice - red is also used in the diff view and selecting anything in the diff view, or simply trying to find the line where the cursor is currently placed by colour was almost impossible as they blended completely with the diff.
Changing the highlights to a very light variant of the base text colour improves the overal experience quite significantly. 🎨