Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/base16_transparent.toml')
| -rw-r--r-- | runtime/themes/base16_transparent.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/base16_transparent.toml b/runtime/themes/base16_transparent.toml index fc697b92..6b2ee550 100644 --- a/runtime/themes/base16_transparent.toml +++ b/runtime/themes/base16_transparent.toml @@ -28,7 +28,7 @@ "ui.cursorline.secondary" = { underline = { color = "light-gray", style = "line" } } "ui.cursorcolumn.primary" = { bg = "gray" } "ui.cursorcolumn.secondary" = { bg = "gray" } -"ui.virtual.ruler" = { bg = "gray" } +"ui.virtual.ruler" = { fg = "gray" } "ui.virtual.whitespace" = "gray" "ui.virtual.indent-guide" = "gray" "ui.virtual.inlay-hint" = { fg = "white", bg = "gray" } |