Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruber-darker.toml')
| -rw-r--r-- | runtime/themes/gruber-darker.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/themes/gruber-darker.toml b/runtime/themes/gruber-darker.toml index 856743ec..355a3be8 100644 --- a/runtime/themes/gruber-darker.toml +++ b/runtime/themes/gruber-darker.toml @@ -54,7 +54,6 @@ "ui.window" = { fg = "bg1" } "ui.help" = { bg = "bg1", fg = "fg0" } "ui.text" = { fg = "fg0" } -"ui.text.directory" = { fg = "niagara0", modifiers = ["bold"] } "ui.text.focus" = { bg = "bg5", modifiers = ["bold"] } "ui.selection" = { bg = "bg2" } "ui.selection.primary" = { bg = "bg5" } @@ -68,14 +67,11 @@ "ui.virtual.ruler" = { bg = "bg1" } "ui.virtual.inlay-hint" = { fg = "bg7" } "ui.virtual.wrap" = { fg = "bg2" } -"ui.virtual.jump-label" = { fg = "red3", modifiers = ["bold"] } "diagnostic.warning" = { underline = { color = "orange1", style = "dashed" } } "diagnostic.error" = { underline = { color = "red3", style = "dashed" } } "diagnostic.info" = { underline = { color = "aqua1", style = "dashed" } } "diagnostic.hint" = { underline = { color = "blue0", style = "dashed" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "markup.heading" = { fg = "aqua1", modifiers = ["bold"] } "markup.bold" = { modifiers = ["bold"] } |