Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/github_light.toml')
-rw-r--r--runtime/themes/github_light.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/themes/github_light.toml b/runtime/themes/github_light.toml
index d6feaea9..3e226969 100644
--- a/runtime/themes/github_light.toml
+++ b/runtime/themes/github_light.toml
@@ -59,10 +59,7 @@ label = "scale.red.5"
"ui.text" = { fg = "fg.muted" }
"ui.text.focus" = { fg = "fg.default" }
"ui.text.inactive" = "fg.subtle"
-"ui.text.directory" = { fg = "scale.blue.4" }
"ui.virtual" = { fg = "scale.gray.2" }
-"ui.virtual.ruler" = { bg = "canvas.subtle" }
-"ui.virtual.jump-label" = { modifiers = ["reversed"] }
"ui.selection" = { bg = "scale.blue.0" }
"ui.selection.primary" = { bg = "scale.blue.1" }
@@ -80,8 +77,6 @@ label = "scale.red.5"
"diagnostic.info" = { underline = { color = "accent.fg", style = "curl" } }
"diagnostic.warning" = { underline = { color = "attention.fg", style = "curl" } }
"diagnostic.error" = { underline = { color = "danger.fg", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
hint = "success.fg"
info = "accent.fg"