Skip to content

Commit

Permalink
Fix: Transparent background for floating border
Browse files Browse the repository at this point in the history
See #48
  • Loading branch information
AlexvZyl committed Jan 12, 2024
1 parent de46ac9 commit 20005f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nordic/colors/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function C.extend_palette()
C.fg_popup_border = C.border_fg

-- Floating windows
C.bg_float = C.black1
C.bg_float = (O.transparent_bg and C.none) or C.black1
C.fg_float = C.fg
C.bg_float_border = C.bg_float
C.fg_float_border = C.border_fg
Expand Down

0 comments on commit 20005f6

Please sign in to comment.