mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
This commit adds a few new options and improves transparency support.
Enable transparency styles:
```lua
styles = { transparency = true }
```
Feedback is appreciated!
2 lines
83 B
Lua
2 lines
83 B
Lua
package.loaded["rose-pine.palette"] = nil
|
|
require("rose-pine").colorscheme("moon")
|