Releases: Alchiadus/base16-syntax
Releases · Alchiadus/base16-syntax
1.8.1
v1.8.0
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
v1.6.2
v1.6.1
v1.6.0
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
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 thebase00
background.
v1.4.2
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
v1.4.0
Bug Fixes
- Fixed the unavailability of the
styles/syntax-variables.less
file, which caused packages that imported thesyntax-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.