aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreh2024-02-06 16:47:13 +0000
committerGitHub2024-02-06 16:47:13 +0000
commit28a39e6efc79b9aac53d49ac8325e8e32fb127e2 (patch)
treedf1c367b3cd6b0308fa690480be76bfc2f103e20
parenta37af2dcbf57b6b800946115b4156fefc199ce7a (diff)
Fix cursorline Zed OneDark (#9549)
Co-authored-by: e4 <eric.correia@dronesense.com>
-rw-r--r--runtime/themes/zed_onedark.toml6
-rw-r--r--runtime/themes/zed_onelight.toml1
2 files changed, 3 insertions, 4 deletions
diff --git a/runtime/themes/zed_onedark.toml b/runtime/themes/zed_onedark.toml
index 300b3c9c..7ac1e73c 100644
--- a/runtime/themes/zed_onedark.toml
+++ b/runtime/themes/zed_onedark.toml
@@ -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"] }
@@ -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" }
@@ -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" }
diff --git a/runtime/themes/zed_onelight.toml b/runtime/themes/zed_onelight.toml
index f3da1167..086fce34 100644
--- a/runtime/themes/zed_onelight.toml
+++ b/runtime/themes/zed_onelight.toml
@@ -36,7 +36,6 @@ inherits = "zed_onedark"
"ui.window" = { fg = "dark-gray" }
[palette]
-
yellow = "#dabb7e"
red = "#d36151ff"
orange = "#d3604fff"