aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/themes/base16_default_dark.toml1
-rw-r--r--runtime/themes/base16_default_light.toml1
-rw-r--r--runtime/themes/base16_terminal.toml1
-rw-r--r--runtime/themes/bogster.toml1
-rw-r--r--runtime/themes/boo_berry.toml1
-rw-r--r--runtime/themes/dark_plus.toml2
-rw-r--r--runtime/themes/dracula.toml1
-rw-r--r--runtime/themes/everforest_dark.toml1
-rw-r--r--runtime/themes/everforest_light.toml1
-rw-r--r--runtime/themes/gruvbox.toml1
-rw-r--r--runtime/themes/gruvbox_light.toml1
-rw-r--r--runtime/themes/ingrid.toml1
-rw-r--r--runtime/themes/monokai.toml1
-rw-r--r--runtime/themes/monokai_pro.toml1
-rw-r--r--runtime/themes/monokai_pro_machine.toml1
-rw-r--r--runtime/themes/monokai_pro_octagon.toml1
-rw-r--r--runtime/themes/monokai_pro_ristretto.toml1
-rw-r--r--runtime/themes/monokai_pro_spectrum.toml1
-rw-r--r--runtime/themes/nord.toml1
-rw-r--r--runtime/themes/onedark.toml1
-rw-r--r--runtime/themes/rose_pine.toml1
-rw-r--r--runtime/themes/rose_pine_dawn.toml1
-rw-r--r--runtime/themes/serika-dark.toml1
-rw-r--r--runtime/themes/serika-light.toml1
-rw-r--r--runtime/themes/solarized_dark.toml2
-rw-r--r--runtime/themes/solarized_light.toml2
-rw-r--r--runtime/themes/spacebones_light.toml1
-rw-r--r--runtime/themes/tokyonight.toml1
-rw-r--r--theme.toml1
29 files changed, 32 insertions, 0 deletions
diff --git a/runtime/themes/base16_default_dark.toml b/runtime/themes/base16_default_dark.toml
index c8dd1b0e..6074c450 100644
--- a/runtime/themes/base16_default_dark.toml
+++ b/runtime/themes/base16_default_dark.toml
@@ -1,6 +1,7 @@
# Author: RayGervais <raygervais@hotmail.ca>
"ui.background" = { bg = "base00" }
+"ui.virtual" = "base03"
"ui.menu" = { fg = "base05", bg = "base01" }
"ui.menu.selected" = { fg = "base01", bg = "base04" }
"ui.linenr" = { fg = "base03", bg = "base01" }
diff --git a/runtime/themes/base16_default_light.toml b/runtime/themes/base16_default_light.toml
index 50be51b3..2273c191 100644
--- a/runtime/themes/base16_default_light.toml
+++ b/runtime/themes/base16_default_light.toml
@@ -13,6 +13,7 @@
"ui.help" = { fg = "base04", bg = "base01" }
"ui.cursor" = { fg = "base04", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "base05", modifiers = ["reversed"] }
+"ui.virtual" = "base03"
"ui.text" = "base05"
"operator" = "base05"
"ui.text.focus" = "base05"
diff --git a/runtime/themes/base16_terminal.toml b/runtime/themes/base16_terminal.toml
index a6ca71da..e518d3d5 100644
--- a/runtime/themes/base16_terminal.toml
+++ b/runtime/themes/base16_terminal.toml
@@ -13,6 +13,7 @@
"ui.help" = { fg = "white", bg = "black" }
"ui.cursor" = { fg = "light-gray", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "light-white", modifiers = ["reversed"] }
+"ui.virtual" = "light-gray"
"variable" = "light-red"
"constant.numeric" = "yellow"
"constant" = "yellow"
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml
index e2b4277e..af952071 100644
--- a/runtime/themes/bogster.toml
+++ b/runtime/themes/bogster.toml
@@ -53,6 +53,7 @@
"ui.text" = { fg = "#e5ded6" }
"ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] }
+"ui.virtual" = "#627d9d"
"ui.selection" = { bg = "#313f4e" }
# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported
diff --git a/runtime/themes/boo_berry.toml b/runtime/themes/boo_berry.toml
index 79b89ed0..5cd25397 100644
--- a/runtime/themes/boo_berry.toml
+++ b/runtime/themes/boo_berry.toml
@@ -44,6 +44,7 @@
"ui.menu" = { fg = "lilac", bg = "berry_saturated" }
"ui.menu.selected" = { fg = "mint", bg = "berry_saturated" }
"ui.selection" = { bg = "berry_saturated" }
+"ui.virtual" = { fg = "berry_desaturated" }
"diff.plus" = { fg = "mint" }
"diff.delta" = { fg = "gold" }
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index 42032be2..04e2bc9d 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -78,6 +78,8 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "white" }
+"ui.virtual" = { fg = "dark_green" }
+
"warning" = { fg = "gold2" }
"error" = { fg = "red" }
"info" = { fg = "light_blue" }
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml
index f77d151e..e32c3117 100644
--- a/runtime/themes/dracula.toml
+++ b/runtime/themes/dracula.toml
@@ -36,6 +36,7 @@
"ui.text" = { fg = "foreground" }
"ui.text.focus" = { fg = "cyan" }
"ui.window" = { fg = "foreground" }
+"ui.virtual" = { fg = "comment" }
"error" = { fg = "red" }
"warning" = { fg = "cyan" }
diff --git a/runtime/themes/everforest_dark.toml b/runtime/themes/everforest_dark.toml
index 8b8e9bbb..5b6d1b7c 100644
--- a/runtime/themes/everforest_dark.toml
+++ b/runtime/themes/everforest_dark.toml
@@ -70,6 +70,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
"ui.selection" = { bg = "bg3" }
+"ui.virtual" = "grey0"
"hint" = "blue"
"info" = "aqua"
diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml
index d977bdf6..b0370165 100644
--- a/runtime/themes/everforest_light.toml
+++ b/runtime/themes/everforest_light.toml
@@ -70,6 +70,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "green" }
"ui.selection" = { bg = "bg3" }
+"ui.virtual" = "grey0"
"hint" = "blue"
"info" = "aqua"
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"] }
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml
index ab8325c0..2930dff0 100644
--- a/runtime/themes/gruvbox_light.toml
+++ b/runtime/themes/gruvbox_light.toml
@@ -54,6 +54,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"] }
diff --git a/runtime/themes/ingrid.toml b/runtime/themes/ingrid.toml
index a7c33e2d..da8730cc 100644
--- a/runtime/themes/ingrid.toml
+++ b/runtime/themes/ingrid.toml
@@ -53,6 +53,7 @@
"ui.text" = { fg = "#7B91B3" }
"ui.text.focus" = { fg = "#250E07", modifiers= ["bold"] }
+"ui.virtual" = "#A6B6CE"
"ui.selection" = { bg = "#540099" }
# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index e6ff0a5e..a7148272 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -32,6 +32,7 @@
"attribute" = { fg = "fn_declaration" }
"comment" = { fg = "#88846F" }
+"ui.virtual" = "#88846F"
"string" = { fg = "#e6db74" }
"constant.character" = { fg = "#e6db74" }
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml
index 8de9994c..520bf70c 100644
--- a/runtime/themes/monokai_pro.toml
+++ b/runtime/themes/monokai_pro.toml
@@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
+"ui.virtual" = "base5"
"info" = "base8"
"hint" = "base8"
diff --git a/runtime/themes/monokai_pro_machine.toml b/runtime/themes/monokai_pro_machine.toml
index c5890042..8d493f1e 100644
--- a/runtime/themes/monokai_pro_machine.toml
+++ b/runtime/themes/monokai_pro_machine.toml
@@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
+"ui.virtual" = "base5"
"info" = "base8"
"hint" = "base8"
diff --git a/runtime/themes/monokai_pro_octagon.toml b/runtime/themes/monokai_pro_octagon.toml
index d9badf3c..8a69077b 100644
--- a/runtime/themes/monokai_pro_octagon.toml
+++ b/runtime/themes/monokai_pro_octagon.toml
@@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
+"ui.virtual" = "base5"
"info" = "base8"
"hint" = "base8"
diff --git a/runtime/themes/monokai_pro_ristretto.toml b/runtime/themes/monokai_pro_ristretto.toml
index ed7ebeae..f0d60dad 100644
--- a/runtime/themes/monokai_pro_ristretto.toml
+++ b/runtime/themes/monokai_pro_ristretto.toml
@@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
+"ui.virtual" = "base5"
"info" = "base8"
"hint" = "base8"
diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml
index da06e597..54a53bfa 100644
--- a/runtime/themes/monokai_pro_spectrum.toml
+++ b/runtime/themes/monokai_pro_spectrum.toml
@@ -5,6 +5,7 @@
"ui.linenr.selected" = { bg = "base3" }
"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
+"ui.virtual" = "base5"
"info" = "base8"
"hint" = "base8"
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index deb90452..9fd3fcab 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -3,6 +3,7 @@
"ui.linenr.selected" = { fg = "nord4" }
"ui.text.focus" = { fg = "nord8", modifiers= ["bold"] }
"ui.menu.selected" = { fg = "nord8", bg = "nord2" }
+"ui.virtual" = "gray"
"info" = "nord8"
"hint" = "nord8"
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index 1a3da452..cf7dd2b0 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -47,6 +47,7 @@ diagnostic = { modifiers = ["underlined"] }
"error" = { fg = "red", modifiers = ["bold"] }
"ui.background" = { bg = "black" }
+"ui.virtual" = { fg = "light-gray" }
"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml
index d0197095..d005ac8a 100644
--- a/runtime/themes/rose_pine.toml
+++ b/runtime/themes/rose_pine.toml
@@ -15,6 +15,7 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
+"ui.virtual" = "highlight"
"operator" = "rose"
"variable" = "text"
"constant.numeric" = "iris"
diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml
index 0dc7a325..1a9ac7df 100644
--- a/runtime/themes/rose_pine_dawn.toml
+++ b/runtime/themes/rose_pine_dawn.toml
@@ -15,6 +15,7 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
+"ui.virtual" = "highlight"
"operator" = "rose"
"variable" = "text"
"number" = "iris"
diff --git a/runtime/themes/serika-dark.toml b/runtime/themes/serika-dark.toml
index da145780..3dd982d1 100644
--- a/runtime/themes/serika-dark.toml
+++ b/runtime/themes/serika-dark.toml
@@ -50,6 +50,7 @@
"ui.menu" = { fg = "fg", bg = "bg2" }
"ui.menu.selected" = { fg = "bg0", bg = "bg_yellow" }
"ui.selection" = { bg = "bg3" }
+"ui.virtual" = "grey2"
"hint" = "blue"
"info" = "aqua"
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml
index edde9044..67c8328b 100644
--- a/runtime/themes/serika-light.toml
+++ b/runtime/themes/serika-light.toml
@@ -50,6 +50,7 @@
"ui.menu" = { fg = "bg0", bg = "bg3" }
"ui.menu.selected" = { fg = "bg0", bg = "bg_yellow" }
"ui.selection" = { fg = "bg0", bg = "bg3" }
+"ui.virtual" = { fg = "bg2" }
"hint" = "blue"
"info" = "aqua"
diff --git a/runtime/themes/solarized_dark.toml b/runtime/themes/solarized_dark.toml
index dd2013e2..f15e1fa0 100644
--- a/runtime/themes/solarized_dark.toml
+++ b/runtime/themes/solarized_dark.toml
@@ -39,6 +39,8 @@
# 背景
"ui.background" = { bg = "base03" }
+"ui.virtual" = { fg = "base01" }
+
# 行号栏
"ui.linenr" = { fg = "base0", bg = "base02" }
# 当前行号栏
diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml
index 9c820294..e535e9b0 100644
--- a/runtime/themes/solarized_light.toml
+++ b/runtime/themes/solarized_light.toml
@@ -39,6 +39,8 @@
# 背景
"ui.background" = { bg = "base03" }
+"ui.virtual" = { fg = "base01" }
+
# 行号栏
"ui.linenr" = { fg = "base0", bg = "base02" }
# 当前行号栏
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml
index 29c7d7f7..80a19375 100644
--- a/runtime/themes/spacebones_light.toml
+++ b/runtime/themes/spacebones_light.toml
@@ -64,6 +64,7 @@
"ui.cursor.match" = { bg = "bg3" }
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "#655370", bg = "#d1dcdf", modifiers = ["bold"] }
+"ui.virtual" = "bg2"
"diagnostic" = { modifiers = ["underlined"] }
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml
index 19d805a8..f783b2d5 100644
--- a/runtime/themes/tokyonight.toml
+++ b/runtime/themes/tokyonight.toml
@@ -39,6 +39,7 @@
"ui.text" = { fg = "foreground" }
"ui.text.focus" = { fg = "cyan" }
"ui.window" = { fg = "black" }
+"ui.virtual" = { fg = "comment" }
"error" = { fg = "red" }
"warning" = { fg = "yellow" }
diff --git a/theme.toml b/theme.toml
index d2c1fc32..31ecd32e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -53,6 +53,7 @@ label = "honey"
"ui.text" = { fg = "lavender" }
"ui.text.focus" = { fg = "white" }
+"ui.virtual" = { fg = "comet" }
"ui.selection" = { bg = "#540099" }
"ui.selection.primary" = { bg = "#540099" }