1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim colors

This commit is contained in:
Henrik Hautakoski 2024-04-04 22:56:46 +02:00
parent 213dc36872
commit bba9169e4a

View file

@ -19,16 +19,23 @@ return {
highlight_overrides = {
mocha = function(colors)
return {
NormalFloat = { bg = colors.crust },
FloatBorder = { fg = colors.crust, bg = colors.crust },
-- Floating windows
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 },
NoiceMini = { bg = colors.crust },
-- Menus
Pmenu = { fg = colors.text, bg = colors.mantle },
-- NoiceMini = { link = "NormalFloat" },
WhichKeyFloat = { link = "Pmenu" },
-- indent lines
IblScope = { fg = colors.overlay1 },
-- LSP
-- LspReferenceText = { bg = colors.surface0 },
-- LspReferenceRead = { link = "LspReferenceText" },