From 400495feb942b485797d3ef861f9c95253819773 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Tue, 1 Aug 2023 16:30:05 +0200 Subject: [PATCH] Use lush branch of chroma theme --- lua/plugins/chroma.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/chroma.lua b/lua/plugins/chroma.lua index 71cb32a..470d7fb 100644 --- a/lua/plugins/chroma.lua +++ b/lua/plugins/chroma.lua @@ -1,8 +1,8 @@ return { - --'crater2150/vim-theme-chroma-lush', 'crater2150/vim-theme-chroma', dev = true, lazy = false, + branch = 'lush', priority = 1000, config = function() vim.cmd.colorscheme("chroma") end }