From 922a96ee621800182243821cee69384beadbf5d4 Mon Sep 17 00:00:00 2001 From: Lorran David Date: Sun, 17 Nov 2024 19:10:41 -0300 Subject: [PATCH] tokyonight colorscheme --- init.lua | 2 +- lua/custom/plugins/colorschemes.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 8c60c17e..d369ff9b 100644 --- a/init.lua +++ b/init.lua @@ -853,7 +853,7 @@ require('lazy').setup({ -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. - -- vim.cmd.colorscheme 'gruvbox' + vim.cmd.colorscheme 'tokyonight' -- You can configure highlights by doing something like: vim.cmd.hi 'Comment gui=none' diff --git a/lua/custom/plugins/colorschemes.lua b/lua/custom/plugins/colorschemes.lua index 2184e0c4..8552e56f 100644 --- a/lua/custom/plugins/colorschemes.lua +++ b/lua/custom/plugins/colorschemes.lua @@ -103,6 +103,6 @@ return { config = function() vim.cmd('colorscheme vscode') end, - enabled = true, + enabled = false, } }