aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorFederico Stra2023-07-25 21:55:02 +0000
committerGitHub2023-07-25 21:55:02 +0000
commita188282b37cd89e5d892493fa142497a2b723a58 (patch)
tree40ca8c6421d02f551ce7c21717746f976ab6b951 /runtime
parentb266628c17efad2b572364fea50144669c4c385b (diff)
Update soft-wrap indicator in gruvbox themes (#7736)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/gruvbox.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml
index c357e26c..6025852c 100644
--- a/runtime/themes/gruvbox.toml
+++ b/runtime/themes/gruvbox.toml
@@ -61,6 +61,7 @@
"ui.virtual.whitespace" = "bg2"
"ui.virtual.ruler" = { bg = "bg1" }
"ui.virtual.inlay-hint" = { fg = "gray1" }
+"ui.virtual.wrap" = { fg = "bg2" }
"diagnostic.warning" = { underline = { color = "orange1", style = "curl" } }
"diagnostic.error" = { underline = { color = "red1", style = "curl" } }