Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.95 KB

File metadata and controls

67 lines (48 loc) · 1.95 KB

Change Log

All notable changes to the "netstack" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.2 - (2024-12-19)

Changed

  • Title bar border is now transparent (from bright red)
  • Tab background colors for active and inactive tabs have been swapped (lighter color == active tab)
  • Variables & function args are now bright white (from dark blue)
  • Gutter line numbers are orange (from red) and selected line number is now a brighter light blue
  • Classes / constants colors have been swapped with the functions / methods (classes are now light blue; functions are purple)
  • Variables and objects highlighted by the cursor now have a more transparent background and brighter yellow
  • Highlighted code is more obviously selected, and inactive highlighted code is a tiny bit darker
  • Editor suggest widget (the dropdown menu that helps autofill) background colors are now more transparent

v0.1.1 - (2024-12-03)

Changed

  • Editor Tab border
  • Editor Tab background
  • Editor Tab foreground
  • Variables / parameters / properties foreground
  • Strings foreground

v0.1.0 - (2024-12-03)

Changed

  • Editor foreground (imports & general text)
  • Variables / parameters / properties foreground
  • Numbers foreground
  • Comments foreground
  • Strings foreground
  • Bump to minor version 0.1.0 from 0.0.3

v0.0.3 - (2024-12-03)

Changed

  • Comments foreground color
  • Strings foreground color

v0.0.2 - (2024-12-03)

Changed

  • Editor foreground color
  • Editor Group border
  • Editor Indent guide color
  • Editor Ruler foreground
  • Editor Scrollbar
  • Editor Notifications foreground
  • Editor sidebar foreground
  • Editor sidebar background
  • Editor activity bar foreground
  • Editor activity bar background
  • Syntax Variable foreground
  • Syntax Constants foreground

v0.0.1 (2024-12-03)

  • Initial release