Skip to content

Commit

Permalink
feat: add hl LspInfoBorder (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 5, 2022
1 parent 4596780 commit a950f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ function M.setup()
LspSignatureActiveParameter = { fg = c.orange },
LspCodeLens = { fg = c.comment },

LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },

ALEErrorSign = { fg = c.error },
ALEWarningSign = { fg = c.warning },

Expand Down

0 comments on commit a950f62

Please sign in to comment.