mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
7b3678a17c
commit
4b63d8d0e5
3 changed files with 16 additions and 8 deletions
|
|
@ -2,6 +2,7 @@ local palette = require('rose-pine.palette')
|
|||
|
||||
local config = {
|
||||
bold_vert_split = vim.g.rose_pine_bold_verical_split_line or false,
|
||||
inactive_background = vim.g.rose_pine_inactive_background or false,
|
||||
no_background = vim.g.rose_pine_disable_background or false,
|
||||
no_float_background = vim.g.rose_pine_disable_float_background or false,
|
||||
no_italics = vim.g.rose_pine_disable_italics or false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue