fix: cursor line on material themes (#10043)

pull/10049/head
Yomain 8 months ago committed by GitHub
parent 527cbe656c
commit 381976a04c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,6 +13,7 @@ disabled = "#474747"
accent = "#ff9800" accent = "#ff9800"
active = "#323232"
highlight = "#3f3f3f" highlight = "#3f3f3f"
comment = "#616161" comment = "#616161"

@ -76,7 +76,7 @@
"ui.cursor" = { bg = "highlight", fg = "white" } "ui.cursor" = { bg = "highlight", fg = "white" }
"ui.cursor.primary" = { bg = "white", fg = "gray" } "ui.cursor.primary" = { bg = "white", fg = "gray" }
"ui.cursorline.primary" = { bg = "white" } "ui.cursorline.primary" = { bg = "active" }
"ui.virtual" = { fg = "gray" } "ui.virtual" = { fg = "gray" }
"ui.virtual.ruler" = { bg = "highlight" } "ui.virtual.ruler" = { bg = "highlight" }
@ -114,6 +114,7 @@ disabled = "#464b5d"
accent = "#84ffff" accent = "#84ffff"
active = "#1a1c25"
highlight = "#1f2233" highlight = "#1f2233"
comment = "#464b5d" comment = "#464b5d"

@ -12,6 +12,7 @@ disabled = "#415967"
accent = "#009688" accent = "#009688"
active = "#314549"
highlight = "#425b67" highlight = "#425b67"
comment = "#546e7a" comment = "#546e7a"

@ -10,6 +10,7 @@ disabled = "#515772"
accent = "#ab47bc" accent = "#ab47bc"
active = "#414863"
highlight = "#444267" highlight = "#444267"
comment = "#676e95" comment = "#676e95"

Loading…
Cancel
Save