Skip to content

Commit

Permalink
Disable bold font in nord theme
Browse files Browse the repository at this point in the history
  • Loading branch information
singlemancombat committed Jul 6, 2023
1 parent 9188c5e commit 1aa3b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/configs/ui/nord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ return function()
vim.g.nord_disable_background = require("core.settings").transparent_background
vim.g.nord_enable_sidebar_background = true
vim.g.nord_italic = true
vim.g.nord_bold = false
end

0 comments on commit 1aa3b86

Please # to comment.