diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-14 00:53:55 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-14 00:53:55 +0200 |
commit | e6ccdede469e32f8ede113002486e1c424837e6c (patch) | |
tree | a8af688876f66f6d483971a74911134d68f80aab /lua | |
parent | cea7c1df36295d7b31616e33d798bb023bbe738a (diff) |
Add DiagnosticFloatingError
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 45a7b2a..c8cddb1 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -95,6 +95,7 @@ local highlights = { TabLineSel = { fg = C.white, bg = C.alt_bg }, TabLineFill = { fg = C.white, bg = C.alt_bg }, WinSeparator = { fg = C.medium_gray, bg = C.bg }, + DiagnosticFloatingError = { fg = C.error_red }, } return highlights |