feat: expose each variant as individual theme

ref #98
This commit is contained in:
mvllow 2023-02-20 18:42:47 -06:00
commit 4830f687c3
No known key found for this signature in database
6 changed files with 19 additions and 2 deletions

View file

@ -65,7 +65,9 @@ Variant respects `vim.o.background`, using dawn when light and `dark_variant` wh
```lua
require('rose-pine').setup({
--- @usage 'main' | 'moon'
--- @usage 'auto'|'main'|'moon'|'dawn'
variant = 'auto',
--- @usage 'main'|'moon'|'dawn'
dark_variant = 'main',
bold_vert_split = false,
dim_nc_background = false,