Fix ayu theme cursor issue (#4764)
This commit is contained in:
parent
607c74efde
commit
664d08e70d
3 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue