Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/zed_onedark.toml')
-rw-r--r--runtime/themes/zed_onedark.toml88
1 files changed, 42 insertions, 46 deletions
diff --git a/runtime/themes/zed_onedark.toml b/runtime/themes/zed_onedark.toml
index ddaec4ad..5fda576f 100644
--- a/runtime/themes/zed_onedark.toml
+++ b/runtime/themes/zed_onedark.toml
@@ -1,24 +1,25 @@
-# Zed OneDark
-# Author : EricHenry
+# Author : Eric Correia <[email protected]>
"attribute" = { fg = "yellow" }
"comment" = { fg = "light-gray", modifiers = ["italic"] }
"constant" = { fg = "yellow" }
"constant.numeric" = { fg = "orange" }
-"constant.builtin" = { fg = "yellow" }
+"constant.builtin" = { fg = "orange" }
"constant.builtin.boolean" = { fg = "yellow" }
-"constant.character.escape" = { fg = "yellow" }
+"constant.character.escape" = { fg = "orange" }
"constructor" = { fg = "blue" }
"function" = { fg = "blue" }
"function.builtin" = { fg = "blue" }
-"function.method" = { fg = "blue" }
-"function.macro" = { fg = "blue" }
+"function.macro" = { fg = "purple" }
"keyword" = { fg = "purple" }
+"keyword.control" = { fg = "purple" }
+"keyword.control.import" = { fg = "purple" }
+"keyword.directive" = { fg = "purple" }
"label" = { fg = "ui-text" }
"namespace" = { fg = "ui-text" }
"operator" = { fg = "ui-text" }
-"puncuation" = { fg = "ui-text" }
-"special" = { fg = "ui-text" }
+"keyword.operator" = { fg = "purple" }
+"special" = { fg = "blue" }
"string" = { fg = "green" }
"type" = { fg = "cyan" }
"variable.builtin" = { fg = "orange" }
@@ -27,47 +28,41 @@
"markup.heading" = { fg = "red" }
"markup.raw.inline" = { fg = "green" }
-"markup.bold" = { fg = "yellow", modifiers = ["bold"] }
+"markup.bold" = { fg = "orange", modifiers = ["bold"] }
"markup.italic" = { fg = "purple", modifiers = ["italic"] }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
"markup.list" = { fg = "red" }
"markup.quote" = { fg = "yellow" }
-"markup.link.url" = { fg = "cyan", modifiers = ["underlined"] }
+"markup.link.url" = { fg = "cyan", modifiers = ["underlined"]}
"markup.link.text" = { fg = "purple" }
"diff.plus" = "green"
-"diff.delta" = "yellow"
+"diff.delta" = "orange"
"diff.minus" = "red"
-"diagnostic.info".underline = { color = "blue", style = "curl" }
-"diagnostic.hint".underline = { color = "green", style = "curl" }
-"diagnostic.warning".underline = { color = "yellow", style = "curl" }
-"diagnostic.error".underline = { color = "red", style = "curl" }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
+"diagnostic.info".underline = { color = "blue", style = "curl" }
+"diagnostic.hint".underline = { color = "green", style = "curl" }
+"diagnostic.warning".underline = { color = "yellow", style = "curl" }
+"diagnostic.error".underline = { color = "red", style = "curl" }
"info" = { fg = "blue", modifiers = ["bold"] }
"hint" = { fg = "green", modifiers = ["bold"] }
"warning" = { fg = "yellow", modifiers = ["bold"] }
"error" = { fg = "red", modifiers = ["bold"] }
"ui.background" = { bg = "ui-text-reversed" }
-"ui.gutter" = { bg = "gray" }
"ui.virtual" = { 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"] }
-"ui.virtual.jump-label" = { fg = "purple", modifiers = ["bold", "italic"] }
+"ui.virtual.inlay-hint" = { fg = "light-gray" }
"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
-"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"] }
-# Malformed ANSI: dark-blue. See 'https://github.com/helix-editor/helix/issues/5709'
-# "ui.cursor.insert" = { fg = "dark-blue" }
+"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
"ui.selection" = { bg = "faint-gray" }
-"ui.selection.primary" = { bg = "#293b5bff" }
-"ui.cursorline.primary" = { bg = "gray" }
+"ui.selection.primary" = { bg = "gray" }
+"ui.cursorline.primary" = { bg = "light-black" }
"ui.highlight" = { bg = "gray" }
"ui.highlight.frameline" = { bg = "#97202a" }
@@ -75,14 +70,14 @@
"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "ui-text" }
-"ui.statusline" = { fg = "white", bg = "gray" }
-"ui.statusline.inactive" = { fg = "light-gray", bg = "black" }
-"ui.statusline.normal" = { fg = "black", bg = "blue" }
-"ui.statusline.insert" = { fg = "black", bg = "green" }
-"ui.statusline.select" = { fg = "black", bg = "purple" }
+"ui.statusline" = { fg = "white", bg = "light-black" }
+"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
+"ui.statusline.normal" = { fg = "light-black", bg = "blue" }
+"ui.statusline.insert" = { fg = "light-black", bg = "green" }
+"ui.statusline.select" = { fg = "light-black", bg = "purple" }
"ui.text" = { fg = "ui-text" }
-"ui.text.focus" = { fg = "white", bg = "gray", modifiers = ["bold"] }
+"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
"ui.help" = { fg = "white", bg = "gray" }
"ui.popup" = { bg = "gray" }
@@ -94,21 +89,22 @@
"ui.debug" = { fg = "red" }
[palette]
-yellow = "#dfc184ff"
-orange = "#bf956aff"
-blue = "#73ade9ff"
-blue-gray = "#5a6f89ff"
-red = "#d07277ff"
-purple = "#b477cfff"
-green = "#a1c181ff"
-cyan = "#6eb4bfff"
-gray = "#2f343ebf"
-light-gray = "#5d636fff"
+
+yellow = "#dac18c"
+blue = "#7ca8dd"
+red = "#bd7476"
+purple = "#9d74b9"
+green = "#a0b783"
+orange = "#b4926e"
+cyan = "#7eb2be"
+light-black = "#2e323a"
+gray = "#363f4c"
+light-gray = "#5c606b"
faint-gray = "#3B4048"
-linenr = "#5d636fff"
+linenr = "#4B5263"
-white = "#c8ccd4ff"
-black = "#282c33ff"
+white = "#a8adb7"
+black = "#292c33"
# black and white are used for a lot of the UI text
-ui-text = "#c8ccd4ff" #white
-ui-text-reversed = "#282c33ff" #black
+ui-text = "#a8adb7" #white
+ui-text-reversed = "#292c33" #black