Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/darcula.toml')
| -rw-r--r-- | runtime/themes/darcula.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 5b83afba..8329f561 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -21,7 +21,7 @@ "ui.cursorline.secondary" = { bg = "grey02" } "ui.text" = "white" "ui.text.focus" = "grey05" -"ui.virtual.ruler" = { bg = "grey02" } +"ui.virtual.ruler" = { fg = "grey02" } "ui.virtual.indent-guide" = "grey02" "ui.virtual.whitespace" = "grey03" "ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] } |