Skip to content

Commit

Permalink
refactor(themes): gruvbox warnings to yellow1 (helix-editor#10506)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits authored and Vulpesx committed Jun 7, 2024
1 parent e782889 commit f664aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/gruvbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"diff.delta" = "orange1"
"diff.minus" = "red1"

"warning" = "orange1"
"warning" = "yellow1"
"error" = "red1"
"info" = "aqua1"
"hint" = "blue1"
Expand Down Expand Up @@ -67,7 +67,7 @@
"ui.virtual.wrap" = { fg = "bg2" }
"ui.virtual.jump-label" = { fg = "purple0", modifiers = ["bold"] }

"diagnostic.warning" = { underline = { color = "orange1", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow1", style = "curl" } }
"diagnostic.error" = { underline = { color = "red1", style = "curl" } }
"diagnostic.info" = { underline = { color = "aqua1", style = "curl" } }
"diagnostic.hint" = { underline = { color = "blue1", style = "curl" } }
Expand Down

0 comments on commit f664aa5

Please sign in to comment.