Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1.88 KB

Change Log

v3.0.1 (21-07-2018)

  • [PUG]: Change the mixin color

v3.0.0 (15-06-2018)

  • Enhancement: Rework syntax highlighting for Pug
  • Enhancement: Add CSS syntax support
  • Enhancement: Update Less support
  • Enhancement: Add several new colors
  • Other: Change some colors to match to the original syntax theme

v2.2.1 (23-05-2018)

  • Other [SCSS]: Lighten the support function color

v2.2.0 (22-05-2018)

  • Enhancement [SCSS]: Add colors to @ and % prefixes
  • Enhancement [SCSS]: Add colors to .className dots
  • Other [SCSS]: Change the support function color (darken(), rgba() etc.)
  • Fix [SCSS]: Add appropriate colors in several cases such as a hex value color after a variable

v2.1.0 - 2.1.1 (13-04-2018)

  • Enhancement: Add SCSS support

v2.0.0 (11-10-2017)

  • Other: Remove better-less extension from dependencies. It is optional now
  • Enhancement [JS/CSS/LESS]: Add & Change some colors to match to the original syntax theme
  • Fix: Change terminal.ansiWhite and terminal.ansiBrightWhite colors from #b59c4a to #7f6d34 to fix blending with background
  • Fix [JS]: Revert some colors
  • Other: Remove unused background declarations from the json file of the theme

v1.0.0 (25-09-2017)

  • Enhancement [LESS]: Add the better-less as dependence to improve syntax highlighting for Less
  • Enhancement [CSS/LESS]: Add & Change a few colors to match to the original syntax theme
  • Fix: Change the invalid character color
  • Fix: Change the editor.selectionBackground color from #eee8d5 to #e9e1c9
  • Fix: Change terminal.ansiWhite and terminal.ansiBrightWhite colors
  • Fix: Change the comment colors (comment, comment punctuation, comment.block.preprocessor). It was slightly blend into the background

v0.1.0

Initial version