Download Latest Version v1.1.2 source code.zip (196.1 kB)
Email in envelope

Get an email when there's a new version of GitHub themes for Neovim

Home / v1.1.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-08-05 1.3 kB
v1.1.2 source code.tar.gz 2024-08-05 106.4 kB
v1.1.2 source code.zip 2024-08-05 196.1 kB
Totals: 3 Items   303.8 kB 1

This release contains a crucial hotfix for a bug that prevented the ability to override specs in any way (see [#359]).

What's New?

  • Added static/class function Color.is_Color() for detecting Color instances
  • Added live_colors() to the interactive module to assist internal development (debugging, color picking)

Highlight Improvements

  • JSON: keys
  • Lua: keys (in table literals and type annotations)

Changes

  • Moved/migrated plugin/*.vim -> plugin/*.lua

Issues Fix

  • Made Color() constructor idempotent (previously, passing a Color inst silently caused a bug)
  • Fixed unable to override/customize spec (#359)
  • Fixed winhl gets clobbered when set

[!NOTE] This release is getting published as v1.1.2 and not v1.1.1 because the v1.1.1 tag was created prematurely on accident (apparently hitting enter from the release creation page is all that is needed to publish a draft and push a tag). That tag was up for ~1 minute and has since been deleted. Just to be safe, and following git's recommendations, this release will be tagged with a fresh, new tag: v1.1.2.

Full Changelog: https://github.com/projekt0n/github-nvim-theme/compare/v1.1.0...v1.1.2

Source: README.md, updated 2024-08-05