Skip to content

Commit

Permalink
fix: transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Cancelinha committed Aug 16, 2024
1 parent da28868 commit 9aef546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nordern/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ B.gui = {
MsgArea = { fg = C.none, bg = C.bg }, -- Area for messages and cmdline.
MsgSeparator = { fg = C.night.c1, bg = C.bg }, -- Separator for scrolled messages msgsep.
NonText = { fg = C.bg, bg = C.bg }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also hl-EndOfBuffer.
Normal = { fg = C.fg, bg = C.none }, -- Normal text.
Normal = { fg = C.fg, bg = C.bg }, -- Normal text.
NormalFloat = { fg = C.fg, bg = C.bg }, -- Normal text in floating windows.
NormalNC = { fg = C.fg, bg = C.bg }, -- Normal text in non-current windows.
-- Pmenu
Expand Down

0 comments on commit 9aef546

Please sign in to comment.