Skip to content

Releases: josefaidt/rouge-theme

v1.3.3

23 Feb 21:55
7f0ad12
Compare
Choose a tag to compare

Changed

  • editor: brightened hover widget background to match peek view results background
  • editor: changed hover widget border to pale blue to ease readability and to easily discern from underlying code
  • editor: removed rouge color on activity bar icons to flatten the appearance
  • editor: removed activity bar border to flatten appearance
  • editor: removed tab group border to flatten appearance

v1.3.2

21 Feb 16:15
Compare
Choose a tag to compare

Changed

  • syntax: CSS URL's that are not strings - changed to string color to ease readability
  • syntax: CSS punctuation on class, ID, and pseudo-selectors - changed to match coloring of selector
  • syntax: CSS punctuation on keywords (i.e. import) - changed to match coloring of keyword
  • syntax: GLOBAL object literal keys - changed to match CSS property keys

Fixed

  • syntax: CSS class selector coloring was not affecting CSS within HTML style tags - fixed to reflect display in CSS files
  • syntax: CSS pseudo-class selector coloring within HTML style tags - fixed to reflect display in CSS files
  • syntax: SCSS/LESS property values - fixed due to some commas and values in property values getting styling from meta (same color as tag selectors)

v1.3.0

13 Feb 23:51
Compare
Choose a tag to compare

Added

  • editor: Peek view coloring - all settings
  • editor: Git Decorations

Changed

  • syntax: GLOBAL italicized new operator
  • syntax: GLOBAL italicized this variable
  • editor: button background and hover background - removed rouge color in favor of flatter, blue-grey color
  • editor: extensions button background and hover background - applied buttons a 75% alpha background, 100% on hover
  • editor: status bar buttons - applied similar hover colors, 100% alpha on active color
  • editor: prominent status bar button - applied 50% alpha on background, 100% on hover
  • editor: reduced alpha on current merge color by 10% for readability of changes
  • editor: Walkthrough embedded editor background changed to match peek view background

Fixed

  • syntax: GLOBAL comment block with code styled to match comment coloring rather than using code coloring
  • syntax: JS/JSX split out tag styling properties from object literal key colors. Object literal key colors reverted to the tags' pink, property keys kept #bbb coloring

v1.2.4

13 Feb 04:20
Compare
Choose a tag to compare

Added

  • syntax: SCSS puntuation in mixins and keyframes

v1.2.3

13 Feb 03:38
Compare
Choose a tag to compare

Added

  • syntax: JS/JSX React styling properties to reflect CSS styling
  • syntax: JS/JSX React styling property values to reflect CSS styling
  • syntax: JS/JSX React text within tags to reflect HTML styling
  • syntax: JS/JSX React tag brackets < and > to reflect HTML styling
  • syntax: MARKDOWN meta characters in paragraphs set to reflect text color

Changed

  • syntax: JS/JSX Changed meta selector to default #bbb, includes object literal key coloring

v1.2.1

12 Feb 23:44
Compare
Choose a tag to compare

Added

  • syntax: JS/JSX React tag name colors to reflect HTML styling
  • syntax: JS/JSX React tag attributes italicized to reflect HTML styling

v1.2.0

06 Dec 19:25
Compare
Choose a tag to compare

Added

  • syntax: GLOBAL terminator punctuation coloring
  • syntax: JS string interpolation
  • syntax: JS arrow function
  • syntax: punctuation (braces, brackets, semicolons, etc.) coloring
  • syntax: HTML normalized yellow on HTML with JS
  • syntax: normalized pink color across languages

Changed

  • global: removed and unlinked base-dark-vs.json
  • syntax: JS gave color to variables for distinction
  • syntax: JS normalized coloring on support classes, modules, native functions
  • syntax: CSS variables darkened to match JS variables
  • syntax: CSS gave color to operators and braces for flow
  • syntax: CSS changed color of numeric constants to match support functions (orange)
  • syntax: GLOBAL brightened color on strings for readability
  • syntax: GLOBAL italicized storage and operator keywords (function, if, try, typeof, etc.)
  • syntax: GLOBAL changed "invalid" text to match text color (previously white)
  • syntax: MARKDOWN brightened blockquotes' green to match comments
  • editor: gave scrollbar 80% opacity on inactive, 95% active

Fixed

  • editorSuggestWidget.highlightForeground - changed back to yellow from grey
  • syntax code refactoring - condensed heavily-scoped entries
  • syntax: CSS fixed issues with meta tags and pseudoclasses

v1.1.2

26 Oct 16:37
Compare
Choose a tag to compare

Fixed

  • Parse error in syntax, line 343 had a comma on the last line

Changed

  • editor: drop background changed to match hover background

1.1.0

12 Oct 21:35
Compare
Choose a tag to compare

2017-10-11

Added

  • icon: removed blankspace
  • editor: text selection background added
  • editor: input validation (error, warning, info)
  • editor: input option active border darkened to match
  • editor: badge coloring
  • editor: code lense to match line numbers
  • editor: editor overview selection highlight to match selection highlight background
  • editor: embedded editor coloring set to 4% darker than editor background

Changed

  • editor: flattened sidebar headers for contrast (option added to reverse)
  • editor: flipped button colors (hover/background were backwards)
  • editor: list drop background color changed to match hover color

v1.1.1

13 Oct 22:34
Compare
Choose a tag to compare

Changed

  • SCSS/LESS/CSS logical operators changed to match media