mirror of
https://github.com/rose-pine/neovim.git
synced 2026-06-02 07:06:56 +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
77 B
Lua
2 lines
77 B
Lua
package.loaded["rose-pine.palette"] = nil
|
|
require("rose-pine").colorscheme()
|