From 21c87a09ae21c64b213e3024b98d52376f7c8868 Mon Sep 17 00:00:00 2001 From: rojebd Date: Sat, 27 Jan 2024 12:55:56 -0700 Subject: [PATCH] updated theme's cursorline --- runtime/themes/vintage.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/themes/vintage.toml b/runtime/themes/vintage.toml index 9489c6084..54bfc6e85 100644 --- a/runtime/themes/vintage.toml +++ b/runtime/themes/vintage.toml @@ -58,12 +58,13 @@ label = "#abcc8a" "ui.text.inactive" = "#93a56f" "ui.virtual" = { fg = "yellow" } "ui.virtual.indent-guide" = { fg = "#5b5b5a" } +"ui.virtual.ruler" = { bg = "#363638" } "ui.selection" = { fg = "white", bg = "gray" } "ui.selection.primary" = { fg = "white", bg = "gray" } "ui.cursor.match" = { fg = "white", bg = "gray" } "ui.cursor" = { modifiers = ["reversed"] } -"ui.cursorline.primary" = { bg = "#363738" } +"ui.cursorline.primary" = { bg = "#3b3b3f" } "ui.debug" = { fg = "#634450" } "ui.debug.breakpoint" = { fg = "redish" }