mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
Update rose-pine options
This commit is contained in:
parent
3c9e1fb4db
commit
b6d3c5a7e2
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
require("rose-pine").setup({
|
||||
variant = "moon",
|
||||
disable_background = true,
|
||||
disable_italics = true,
|
||||
disable_float_background = true
|
||||
styles = {
|
||||
bold = false,
|
||||
italic = false,
|
||||
transparency = true,
|
||||
},
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme "rose-pine-main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue