Skip to content

Commit

Permalink
update FloatBorder and Cmp highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
zootedb0t committed Nov 28, 2023
1 parent 543b3bf commit 2ba0373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/citruszest/highlights/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ M.theme = function(C, O)
NormalNC = { fg = C.foreground, bg = C.background }, -- normal text in non-current windows
NormalSB = { fg = C.foreground }, -- normal text in non-current windows
NormalFloat = { bg = C.background }, -- Normal text in floating windows.
FloatBorder = { fg = C.bright_orange },
FloatBorder = { fg = C.lemon_yellow },
FloatTitle = { fg = C.yellow }, -- Title of floating windows
Pmenu = { fg = C.bright_white, bg = C.background }, -- Popup menu: normal item.
PmenuSel = { fg = C.orange, bg = C.cursor, bold = O.bold }, -- Popup menu: selected item.
Expand Down Expand Up @@ -410,7 +410,7 @@ M.theme = function(C, O)
-- kind colors
CmpItemKindSnippet = { fg = C.turquoise_blue },
CmpItemKindKeyword = { fg = C.orange },
CmpItemKindText = { fg = C.blue },
CmpItemKindText = { fg = C.lemon_yellow },
CmpItemKindMethod = { fg = C.turquoise_medium },
CmpItemKindConstructor = { fg = C.turquoise_medium },
CmpItemKindFunction = { fg = C.bright_yellow },
Expand Down

0 comments on commit 2ba0373

Please sign in to comment.