mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 23:13:39 +02:00
nvim colors
This commit is contained in:
parent
213dc36872
commit
bba9169e4a
1 changed files with 11 additions and 4 deletions
|
|
@ -19,16 +19,23 @@ return {
|
||||||
highlight_overrides = {
|
highlight_overrides = {
|
||||||
mocha = function(colors)
|
mocha = function(colors)
|
||||||
return {
|
return {
|
||||||
NormalFloat = { bg = colors.crust },
|
-- Floating windows
|
||||||
FloatBorder = { fg = colors.crust, bg = colors.crust },
|
NormalFloat = { fg = colors.text, bg = colors.base },
|
||||||
|
FloatTitle = { fg = colors.base, bg = colors.blue },
|
||||||
|
FloatBorder = { fg = colors.blue, bg = colors.base },
|
||||||
|
|
||||||
|
-- Window separator
|
||||||
WinSeparator = { fg = colors.surface0 },
|
WinSeparator = { fg = colors.surface0 },
|
||||||
|
|
||||||
NoiceMini = { bg = colors.crust },
|
-- Menus
|
||||||
|
Pmenu = { fg = colors.text, bg = colors.mantle },
|
||||||
|
|
||||||
|
-- NoiceMini = { link = "NormalFloat" },
|
||||||
|
WhichKeyFloat = { link = "Pmenu" },
|
||||||
|
|
||||||
-- indent lines
|
-- indent lines
|
||||||
IblScope = { fg = colors.overlay1 },
|
IblScope = { fg = colors.overlay1 },
|
||||||
|
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
-- LspReferenceText = { bg = colors.surface0 },
|
-- LspReferenceText = { bg = colors.surface0 },
|
||||||
-- LspReferenceRead = { link = "LspReferenceText" },
|
-- LspReferenceRead = { link = "LspReferenceText" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue