Skip to content

Commit 249ab8c

Browse files
André SáFrederik Vestre
André Sá
authored and
Frederik Vestre
committed
Fix ayu theme cursor issue (helix-editor#4764)
1 parent c386c94 commit 249ab8c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

runtime/themes/ayu_dark.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"string.regexp" = "orange"
1111
"string.special" = "yellow"
1212
"comment" = { fg = "gray", modifiers = ["italic"] }
13-
"comment.block.documentation" = { fg = "blue", modifiers = ["italic"] }
1413
"variable" = "foreground"
1514
"label" = "orange"
1615
"punctuation" = "foreground"
@@ -34,7 +33,7 @@
3433

3534
# Interface
3635
"ui.background"= { bg = "background" }
37-
"ui.cursor" = { modifiers = ["reversed"] }
36+
"ui.cursor" = { fg = "dark_gray", bg = "orange" }
3837
"ui.cursor.match" = "orange"
3938
"ui.linenr" = "dark_gray"
4039
"ui.linenr.selected" = "gray"

runtime/themes/ayu_light.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"string.regexp" = "orange"
1111
"string.special" = "yellow"
1212
"comment" = { fg = "gray", modifiers = ["italic"] }
13-
"comment.block.documentation" = { fg = "blue", modifiers = ["italic"] }
1413
"variable" = "foreground"
1514
"label" = "orange"
1615
"punctuation" = "foreground"
@@ -34,7 +33,7 @@
3433

3534
# Interface
3635
"ui.background"= { bg = "background" }
37-
"ui.cursor" = { modifiers = ["reversed"] }
36+
"ui.cursor" = { fg = "dark_gray", bg = "orange" }
3837
"ui.cursor.match" = "orange"
3938
"ui.linenr" = "dark_gray"
4039
"ui.linenr.selected" = "gray"

runtime/themes/ayu_mirage.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"string.regexp" = "orange"
1111
"string.special" = "yellow"
1212
"comment" = { fg = "gray", modifiers = ["italic"] }
13-
"comment.block.documentation" = { fg = "blue", modifiers = ["italic"] }
1413
"variable" = "foreground"
1514
"label" = "orange"
1615
"punctuation" = "foreground"
@@ -34,7 +33,7 @@
3433

3534
# Interface
3635
"ui.background"= { bg = "background" }
37-
"ui.cursor" = { modifiers = ["reversed"] }
36+
"ui.cursor" = { fg = "dark_gray", bg = "orange" }
3837
"ui.cursor.match" = "orange"
3938
"ui.linenr" = "dark_gray"
4039
"ui.linenr.selected" = "gray"

0 commit comments

Comments
 (0)