chore: disable italic text

This commit is contained in:
2026-09-15 20:48:46 +02:00
parent 3b18b6c7c0
commit 0feb2c324e
+2 -1
View File
@@ -2,7 +2,8 @@
Config.now(function()
vim.pack.add({ { src = 'https://github.com/rose-pine/neovim', name = 'rose-pine' } })
require('rose-pine').setup({
enable = { terminal = false, legacy_highlights = false, migrations = false },
enable = { terminal = false, legacy_highlights = false, migrations = false, },
styles = { italic = false },
highlight_groups = {
MiniDiffOverAdd = { fg = 'NONE', bg = 'foam', blend = 20 },
MiniDiffOverChangeBuf = { bg = 'rose', blend = 20 },