Skip to content

Commit

Permalink
Add own color for warning underline
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Apr 26, 2024
1 parent a18ad4a commit da3d461
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/lush_theme/roy-colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local theme = lush(function(injected_functions)

local green = hsl(130, 100, 35)
local red = hsl(0, 100, 50)
local yellow = hsl(50, 100, 50)
local yellow = hsl(50, 100, 45)
local blue = hsl(215, 100, 65)

return {
Expand Down Expand Up @@ -422,6 +422,10 @@ local theme = lush(function(injected_functions)
DiagnosticHint {
fg = norm_subtle
},
DiagnosticUnderlineWarn {
sp = yellow,
underline = true,
}

-- The following are the Neovim (as of 0.8.0-dev+100-g371dfb174) highlight
-- groups, mostly used for styling UI elements.
Expand Down

0 comments on commit da3d461

Please sign in to comment.