docs: default to dawn if vim background is light

This commit is contained in:
mvllow 2021-08-20 11:23:48 -05:00
commit 923e442f16

View file

@ -71,6 +71,7 @@ require('lualine').setup({
```lua
-- Set variant
-- Defaults to 'dawn' if vim background is light
-- @usage 'base' | 'moon' | 'dawn' | 'rose-pine[-moon][-dawn]'
vim.g.rose_pine_variant = 'base'