Skip to content

Releases: instaatze/vscode-snazzy

v2.9.0

18 Feb 19:29
Compare
Choose a tag to compare
  • Java improvements: method parameters, implemented interfaces
  • Markdown improvements: refactored all language specific customizations so that they apply to markdown code blocks too, code block highlighting (#3)

v2.8.0

21 Nov 21:42
Compare
Choose a tag to compare
  • Javascript improvements: import *
  • Batch improvements: sigils
  • Workbench theming improvements: git decoration colors

v2.7.0

01 Oct 15:37
Compare
Choose a tag to compare
  • Escape sequences highlighting (#1)
  • Workbench theming improvements: diff editor colors

v2.6.0

29 Sep 14:39
Compare
Choose a tag to compare
  • Workbench theming improvements: input validation, colors for modified, added and deleted content in the gutter (left), colors for modified content, errors, warnings and info in the ruler (right)
  • Excluded unnecessary files from package (.vscodeignore matches differently than .gitignore)

v2.5.0

29 Sep 14:39
Compare
Choose a tag to compare
  • VS Code update 1.14.1 added the ability to theme the terminal cursor, so now the terminal cursor color reflects the hyper-snazzy cursor color. Unfortunally, it's currently not possible to let the cursor background color (the color of the character behind it with block style) just have the color of the character behind it
  • VS Code update July 2017 should add the ability to theme the editor cursor background color, so this is already added to the theme as well
  • Added .png icon and changed badge URLs to comply with the new image constraints of VS Code extensions

v2.4.0

29 Sep 14:39
Compare
Choose a tag to compare
  • VS Code update 1.13 introduced JSX/TSX component highlighting, which lead to yellow component tags with this theme. They're red again, but component tags are now underlined to seperate them from HTML tags
  • The namespace part of XSLT tags is now underlined too to seperate them from HTML tags. Unfortunally, it's currently not possible to underline the whole tag because of missing language support from VS Code
  • Javascript improvements: destructuring parameter type annotion
  • TypeScript improvements: import *, destructuring parameter type annotion
  • Workbench theming improvements: highlighting, badges, focus borders
  • Fixed a slight difference between the terminal colors and the hyper-snazzy colors, which also fixes things like autosuggestions (if using zsh or fish) to be invisible

v2.3.0

29 Sep 14:38
Compare
Choose a tag to compare
  • Generalized more rules so they should affect more languages
  • Python def is yellow again to be semantically in line with this theme
  • C & C++ improvements: preprocessors, function parameters
  • HTML improvements: doctype
  • Punctuation improvements: variable definitions, accessors, seperators
  • Diff improvements: seperators, line numbers
  • Broader constants theming
  • Broader method calls theming

v2.2.0

29 Sep 14:38
Compare
Choose a tag to compare
  • Generalized more rules so they should affect more languages
  • Class functions & methods are now colored like functions/methods and not like class members
  • CSS colors now better reflect HTML/JSX colors
  • General improvements: constants, expressions
  • Diff file theming

v2.1.0

29 Sep 14:38
Compare
Choose a tag to compare
  • Java improvements: package, import, annotations, method calls, inner-class method, null
  • C# improvements: types, get, set
  • Python improvements: docstrings, self, import *, def, function arguments, function decorators, True, False, None

v2.0.0

29 Sep 14:38
Compare
Choose a tag to compare
  • Complete rewrite, no longer based on Atom One Dark Theme by Mahmoud Ali
  • Better semantic for the colors
  • Initial workbench theming, trying to complement the standard VS Code style