Releases: josefaidt/rouge-theme
Releases · josefaidt/rouge-theme
v1.3.3
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
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
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
v1.2.3
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
v1.2.0
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
1.1.0
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