diff --git a/init.lua b/init.lua index 1e5691a7..11e6504b 100644 --- a/init.lua +++ b/init.lua @@ -728,7 +728,7 @@ require('lazy').setup({ priority = 1000, -- make sure to load this before all the other start plugins config = function() -- Load the colorscheme here - vim.cmd.colorscheme 'tokyonight-night' + vim.cmd.colorscheme 'quiet' -- You can configure highlights by doing something like vim.cmd.hi 'Comment gui=none'