Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/material_deep_ocean.toml')
| -rw-r--r-- | runtime/themes/material_deep_ocean.toml | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/runtime/themes/material_deep_ocean.toml b/runtime/themes/material_deep_ocean.toml index 76041d07..b98a32e5 100644 --- a/runtime/themes/material_deep_ocean.toml +++ b/runtime/themes/material_deep_ocean.toml @@ -60,13 +60,12 @@ "ui.background" = { bg = "bg", fg = "text" } "ui.text" = { fg = "text" } -"ui.text.directory" = { fg = "blue" } "ui.statusline" = { bg = "bg", fg = "text" } "ui.statusline.inactive" = { bg = "bg", fg = "disabled" } -"ui.statusline.normal" = { bg = "blue", fg = "bg" } -"ui.statusline.insert" = { bg = "green", fg = "bg" } -"ui.statusline.select" = { bg = "purple", fg = "bg" } +"ui.statusline.normal" = { bg = "accent", fg = "text" } +"ui.statusline.insert" = { bg = "green", fg = "text" } +"ui.statusline.select" = { bg = "purple", fg = "text" } "ui.selection" = { bg = "selection" } @@ -77,7 +76,7 @@ "ui.cursor" = { bg = "highlight", fg = "white" } "ui.cursor.primary" = { bg = "white", fg = "gray" } -"ui.cursorline.primary" = { bg = "active" } +"ui.cursorline.primary" = { bg = "white" } "ui.virtual" = { fg = "gray" } "ui.virtual.ruler" = { bg = "highlight" } @@ -86,28 +85,16 @@ "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" = { 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" text = "#a6accd" @@ -127,7 +114,6 @@ disabled = "#464b5d" accent = "#84ffff" -active = "#1a1c25" highlight = "#1f2233" comment = "#464b5d" |