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 b468771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/onelight.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Author : erasin<erasinoo@gmail.com>

"attribute" = { fg = "light-blue" }
"attribute" = { fg = "yellow" }
"constructor" = { fg = "brown" }
"label" = { fg = "cyan" }
"operator" = { fg = "red" }
Expand Down 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 b468771

Please sign in to comment.