Unnamed repository; edit this file 'description' to name the repository.
Add cursorline color to iceberg theme (#12404)
Seigo Mori 2025-01-05
parent fa4aa0f · commit 377e369
-rw-r--r--runtime/themes/iceberg-dark.toml1
1 files changed, 1 insertions, 0 deletions
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" }