Rouge Theme Versions Save

VSCode theme created for a dark, material feel with a flushed color palette

v2.0.0

4 years ago

v1.5.1

5 years ago

Added

  • editor: Windows/Linux menubar, full color

Changed

  • editor: titlebar now extends to Windows/Linux, polished colors to fit palette
  • editor: terminal.ansiBrightBlack & black brightened a bit for readability
  • editor: editorSuggestWidget.selectedBackground changed to match new hover background

Fixed

  • syntax: numbers were green instead of yellow after a brief attempt to fix some punctuation coloring issues

1.5.0

5 years ago

Added

  • editor:
    • settings (preview) - defined colors from existing palette
    • panel border to match palette trello card CvzSFwiQ
    • paneltitle border, foreground, inactive foreground to match palette
    • editorGroup border color set to match palette

Changed

  • editor:
    • color consolidation: #293a57 from #444955 for better contrast
      • list hover
      • list inactive highlight
      • statusbar item highlight
      • command palette highlight
      • welcome button hover
      • peekViewResult selection background
    • re-enabled activitybar border, same as sidebar #1A2335

Fixed

v1.4.5

5 years ago

Changed

  • editor: tab border same as editor background
  • editor: notifications - dimmed borders separating each notification in notification center, previously same color as border
  • editor: notifications - made notification background same as header background to flatten

v1.4.3

5 years ago

Changed

v1.4.2

6 years ago

[1.4.2] - 2018-05-26

[1.4.2.2] - 2018-05-26

Added

  • ProgressBar background untested
  • list.invalidItemForeground untested
  • SQL trello card: 6xQyBtal
    • database name: generic text color
    • table name: generic text color

Changed

[1.4.2.1] - 2018-05-21

Added

  • editor: base colors
    • contrastBorder
    • widget.shadow
    • descriptionForeground (displays on welcome page)
    • errorForeground untested
  • editor: rulers
  • editor: indent guides

Changed

  • PickerGroup (command palette)
    • changed border color to match input border

v1.4.1

6 years ago

Added

Changed

v1.4.0

6 years ago

Added

  • Pug/Jade support
    • punctuation made bright green
      • string interpolation
      • argument brackets
      • attribute brackets
      • variable assignments, constants
    • equals sign darkened to match HTML
    • italicized attribute names
    • darkened class and ID names to match CSS selectors
  • editor: Text Colors
    • links: base and hover
    • blockquote: border and background
    • text foreground: #bbb

Changed

  • welcome screen button backgrounds, gave subtle background to easily discern

v1.3.5

6 years ago

Added

  • editor: New Notification Center
  • editor: list focus background and foreground
  • editor: focus border coloring to match hover border
  • syntax: better XML support, styled like HTML
  • symtax: JS typeof italicized

Changed

  • editor: debugging background: reduced alpha

v1.3.4

6 years ago

Added

  • syntax: Markdown - inline code rendered with punctuation color (bright green) for visibility

Fixed

  • syntax: better JSON property name support
  • syntax: CSS property name support
  • syntax: Markdown fenced code support
  • syntax: Markdown - embedded JSON support