From f27a72c56c20f5cd58bfcf20d529792c8b06fd14 Mon Sep 17 00:00:00 2001 From: seajee Date: Mon, 30 Dec 2024 17:51:17 +0100 Subject: [PATCH] neovim: colorscheme --- neovim/.config/nvim/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neovim/.config/nvim/init.lua b/neovim/.config/nvim/init.lua index 0ffa45a..92ffad8 100644 --- a/neovim/.config/nvim/init.lua +++ b/neovim/.config/nvim/init.lua @@ -216,10 +216,10 @@ require("lazy").setup({ terminal_colors = true, }, italic = { - comments = true, - keywords = true, - functions = false, - variables = false, + comments = false, + keywords = true, + functions = true, + variables = false, }, custom_colors = { -- this table can hold any group of colors with their respective values LineNr = { fg = "#5BBBDA", bg = "NONE", style = "NONE" },