add note about broken background colors

This commit is contained in:
mvllow 2021-07-16 13:19:25 -05:00
commit e1fbe6a8d9

View file

@ -56,6 +56,7 @@ vim.g.rose_pine_variant = 'base'
vim.g.rose_pine_enable_italics = true
-- Use terminal background
-- Note: Set to true to fix any funky background colors
vim.g.rose_pine_disable_background = false
```