Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onelight.toml')
| -rw-r--r-- | runtime/themes/onelight.toml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml index 9fc8ef65..e395716d 100644 --- a/runtime/themes/onelight.toml +++ b/runtime/themes/onelight.toml @@ -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,7 +133,6 @@ "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" } @@ -162,9 +159,6 @@ "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" } } @@ -177,8 +171,6 @@ "warning" = { fg = "yellow", modifiers = ["bold"] } "error" = { fg = "red", modifiers = ["bold"] } -"tabstop" = { modifiers = ["italic"], bg = "grey-300" } - [palette] white = "#FAFAFA" yellow = "#FF6F00" |