refactor(themes): `gruvbox` warnings to `yellow1` (#10506)

pull/10514/head
RoloEdits 2 months ago committed by GitHub
parent 98b4df23a3
commit 94405f3d07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@
"diff.delta" = "orange1"
"diff.minus" = "red1"
"warning" = "orange1"
"warning" = "yellow1"
"error" = "red1"
"info" = "aqua1"
"hint" = "blue1"
@ -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" } }

Loading…
Cancel
Save