From ce225e2698f2a08cf2f8873f57aaac79a9d27144 Mon Sep 17 00:00:00 2001 From: Lorran David Date: Wed, 20 Nov 2024 11:55:26 -0300 Subject: [PATCH] colorscheme rose-pine --- init.lua | 2 +- lua/custom/plugins/colorschemes.lua | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index d369ff9b..cc9bcc69 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 'tokyonight' + -- 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 8552e56f..b32e6dc6 100644 --- a/lua/custom/plugins/colorschemes.lua +++ b/lua/custom/plugins/colorschemes.lua @@ -64,14 +64,12 @@ return { priority = 1000, config = function() require('rose-pine').setup { - highlight_groups = { - Normal = { bg = '#111111' }, - }, + } vim.cmd.colorscheme 'rose-pine' end, - enabled = false, + enabled = true, }, {