Skip to content

Releases: Alchiadus/base16-syntax

1.8.1

17 Jun 08:39
Compare
Choose a tag to compare

Enhancements

  • Highlight stdint types. #26
  • Highlight operators, e.g. the in keyword in Python, but keep arithmetic operators lowlighted. #27

v1.8.0

20 Nov 10:49
Compare
Choose a tag to compare

Requires Atom 1.13.0 or higher.

Updated the syntax-theme to cope with the removal of Shadow DOM boundaries from <atom-text-editor> elements.

Updated Themes

The following themes have been updated:

  • Shapeshifter

New Themes

The following themes have been added:

  • GitHub
  • Materia
  • OneDark
  • Pico
  • Solarflare
  • Spacemacs
  • Unikitty

v1.7.0

30 Mar 19:36
Compare
Choose a tag to compare

New Features

  • VCS status colors are now based on the active scheme's colors.

v1.6.2

29 Dec 10:56
Compare
Choose a tag to compare

Fixed an issue where some schemes could not be loaded on case-sensitive systems.

v1.6.1

02 Dec 16:27
Compare
Choose a tag to compare

Fixed an issue where not all stylesheets were reloaded after confirming.

v1.6.0

02 Dec 15:54
Compare
Choose a tag to compare

Preview changed to only reload the syntax theme stylesheets when browsing through the themes. Previously, every packages' stylesheets were reloaded. This change should make the preview feel a lot more responsive.
Note: When Atom is in DevMode, every packages' stylesheets will still be reloaded. This is a feature of Atom's DevMode.

Updated the following themes with tweaks from Base16 repository:

  • Atelier Dune
  • Atelier Forest
  • Atelier Health
  • Atelier Lakeside
  • Atelier Seaside

New Features

  • New themes:
    • Atelier Cave
    • Atelier Estuary
    • Atelier Plateau
    • Atelier Savanna
    • Atelier Sulphurpool
    • Darktooth
    • Irblack
    • Macintosh
    • OceanicNext
    • PhD
    • Seti
    • Yesterday Bright
    • Yesterday Night
    • Yesterday

v1.5.0

25 Jul 12:33
Compare
Choose a tag to compare

Added keywords to make the theme easier to find on https://atom.io/themes.

Bug Fixes

  • Fixed a discrepancy between the dark and light themes. The dark theme now uses base01 for the indent and wrap guides, as well as the invisibles. This makes them more mellow against the base00 background.

v1.4.2

15 Jul 17:59
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an error being thrown immediately after upgrading from below v1.4.0 inside Atom, preventing the updated theme from loading (again). The issue would no longer appear after Atom was restarted.

Known Issues

  • The 'Default (Dark)' theme is loaded after upgrading. Restart (or reload) Atom to correctly load the scheme and style specified in the settings.

v1.4.1

15 Jul 17:36
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an error being thrown immediately after upgrading to v1.4.0 inside Atom, preventing the updated theme from loading. The issue would no longer appear after Atom was restarted.

v1.4.0

15 Jul 16:53
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the unavailability of the styles/syntax-variables.less file, which caused packages that imported the syntax-variables to receive incorrect (default) styling. As a result of this, all package's stylesheets are now reloaded when changing to a different scheme or style.
  • Fixed an issue where stylesheets were reloaded before the Preview Mode was properly attached, which caused a flickering in the editor.