Skip to content

Commit

Permalink
fix: change bg from bg to bg_float
Browse files Browse the repository at this point in the history
  • Loading branch information
231tr0n committed Sep 7, 2024
1 parent 01a9016 commit 5cf145d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,16 +395,16 @@ require("tokyonight").setup({
require("tokyonight").setup({
on_highlights = function(hl, c)
hl.FzfLuaBorder = {
bg = c.bg,
fg = c.bg,
bg = c.bg_float,
fg = c.bg_float,
}
hl.FzfLuaFzfBorder = {
bg = c.bg,
bg = c.bg_float,
fg = c.border_highlight,
}
hl.FzfLuaFzfGutter = {
bg = c.bg,
fg = c.bg,
bg = c.bg_float,
fg = c.bg_float,
}
end,
})
Expand Down

0 comments on commit 5cf145d

Please sign in to comment.