Skip to content

Releases: golf1052/base16-generator

Base16 Theme Generator 1.4.0

26 Nov 03:02
Compare
Choose a tag to compare

Added

  • Added themes
    • Porple Dark
    • Porple Light
  • Added support for new workbench theme elements that were introduced in 1.18

Changed

  • Changed syntax highlighting in the following languages to conform more to the base16 styling guidelines
    • C#
    • Java
    • Typescript
  • build-themes.js now copies over the default.mustache file to the vscode templates directory when the themes are being built. Now you don't have to commit the updated template file to the base16-vscode first.

Fixed

  • Repeated characters in Markdown file (see #8)
  • Suggest widget highlighting (Intellisense)
  • Contributing instructions

Base16 Theme Generator 1.3.0

08 Oct 02:59
Compare
Choose a tag to compare

Added

  • Added themes
    • XCode Dusk Dark
    • XCode Dusk Light

Fixed

  • Modified the script that finishes the JSON theme files to now check if the background color is light or dark instead of just relying on the filename. If a theme didn't have light or dark in the filename then it could be themed incorrectly. The following themes were fixed by this change.
    • Github

Base16 Theme Generator 1.2.0

23 Sep 23:23
Compare
Choose a tag to compare

Added

  • Added themes
    • Brush Trees Dark
    • Brush Trees Light
    • Gruvbox dark, pale Light
    • Mellow Purple Dark
    • Mellow Purple Light
    • Mexico Dark
    • One Dark

Changed

  • The following themes should not have been made into a dark or light counterpart so they are just one theme now
    • Github
    • Rebecca

Removed

  • Visual Studio Blue Dark
  • Visual Studio Blue Light

Fixed

  • Updated and fixed the generate theme scripts as well as automated the process.
  • The following themes were fixed because of this (this change was prompted by #3)
    • Cupcake Dark is now correctly dark
    • Cupcake Light is now correctly light
    • Cupertino Dark is now correctly dark
    • Cupertino Light is now correctly light
    • Shapeshifter Dark is now correctly dark
    • Shapeshifter Light is now correctly light
    • Tomorrow Dark is now correctly dark
    • Tomorrow Light is now correctly light

Base16 Theme Generator 1.1.1

07 Sep 02:57
Compare
Choose a tag to compare

Fixed

  • Marked Base16 Twilight Dark as a "dark" theme, it was incorrectly marked as "light".

Base16 Theme Generator 1.1.0

29 Jul 22:39
Compare
Choose a tag to compare

Added

  • Added themes
    • Material Darker
    • Material Ligher
    • Material Palenight Dark
    • Material Palenight Light

Changed

  • Fixed coloring of if in python (see #1)

Initial Release

16 Jul 19:17
Compare
Choose a tag to compare
1.0.0

Remove unnecessary files and comments