summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-14 00:53:55 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-14 00:53:55 +0200
commite6ccdede469e32f8ede113002486e1c424837e6c (patch)
treea8af688876f66f6d483971a74911134d68f80aab
parentcea7c1df36295d7b31616e33d798bb023bbe738a (diff)
Add DiagnosticFloatingError
-rw-r--r--lua/no-clown-fiesta/highlights.lua1
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