From 4246511c9f9d63a299bd7f0462fb47403aa0e404 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 29 Feb 2024 09:00:58 -0600 Subject: chore: disable italics/bolds and gdscript doc --- lua/plugins/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins/theme.lua') diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index 08fab4a..5eaf7c3 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -9,8 +9,8 @@ return { vim.g.nord_cursorline_transparent = false vim.g.nord_enable_sidebar_background = false vim.g.nord_uniform_diff_background = true - vim.g.nord_italic = true - vim.g.nord_bold = true + vim.g.nord_italic = false + vim.g.nord_bold = false require('nord').set() -- vim.cmd.colorscheme = 'nord' -- cgit v1.2.3-54-g00ecf