Use lush branch of chroma theme

This commit is contained in:
Alexander Gehrke 2023-08-01 16:30:05 +02:00
parent 508883c3c2
commit 400495feb9

View file

@ -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
}