From 377e36908a15a4fee46a42ecd6cc8f76e171c23b Mon Sep 17 00:00:00 2001 From: Seigo Mori <85787242+s3igo@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:58:31 +0900 Subject: [PATCH] Add cursorline color to iceberg theme (#12404) --- runtime/themes/iceberg-dark.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/iceberg-dark.toml b/runtime/themes/iceberg-dark.toml index b6e0cf52..08d2fd97 100644 --- a/runtime/themes/iceberg-dark.toml +++ b/runtime/themes/iceberg-dark.toml @@ -68,6 +68,7 @@ "ui.cursor.normal" = { bg = "gray" } "ui.cursor.primary" = { modifiers = ["reversed"] } "ui.cursor.select" = { bg = "gray" } +"ui.cursorline.primary" = { bg = "linenr_bg" } "ui.gutter" = { fg = "linenr_fg", bg = "linenr_bg" } "ui.help" = { fg = "background_fg", bg = "cursorlinenr_bg" } "ui.linenr" = { fg = "linenr_fg", bg = "linenr_bg" }