summaryrefslogtreecommitdiff
path: root/lua/plugins/theme.lua
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-02-29 09:00:58 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-02-29 09:00:58 -0600
commit4246511c9f9d63a299bd7f0462fb47403aa0e404 (patch)
tree974dc0d9e2884e22b3f463e53245471365b0b1dd /lua/plugins/theme.lua
parent0c2bd6e8c1af8f8a0588b6acd80cb7f7c613a8e6 (diff)
chore: disable italics/bolds and gdscript doc
Diffstat (limited to 'lua/plugins/theme.lua')
-rw-r--r--lua/plugins/theme.lua4
1 files changed, 2 insertions, 2 deletions
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'