aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorGokul Soumya2022-04-27 17:36:41 +0000
committerMichael Davis2022-04-27 18:40:00 +0000
commit3626e38e51f0fdcbbb7c59cb6d2f2b3167792272 (patch)
tree1870c1088036a9c176fbbceb493525e2a3267282 /runtime
parent52f5a4228aef2d31cf20aeee2bed317ba1767c18 (diff)
Add ui.virtual theme scopes for onedark theme
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/onedark.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index cf7dd2b0..573a635d 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -47,7 +47,8 @@ diagnostic = { modifiers = ["underlined"] }
"error" = { fg = "red", modifiers = ["bold"] }
"ui.background" = { bg = "black" }
-"ui.virtual" = { fg = "light-gray" }
+"ui.virtual.whitespace" = { fg = "light-gray" }
+"ui.virtual.ruler" = { bg = "gray" }
"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }