Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onelight.toml')
-rw-r--r--runtime/themes/onelight.toml25
1 files changed, 7 insertions, 18 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml
index 9fc8ef65..e35abdb3 100644
--- a/runtime/themes/onelight.toml
+++ b/runtime/themes/onelight.toml
@@ -17,12 +17,12 @@
"constant" = { fg = "cyan", modifiers = ["bold"] }
"constant.builtin" = { fg = "deep-purple" }
-"constant.builtin.boolean" = { fg = "purple" , modifiers = ["bold"]}
+"constant.builtin.boolean" = { fg = "purple" }
"constant.character" = { fg = "green" }
-"constant.character.escape" = { fg = "brown" , modifiers = ["bold"]}
-"constant.numeric" = { fg = "brown" , modifiers = ["bold"]}
-"constant.numeric.integer" = { fg = "brown" , modifiers = ["bold"]}
-"constant.numeric.float" = { fg = "brown" , modifiers = ["bold"]}
+"constant.character.escape" = { fg = "brown" }
+"constant.numeric" = { fg = "brown" }
+"constant.numeric.integer" = { fg = "brown" }
+"constant.numeric.float" = { fg = "brown" }
"string" = { fg = "green" }
"string.regexp" = { fg = "purple" }
@@ -33,7 +33,6 @@
"comment" = { fg = "grey", modifiers = ["italic"] }
"comment.line" = { fg = "grey", modifiers = ["italic"] }
-"comment.line.documentation" = { fg = "grey", modifiers = ["italic"] }
"comment.block" = { fg = "grey", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "grey", modifiers = ["italic"] }
@@ -92,14 +91,13 @@
"markup.quote" = { fg = "grey" }
"markup.raw" = { fg = "brown" }
"markup.raw.inline" = { fg = "green" }
-"markup.raw.block" = { fg = "brown" }
+"markup.raw.block" = { fg = "grey" }
"diff" = { fg = "red" }
"diff.plus" = { fg = "green" }
"diff.minus" = { fg = "red" }
"diff.delta" = { fg = "cyan" }
"diff.delta.moved" = { fg = "cyan" }
-"diff.delta.conflict" = {fg = "blue"}
"ui.background" = { bg = "white" }
"ui.background.separator" = { bg = "white" }
@@ -135,17 +133,15 @@
"ui.text.focus" = { fg = "red", bg = "grey-300", modifiers = ["bold"] }
"ui.text.inactive" = { fg = "grey" }
"ui.text.info" = { fg = "black" }
-"ui.text.directory" = { fg = "blue", underline = { style = "line" } }
"ui.virtual" = { fg = "grey-500" }
"ui.virtual.ruler" = { bg = "grey-200" }
"ui.virtual.wrap" = { fg = "grey-500" }
-"ui.virtual.whitespace" = { fg = "grey-400" }
+"ui.virtual.whitespace" = { fg = "grey-300" }
"ui.virtual.indent-guide" = { fg = "grey-500" }
"ui.virtual.inlay-hint" = { fg = "grey-500" }
"ui.virtual.inlay-hint.parameter" = { fg = "grey-500", modifiers = ["italic"] }
"ui.virtual.inlay-hint.type" = { fg = "grey-500" }
-"ui.virtual.jump-label" = { fg = "black", bg = "grey-200", modifiers = ["bold" ] }
"ui.menu" = { fg = "black", bg = "grey-300" }
"ui.menu.selected" = { fg = "white", bg = "light-blue" }
@@ -162,23 +158,16 @@
"ui.highlight" = { bg = "grey-300" }
-"ui.picker.header" = { fg = "purple"}
-"ui.picker.header.column.active" = { fg = "blue"}
-
"diagnostic.info" = { underline = { color = "blue", style = "dotted" } }
"diagnostic.hint" = { underline = { color = "green", style = "dashed" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.error" = { underline = { color = "red", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"info" = { fg = "blue", modifiers = ["bold"] }
"hint" = { fg = "green", modifiers = ["bold"] }
"warning" = { fg = "yellow", modifiers = ["bold"] }
"error" = { fg = "red", modifiers = ["bold"] }
-"tabstop" = { modifiers = ["italic"], bg = "grey-300" }
-
[palette]
white = "#FAFAFA"
yellow = "#FF6F00"