Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onelight.toml')
| -rw-r--r-- | runtime/themes/onelight.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml index 9fc8ef65..b812670d 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"] } @@ -163,7 +162,7 @@ "ui.highlight" = { bg = "grey-300" } "ui.picker.header" = { fg = "purple"} -"ui.picker.header.column.active" = { fg = "blue"} +"ui.picker.header.active" = { fg = "blue"} "diagnostic.info" = { underline = { color = "blue", style = "dotted" } } "diagnostic.hint" = { underline = { color = "green", style = "dashed" } } |