mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add vim.g.rose_pine_disable_float_background option
This commit is contained in:
parent
0f83b4a472
commit
ce1a9d36e5
3 changed files with 9 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ local palette = require('rose-pine.palette')
|
|||
local config = {
|
||||
bold_vert_split = vim.g.rose_pine_bold_verical_split_line 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,
|
||||
colors = {
|
||||
punctuation = palette.subtle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue