Skip to content

Releases: AstroNvim/astrotheme

v1.4.0

11 Apr 21:32
38179a8
Compare
Choose a tag to compare

1.4.0 (2023-04-11)

Features

  • treesitter: major syntax theme rework for better readability (#24) (90ea2ed)

v1.3.0

11 Apr 17:16
d47d183
Compare
Choose a tag to compare

1.3.0 (2023-04-11)

Features

Bug Fixes

  • ci: stable tag name is fixed and will always exist so force push to it on releases (33e8b06)

v1.2.1

07 Apr 13:13
c9a3580
Compare
Choose a tag to compare

1.2.1 (2023-04-07)

Bug Fixes

  • hl: add missing diff highlight groups (0e81659)

v1.2.0

27 Mar 18:38
0e53237
Compare
Choose a tag to compare

1.2.0 (2023-03-27)

Features

  • lsp: add support for LSP semantic tokens (6879f6f)
  • theme: add theme astrolight (03bb1d7)

Bug Fixes

  • astrodark: updated to new palette (62b4bff)
  • astrolight: add more contrast to status bg (f45346d)
  • cmp: change CmpItemAbbr to C.text (97c948c)
  • hl: correct old color names (a750345)
  • hl: give status modes a foreground (956f40d)
  • Improve lsp semantic token and treesitter support (#14) (272ce96)
  • improve lualine and colors_name setting (6d0a53a)
  • palettes: fix formatting (34f5e05)
  • wrap all group highlight tables in a function callback (157d68a)
  • wrap syntax group in callback (0e53237)

v1.1.0

09 Mar 16:11
Compare
Choose a tag to compare

What's Changed

  • feat: add astrotheme and allow setting palette from setup() by @mehalter in #10

Full Changelog: v1.0.1...v1.1.0

v1.0.1

27 Feb 15:37
Compare
Choose a tag to compare

What's Changed

  • Fixed syntax errors in options code by @dvrlabs in #8
  • fix(which-key): differentiate between description and group name by @mehalter in #9

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Jan 14:37
c2f115f
Compare
Choose a tag to compare

v1.0.0 - Initial Release

  • Complete setup function with fully extensible configuration
  • Automatic plugin detection (for Packer and Lazy.nvim)
  • Direct migration of AstroNvim theme