Skip to content

Commit

Permalink
fix ui.cursor.match
Browse files Browse the repository at this point in the history
  • Loading branch information
erasin committed Mar 6, 2023
1 parent 1fa2c23 commit b2a6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/onelight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"ui.cursor.normal" = { fg = "white", bg = "grey" }
"ui.cursor.insert" = { fg = "white", bg = "grey" }
"ui.cursor.select" = { fg = "white", bg = "grey" }
"ui.cursor.match" = { bg = "light-grey" }
"ui.cursor.match" = { bg = "light-white", modifiers = ["bold"] }
"ui.cursor.primary" = { fg = "white", bg = "black" }
"ui.cursor.primary.normal" = { fg = "white", bg = "black" }
"ui.cursor.primary.insert" = { fg = "red", bg = "black" }
Expand Down

0 comments on commit b2a6eef

Please sign in to comment.