summary refs log tree commit diff
path: root/.vim/lua/colors.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua/colors.lua')
-rw-r--r--.vim/lua/colors.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/lua/colors.lua b/.vim/lua/colors.lua
index 4040930..adf9941 100644
--- a/.vim/lua/colors.lua
+++ b/.vim/lua/colors.lua
@@ -323,5 +323,6 @@ return lush(function()
     StatusLineJobs { DiagnosticHint },
     StatusLineDiagnostics { StatusLine },
     StatusLineLightbulb { fg = hsl(p.bright.yellow) },
+    StatusLineLsp { fg = hsl(p.normal.black), bg = hsl(p.normal.white) },
   }
 end)