quiet theme

This commit is contained in:
Lucas Nicolas 2024-02-26 17:10:41 +01:00
parent af4fd2355f
commit 579d50ea1b

View File

@ -728,7 +728,7 @@ require('lazy').setup({
priority = 1000, -- make sure to load this before all the other start plugins priority = 1000, -- make sure to load this before all the other start plugins
config = function() config = function()
-- Load the colorscheme here -- Load the colorscheme here
vim.cmd.colorscheme 'tokyonight-night' vim.cmd.colorscheme 'quiet'
-- You can configure highlights by doing something like -- You can configure highlights by doing something like
vim.cmd.hi 'Comment gui=none' vim.cmd.hi 'Comment gui=none'