Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/spacebones_light.toml')
| -rw-r--r-- | runtime/themes/spacebones_light.toml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 9736ba35..0956afd2 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -14,7 +14,6 @@ "variable" = "#715ab1" "variable.builtin" = "#715ab1" "variable.parameter" = "#7590db" -"variable.other.member" = "#002db3" "type" = "#6c3163" "type.builtin" = "#6c3163" "constructor" = { fg = "#4e3163", modifiers = ["bold"] } @@ -35,7 +34,6 @@ "markup.list" = "theme_red" "markup.bold" = { fg = "theme_yellow", modifiers = ["bold"] } "markup.italic" = { fg = "theme_magenta", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "theme_yellow", modifiers = ["underlined"] } "markup.link.text" = "theme_red" "markup.quote" = "theme_cyan" @@ -63,8 +61,7 @@ "ui.window" = { bg = "bg1" } "ui.help" = { bg = "bg1", fg = "fg1" } "ui.text" = { fg = "fg1" } -"ui.text.focus" = { fg = "fg1", modifiers = ["bold"] } -"ui.text.directory" = { fg = "theme_blue" } +"ui.text.focus" = { fg = "fg1" } "ui.selection" = { bg = "hl2" } "ui.selection.primary" = { bg = "hl1" } "ui.cursor.primary" = { modifiers = ["reversed"] } @@ -75,12 +72,7 @@ "ui.virtual" = "base-dim" "ui.virtual.ruler" = { bg = "bg1" } -"diagnostic.warning" = { underline = { style = "curl", color = "meta" } } -"diagnostic.error" = { underline = { style = "curl", color = "#e0211d" } } -"diagnostic.info" = { underline = { style = "curl", color = "theme_yellow" } } -"diagnostic.hint" = { underline = { style = "curl", color = "bg2" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } +"diagnostic" = { modifiers = ["underlined"] } [palette] base = "#655370" |