Update version
This commit is contained in:
parent
70626d0413
commit
fc7174dc0d
|
@ -47,8 +47,8 @@ local hsl = lush.hsl
|
||||||
|
|
||||||
local theme = lush(function()
|
local theme = lush(function()
|
||||||
return {
|
return {
|
||||||
-- The following are all the Neovim default highlight groups from
|
-- The following are all the Neovim default highlight groups from the docs
|
||||||
-- docs as of 0.5.0-812, to aid your theme creation. Your themes should
|
-- as of 0.5.0-nightly-446, to aid your theme creation. Your themes should
|
||||||
-- probably style all of these at a bare minimum.
|
-- probably style all of these at a bare minimum.
|
||||||
--
|
--
|
||||||
-- Referenced/linked groups must come before being referenced/lined,
|
-- Referenced/linked groups must come before being referenced/lined,
|
||||||
|
|
Loading…
Reference in a new issue