From f1458c4414c805e6be94863297cd3c91924b7d53 Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Vargas Date: Wed, 10 Mar 2021 15:38:25 -0500 Subject: [PATCH] Update version --- lua/lush_theme/lush_template.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lush_theme/lush_template.lua b/lua/lush_theme/lush_template.lua index fd2d5ac..0bef258 100644 --- a/lua/lush_theme/lush_template.lua +++ b/lua/lush_theme/lush_template.lua @@ -47,8 +47,8 @@ local hsl = lush.hsl local theme = lush(function() return { - -- The following are all the Neovim default highlight groups from - -- docs as of 0.5.0-812, to aid your theme creation. Your themes should + -- The following are all the Neovim default highlight groups from the docs + -- as of 0.5.0-nightly-446, to aid your theme creation. Your themes should -- probably style all of these at a bare minimum. -- -- Referenced/linked groups must come before being referenced/lined,