From b6d3c5a7e2f36f0d0ca514154fd52eb18ba2d71a Mon Sep 17 00:00:00 2001 From: iofq Date: Sat, 3 Feb 2024 17:53:24 -0600 Subject: [PATCH] Update rose-pine options --- config/lua/colors.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/lua/colors.lua b/config/lua/colors.lua index a46e555..5a5093b 100644 --- a/config/lua/colors.lua +++ b/config/lua/colors.lua @@ -1,8 +1,10 @@ require("rose-pine").setup({ variant = "moon", - disable_background = true, - disable_italics = true, - disable_float_background = true + styles = { + bold = false, + italic = false, + transparency = true, + }, }) vim.cmd.colorscheme "rose-pine-main"