mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
accept full name theme name as variant
This commit is contained in:
parent
e1fbe6a8d9
commit
8463a5ec4d
2 changed files with 10 additions and 3 deletions
|
|
@ -49,7 +49,8 @@ colorscheme rose-pine
|
|||
## Options
|
||||
|
||||
```lua
|
||||
-- Can be 'base', 'moon', 'dawn'
|
||||
-- Set variant
|
||||
-- @usage 'base' | 'moon' | 'dawn' | 'rose-pine[-moon][-dawn]'
|
||||
vim.g.rose_pine_variant = 'base'
|
||||
|
||||
-- Enable italics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue