Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/flexoki_light.toml')
| -rw-r--r-- | runtime/themes/flexoki_light.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/flexoki_light.toml b/runtime/themes/flexoki_light.toml index 5f8604e9..75a81526 100644 --- a/runtime/themes/flexoki_light.toml +++ b/runtime/themes/flexoki_light.toml @@ -19,7 +19,7 @@ "ui.text.focus" = { bg = "bg-2", fg = "tx" } "ui.text.info" = "tx" "ui.virtual.whitespace" = "bg-2" -"ui.virtual.ruler" = { bg = "bg-2" } +"ui.virtual.ruler" = { fg = "bg-2" } "ui.virtual.inlay-hint" = { fg = "tx-3", bg = "bg" } "ui.virtual.jump-label" = { bg = "bg-2", modifiers = ["bold"]} "ui.menu" = { fg = "tx", bg = "bg" } |