Skip to content

Commit

Permalink
use curl underlines for gruvbox_dark_hard (helix-editor#5066)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored and Frederik Vestre committed Feb 6, 2023
1 parent befefd1 commit d004cb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions runtime/themes/gruvbox_dark_hard.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"info" = { fg = "aqua1", bg = "bg1" }
"hint" = { fg = "blue1", bg = "bg1" }

"diagnostic" = { modifiers = ["underlined"] }
"diagnostic.error" = { underline = { style = "curl", color = "red0" } }
"diagnostic.warning" = { underline = { style = "curl", color = "orange1" } }
"diagnostic.info" = { underline = { style = "curl", color = "aqua1" } }
"diagnostic.hint" = { underline = { style = "curl", color = "blue1" } }

"ui.background" = { bg = "bg0" }
"ui.linenr" = { fg = "bg4" }
"ui.linenr.selected" = { fg = "yellow1" }
Expand All @@ -61,8 +67,6 @@
"ui.virtual.whitespace" = "bg2"
"ui.virtual.ruler" = { bg = "bg1" }

"diagnostic" = { modifiers = ["underlined"] }

"markup.heading" = "aqua1"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
Expand Down

0 comments on commit d004cb3

Please sign in to comment.