Skip to content

Commit

Permalink
feat: added support for FloatTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 25, 2023
1 parent 101902a commit fb1c608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function M.setup()
NormalSB = { fg = c.fg_sidebar, bg = c.bg_sidebar }, -- normal text in sidebar
NormalFloat = { fg = c.fg_float, bg = c.bg_float }, -- Normal text in floating windows.
FloatBorder = { fg = c.border_highlight, bg = c.bg_float },
FloatTitle = { fg = c.border_highlight, bg = c.bg_float },
Pmenu = { bg = c.bg_popup, fg = c.fg }, -- Popup menu: normal item.
PmenuSel = { bg = util.darken(c.fg_gutter, 0.8) }, -- Popup menu: selected item.
PmenuSbar = { bg = util.lighten(c.bg_popup, 0.95) }, -- Popup menu: scrollbar.
Expand Down

0 comments on commit fb1c608

Please sign in to comment.