diff options
author | Michael Davis | 2022-04-01 20:28:34 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-04-20 02:37:23 +0000 |
commit | 1525e3c6c846fc3dc4d4a68768105762f5abb376 (patch) | |
tree | 571ed1b8204d86c77df91444fbb42df131ea76ca /runtime/themes/ingrid.toml | |
parent | e6b865ed0b1b77934733d86b59d60870e9f5881f (diff) |
theme ui.virtual capture for existing themes
Diffstat (limited to 'runtime/themes/ingrid.toml')
-rw-r--r-- | runtime/themes/ingrid.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |