Skip to content

Commit

Permalink
Fix ayu theme cursor issue (#4764)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodr committed Nov 29, 2022
1 parent 607c74e commit 664d08e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions runtime/themes/ayu_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"string.regexp" = "orange"
"string.special" = "yellow"
"comment" = { fg = "gray", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "blue", modifiers = ["italic"] }
"variable" = "foreground"
"label" = "orange"
"punctuation" = "foreground"
Expand All @@ -34,7 +33,7 @@

# Interface
"ui.background"= { bg = "background" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor" = { fg = "dark_gray", bg = "orange" }
"ui.cursor.match" = "orange"
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = "gray"
Expand Down
3 changes: 1 addition & 2 deletions runtime/themes/ayu_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"string.regexp" = "orange"
"string.special" = "yellow"
"comment" = { fg = "gray", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "blue", modifiers = ["italic"] }
"variable" = "foreground"
"label" = "orange"
"punctuation" = "foreground"
Expand All @@ -34,7 +33,7 @@

# Interface
"ui.background"= { bg = "background" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor" = { fg = "dark_gray", bg = "orange" }
"ui.cursor.match" = "orange"
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = "gray"
Expand Down
3 changes: 1 addition & 2 deletions runtime/themes/ayu_mirage.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"string.regexp" = "orange"
"string.special" = "yellow"
"comment" = { fg = "gray", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "blue", modifiers = ["italic"] }
"variable" = "foreground"
"label" = "orange"
"punctuation" = "foreground"
Expand All @@ -34,7 +33,7 @@

# Interface
"ui.background"= { bg = "background" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor" = { fg = "dark_gray", bg = "orange" }
"ui.cursor.match" = "orange"
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = "gray"
Expand Down

0 comments on commit 664d08e

Please sign in to comment.