Skip to content

Commit

Permalink
Fix cursorline Zed OneDark (helix-editor#9549)
Browse files Browse the repository at this point in the history
Co-authored-by: e4 <[email protected]>
  • Loading branch information
2 people authored and Vulpesx committed Jun 7, 2024
1 parent 15f9a5d commit 604277c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/zed_onedark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ui.background" = { bg = "ui-text-reversed" }
"ui.gutter" = { bg = "gray" }
"ui.virtual" = { fg = "faint-gray" }
"ui.virtual.indent-guidje" = { fg = "faint-gray" }
"ui.virtual.indent-guide" = { fg = "faint-gray" }
"ui.virtual.whitespace" = { fg = "light-gray" }
"ui.virtual.ruler" = { bg = "gray" }
"ui.virtual.inlay-hint" = { fg = "blue-gray", modifiers = ["bold"] }
Expand All @@ -62,7 +62,7 @@

"ui.selection" = { bg = "faint-gray" }
"ui.selection.primary" = { bg = "#293b5bff" }
"ui.cursorline.primary" = { bg = "black" }
"ui.cursorline.primary" = { bg = "gray" }

"ui.highlight" = { bg = "gray" }
"ui.highlight.frameline" = { bg = "#97202a" }
Expand All @@ -77,7 +77,7 @@
"ui.statusline.select" = { fg = "black", bg = "purple" }

"ui.text" = { fg = "ui-text" }
"ui.text.focus" = { fg = "white", bg = "black", modifiers = ["bold"] }
"ui.text.focus" = { fg = "white", bg = "gray", modifiers = ["bold"] }

"ui.help" = { fg = "white", bg = "gray" }
"ui.popup" = { bg = "gray" }
Expand Down
1 change: 0 additions & 1 deletion runtime/themes/zed_onelight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ inherits = "zed_onedark"
"ui.window" = { fg = "dark-gray" }

[palette]

yellow = "#dabb7e"
red = "#d36151ff"
orange = "#d3604fff"
Expand Down

0 comments on commit 604277c

Please sign in to comment.