Skip to content

Commit e6fc362

Browse files
authored
feat(themes/diagnostics): replace underline with undercurl for DiagnosticUnderline* groups (#90)
1 parent 5f3a1f1 commit e6fc362

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@ local defaults = {
252252
DiagnosticError = { fg = colors.red },
253253
DiagnosticHint = { fg = colors.light_gray },
254254
DiagnosticInfo = { fg = colors.white },
255-
DiagnosticUnderlineError = { sp = colors.red, underline = true },
256-
DiagnosticUnderlineHint = { sp = colors.light_gray, underline = true },
257-
DiagnosticUnderlineInfo = { sp = colors.green, underline = true },
258-
DiagnosticUnderlineWarn = { sp = colors.yellow, underline = true },
255+
DiagnosticUnderlineError = { sp = colors.red, undercurl = true },
256+
DiagnosticUnderlineHint = { sp = colors.light_gray, undercurl = true },
257+
DiagnosticUnderlineInfo = { sp = colors.green, undercurl = true },
258+
DiagnosticUnderlineWarn = { sp = colors.yellow, undercurl = true },
259259
DiagnosticWarn = { fg = colors.yellow },
260260

261261
-- lsp document highlight

0 commit comments

Comments
 (0)