Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/acme.toml')
| -rw-r--r-- | runtime/themes/acme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index 195e0635..8f3d3015 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -9,7 +9,7 @@ "ui.statusline" = {fg="black", bg="acme_bar_bg"} "ui.statusline.inactive" = {fg="black", bg="acme_bar_inactive"} "ui.virtual" = "indent" -"ui.virtual.ruler" = { bg = "acme_bar_bg" } +"ui.virtual.ruler" = { fg = "acme_bar_bg" } "ui.cursor.match" = {bg="acme_bar_bg"} "ui.cursor" = {bg="cursor", fg="white"} "ui.debug" = {fg="orange"} |