Skip to content

Commit

Permalink
Add cursorline color to iceberg theme (#12404)
Browse files Browse the repository at this point in the history
  • Loading branch information
s3igo authored Jan 5, 2025
1 parent fa4aa0f commit 377e369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/iceberg-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 377e369

Please sign in to comment.