diff options
author | Bertrand Bousquet | 2023-04-03 15:56:21 +0000 |
---|---|---|
committer | GitHub | 2023-04-03 15:56:21 +0000 |
commit | d0c9f38b6836e6337a1a5c7c4c55c612b1e45e90 (patch) | |
tree | a436fa3ac6361f64167e25a8cb7cd80a3e768333 | |
parent | dd6e0cce3bcc6a4e57c5869f6a5ba36c101a17b3 (diff) |
Update Varua theme for soft wrap (#6568)
-rw-r--r-- | runtime/themes/varua.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/varua.toml b/runtime/themes/varua.toml index c1afaca0..20ee235f 100644 --- a/runtime/themes/varua.toml +++ b/runtime/themes/varua.toml @@ -65,6 +65,7 @@ "ui.virtual.whitespace" = "grey0" "ui.statusline.insert" = { bg = "green", fg = "bg2" } "ui.statusline.select" = { bg = "blue", fg = "bg2" } +"ui.virtual.wrap" = { fg = "grey0" } "hint" = "blue" "info" = "aqua" |