Fix ayu theme cursor issue (#4764)

pull/1/head
André Sá 2 years ago committed by GitHub
parent 607c74efde
commit 664d08e70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save