chore: disable italic text
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
Config.now(function()
|
Config.now(function()
|
||||||
vim.pack.add({ { src = 'https://github.com/rose-pine/neovim', name = 'rose-pine' } })
|
vim.pack.add({ { src = 'https://github.com/rose-pine/neovim', name = 'rose-pine' } })
|
||||||
require('rose-pine').setup({
|
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 = {
|
highlight_groups = {
|
||||||
MiniDiffOverAdd = { fg = 'NONE', bg = 'foam', blend = 20 },
|
MiniDiffOverAdd = { fg = 'NONE', bg = 'foam', blend = 20 },
|
||||||
MiniDiffOverChangeBuf = { bg = 'rose', blend = 20 },
|
MiniDiffOverChangeBuf = { bg = 'rose', blend = 20 },
|
||||||
|
|||||||
Reference in New Issue
Block a user