Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.24 KB

Change Log

v4.1.1

  • Build size reduced using webpack

v4.1.0

  • Reduced Build Size.
  • Terminal background and foreground color changed to default t0 vscode theme color

v4.0.1

  • Terminal and Panel background color change in Dynamite High Contrast

v4.0.0

  • implemented Dynamite and Dynamite High Contrast Theme colors.

v3.0.0

  • Updated the webview sidebar view with vscode-webview-ui-toolkit
  • added themeChanger.resetTheme command - This helps to reset the vscode default theme colors. In shorter it clears all the generated theme colors.
  • renamed theme-changer.settings.setAsGlobalTheme to theme-changer.settings.setAsUserTheme

v2.0.0

  • removed theme-changer.settings.settingsPath
  • renamed theme-changer.settings.colorCustomizations to theme-changer.settings.colorRangeCustomizations
  • added theme-changer.settings.setAsGlobalTheme - If true it update the theme color globally else it sets to the workspace folder

v1.0.2

  • changed editor link color lightness to 70

v1.0.1

  • updated colors list
["#FF1A66", "#9C27B0", "#007ACC", "#388E3C", "#CC7E00", "#CC5200", "#CC0000"]

v1.0.0

Initial release