aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/gruvbox.toml
diff options
context:
space:
mode:
authorMichael Davis2022-04-01 20:28:34 +0000
committerBlaž Hrastnik2022-04-20 02:37:23 +0000
commit1525e3c6c846fc3dc4d4a68768105762f5abb376 (patch)
tree571ed1b8204d86c77df91444fbb42df131ea76ca /runtime/themes/gruvbox.toml
parente6b865ed0b1b77934733d86b59d60870e9f5881f (diff)
theme ui.virtual capture for existing themes
Diffstat (limited to 'runtime/themes/gruvbox.toml')
-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 f27b9934..6de35244 100644
--- a/runtime/themes/gruvbox.toml
+++ b/runtime/themes/gruvbox.toml
@@ -53,6 +53,7 @@
"ui.cursor.match" = { bg = "bg2" }
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
+"ui.virtual" = "bg2"
"diagnostic" = { modifiers = ["underlined"] }