Skip to content

Commit

Permalink
material theme: add diagnostics and other missing stuff (helix-editor…
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-main authored and Schuyler Mortimer committed Jul 10, 2024
1 parent f90a8ea commit c373f1e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions runtime/themes/material_deep_ocean.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,27 @@
"ui.highlight" = { bg = "highlight" }

"ui.menu" = { bg = "highlight", fg = "text" }
"ui.menu.selected" = { bg = "blue", fg = "bg" }

"ui.help" = { bg = "highlight", fg = "text" }

"ui.popup" = { bg = "highlight", fg = "text" }

"ui.virtual.jump-label" = { fg = "purple", modifiers = ["bold"] }

warning = "yellow"
error = "error"
info = "blue"
hint = "purple"

"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"diagnostic" = { underline = { color = "error", style = "curl" } }
"diagnostic.info" = { underline = { color = "blue", style = "curl" } }
"diagnostic.hint" = { underline = { color = "purple", style = "curl" } }
"diagnostic.error" = { underline = { color = "error", style = "curl" } }
"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } }
"diagnostic.unnecessary" = { modifiers = ["dim"]}
"diagnostic.deprecated" = { modifiers = ["crossed_out"]}


[palette]
bg = "#0f111a"
Expand Down

0 comments on commit c373f1e

Please sign in to comment.