Unnamed repository; edit this file 'description' to name the repository.
refactor(themes): `gruvbox` warnings to `yellow1` (#10506)
RoloEdits 2024-04-19
parent 98b4df2 · commit 94405f3
-rw-r--r--runtime/themes/gruvbox.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml
index a6b0636d..67ca066f 100644
--- a/runtime/themes/gruvbox.toml
+++ b/runtime/themes/gruvbox.toml
@@ -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" } }