Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r--runtime/themes/onedark.toml42
1 files changed, 6 insertions, 36 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index e341076f..acdaf99c 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -1,6 +1,5 @@
# Author : Gokul Soumya <[email protected]>
-"tag" = { fg = "red" }
"attribute" = { fg = "yellow" }
"comment" = { fg = "light-gray", modifiers = ["italic"] }
"constant" = { fg = "cyan" }
@@ -15,11 +14,11 @@
"keyword.control" = { fg = "purple" }
"keyword.control.import" = { fg = "red" }
"keyword.directive" = { fg = "purple" }
-"keyword.storage" = { fg = "purple" }
"label" = { fg = "purple" }
"namespace" = { fg = "blue" }
"operator" = { fg = "purple" }
"keyword.operator" = { fg = "purple" }
+"property" = { fg = "red" }
"special" = { fg = "blue" }
"string" = { fg = "green" }
"type" = { fg = "yellow" }
@@ -32,7 +31,6 @@
"markup.raw.inline" = { fg = "green" }
"markup.bold" = { fg = "gold", 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"]}
@@ -42,61 +40,34 @@
"diff.delta" = "gold"
"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 = { modifiers = ["underlined"] }
"info" = { fg = "blue", modifiers = ["bold"] }
"hint" = { fg = "green", modifiers = ["bold"] }
"warning" = { fg = "yellow", modifiers = ["bold"] }
"error" = { fg = "red", modifiers = ["bold"] }
"ui.background" = { bg = "black" }
-"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 = "light-gray" }
-"ui.virtual.jump-label" = { fg = "light-gray", modifiers = ["bold"] }
"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
-"ui.selection" = { bg = "faint-gray" }
+"ui.selection" = { bg = "light-gray" }
"ui.selection.primary" = { bg = "gray" }
-"ui.cursorline.primary" = { bg = "light-black" }
-"ui.highlight" = { bg = "gray" }
-"ui.highlight.frameline" = { bg = "#97202a" }
-
-"ui.linenr" = { fg = "linenr" }
+"ui.linenr" = { fg = "linenr", modifiers = ["dim"] }
"ui.linenr.selected" = { fg = "white" }
"ui.statusline" = { fg = "white", bg = "light-black" }
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
-"ui.statusline.normal" = { fg = "light-black", bg = "blue", modifiers = ["bold"] }
-"ui.statusline.insert" = { fg = "light-black", bg = "green", modifiers = ["bold"] }
-"ui.statusline.select" = { fg = "light-black", bg = "purple", modifiers = ["bold"] }
-
-"ui.bufferline" = { fg = "light-gray", bg = "light-black" }
-"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } }
-"ui.bufferline.background" = { bg = "light-black" }
"ui.text" = { fg = "white" }
-"ui.text.directory" = { fg = "blue" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
-"ui.help" = { fg = "white", bg = "gray" }
+"ui.help" = { bg = "gray" }
"ui.popup" = { bg = "gray" }
-"ui.window" = { fg = "gray" }
-"ui.menu" = { fg = "white", bg = "gray" }
+"ui.window" = { bg = "gray" }
"ui.menu.selected" = { fg = "black", bg = "blue" }
-"ui.menu.scroll" = { fg = "white", bg = "light-gray" }
-
-"ui.debug" = { fg = "red" }
[palette]
@@ -111,6 +82,5 @@ white = "#ABB2BF"
black = "#282C34"
light-black = "#2C323C"
gray = "#3E4452"
-faint-gray = "#3B4048"
light-gray = "#5C6370"
linenr = "#4B5263"