From 579d50ea1b3790b8bb6e25e1431a677a297c5f1e Mon Sep 17 00:00:00 2001 From: Lucas Nicolas Date: Mon, 26 Feb 2024 17:10:41 +0100 Subject: [PATCH] quiet theme --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'