diff options
Diffstat (limited to '.vim/lua/colors.lua')
| -rw-r--r-- | .vim/lua/colors.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/lua/colors.lua b/.vim/lua/colors.lua index f955ae1..8e42e28 100644 --- a/.vim/lua/colors.lua +++ b/.vim/lua/colors.lua @@ -290,5 +290,6 @@ return lush(function() StatusLineReplace { fg = hsl(p.bright.white), bg = hsl(p.bright.red) }, StatusLineJobs { LspDiagnosticsHint }, StatusLineDiagnostics { StatusLine }, + StatusLineLightbulb { fg = hsl(p.bright.yellow) }, } end) |