mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 19:40:02 +02:00
touching the nvim again
This commit is contained in:
parent
c05ca4cb35
commit
bcb84e54eb
11 changed files with 120 additions and 47 deletions
|
|
@ -25,7 +25,7 @@ return {
|
|||
-- Floating windows
|
||||
NormalFloat = { fg = colors.text, bg = colors.mantle },
|
||||
FloatTitle = { fg = colors.base, bg = colors.blue },
|
||||
FloatBorder = { fg = colors.blue, bg = colors.mantle },
|
||||
FloatBorder = { fg = colors.surface1, bg = colors.mantle },
|
||||
|
||||
-- Window separator
|
||||
WinSeparator = { fg = colors.surface0 },
|
||||
|
|
@ -40,6 +40,8 @@ return {
|
|||
-- indent lines
|
||||
IblScope = { fg = colors.overlay1 },
|
||||
|
||||
IncSearch = { bg = colors.yellow },
|
||||
|
||||
-- LSP
|
||||
-- LspReferenceText = { bg = colors.surface0 },
|
||||
-- LspReferenceRead = { link = "LspReferenceText" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue