diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml index 14cc40e2..4f1ea1cf 100644 --- a/runtime/themes/tokyonight.toml +++ b/runtime/themes/tokyonight.toml @@ -30,6 +30,7 @@ "ui.cursor" = { modifiers = ["reversed"] } "ui.cursor.match" = { fg = "orange", modifiers = ["bold"] } "ui.cursor.primary" = { modifiers = ["reversed"] } +"ui.cursorline.primary" = { bg = "background_menu" } "ui.help" = { fg = "foreground", bg = "background_menu" } "ui.linenr" = { fg = "foreground_gutter" } "ui.linenr.selected" = { fg = "foreground" } diff --git a/runtime/themes/tokyonight_storm.toml b/runtime/themes/tokyonight_storm.toml index 6c6fd9c8..c47ac54b 100644 --- a/runtime/themes/tokyonight_storm.toml +++ b/runtime/themes/tokyonight_storm.toml @@ -30,6 +30,7 @@ "ui.cursor" = { modifiers = ["reversed"] } "ui.cursor.match" = { fg = "orange", modifiers = ["bold"] } "ui.cursor.primary" = { modifiers = ["reversed"] } +"ui.cursorline.primary" = { bg = "background_menu" } "ui.help" = { fg = "foreground", bg = "background_menu" } "ui.linenr" = { fg = "foreground_gutter" } "ui.linenr.selected" = { fg = "foreground" }