Skip to content

Commit

Permalink
feat(cmdline): added support for FloatTitle and added proper default
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 25, 2023
1 parent cf82630 commit 79c7059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/config/highlights.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ M.defaults = {
CmdlinePrompt = "Title", -- prompt for input()
CmdlinePopup = "Normal", -- Normal for the cmdline popup
CmdlinePopupBorder = "DiagnosticSignInfo", -- Cmdline popup border
CmdlinePopupTitle = "DiagnosticSignInfo", -- Cmdline popup border
CmdlinePopupBorderSearch = "DiagnosticSignWarn", -- Cmdline popup border for search
Confirm = "Normal", -- Normal for the confirm view
ConfirmBorder = "DiagnosticSignInfo", -- Border for the confirm view
Expand Down
1 change: 1 addition & 0 deletions lua/noice/config/views.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ M.defaults = {
win_options = {
winhighlight = {
Normal = "NoiceCmdlinePopup",
FloatTitle = "NoiceCmdlinePopupTitle",
FloatBorder = "NoiceCmdlinePopupBorder",
IncSearch = "",
CurSearch = "",
Expand Down

0 comments on commit 79c7059

Please sign in to comment.