Add cursorline color to iceberg theme (#12404)

This commit is contained in:
Seigo Mori 2025-01-06 01:58:31 +09:00 committed by GitHub
parent fa4aa0fb42
commit 377e36908a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" }