Skip to content

Commit

Permalink
fix: cursor line on material themes (helix-editor#10043)
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-main authored and Schuyler Mortimer committed Jul 10, 2024
1 parent c0fecf7 commit 091b302
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions runtime/themes/material_darker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ disabled = "#474747"

accent = "#ff9800"

active = "#323232"
highlight = "#3f3f3f"

comment = "#616161"
Expand Down
3 changes: 2 additions & 1 deletion runtime/themes/material_deep_ocean.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ui.cursor" = { bg = "highlight", fg = "white" }

"ui.cursor.primary" = { bg = "white", fg = "gray" }
"ui.cursorline.primary" = { bg = "white" }
"ui.cursorline.primary" = { bg = "active" }

"ui.virtual" = { fg = "gray" }
"ui.virtual.ruler" = { bg = "highlight" }
Expand Down Expand Up @@ -114,6 +114,7 @@ disabled = "#464b5d"

accent = "#84ffff"

active = "#1a1c25"
highlight = "#1f2233"

comment = "#464b5d"
Expand Down
3 changes: 2 additions & 1 deletion runtime/themes/material_oceanic.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ disabled = "#415967"

accent = "#009688"

active = "#314549"
highlight = "#425b67"

comment = "#546e7a"

selection = "#395b65"

line-number = "#355058"
line-number = "#355058"
3 changes: 2 additions & 1 deletion runtime/themes/material_palenight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ disabled = "#515772"

accent = "#ab47bc"

active = "#414863"
highlight = "#444267"

comment = "#676e95"

selection = "#444267"

line-number = "#3a3f58"
line-number = "#3a3f58"

0 comments on commit 091b302

Please sign in to comment.