Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai.toml')
| -rw-r--r-- | runtime/themes/monokai.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index dfa7040c..913cc49b 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -1,7 +1,5 @@ # Author: Shafkath Shuhan <[email protected]> -"tag" = { fg = "tag" } - "namespace" = { fg = "type" } "module" = { fg = "type" } @@ -36,7 +34,6 @@ "comment" = { fg = "#88846F" } "ui.virtual.whitespace" = "#88846F" "ui.virtual.ruler" = { bg = "#24241e" } -"ui.virtual.jump-label" = { fg = "special", modifiers = ["bold"] } "string" = { fg = "#e6db74" } "constant.character" = { fg = "#e6db74" } @@ -81,13 +78,6 @@ "ui.statusline" = { fg = "active_text", bg = "#414339" } "ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" } -# Malformed ANSI: grey2, bg3. See 'https://github.com/helix-editor/helix/issues/5709' -# "ui.bufferline" = { fg = "grey2", bg = "bg3" } -"ui.bufferline.active" = { fg = "active_text", bg = "selection", modifiers = [ - "bold", -] } -"ui.virtual.inlay-hint" = { fg = "#88846F" } - "ui.text" = { fg = "text" } "ui.text.focus" = { fg = "active_text" } @@ -100,8 +90,6 @@ "diagnostic.error" = { underline = { color = "#f48771", style = "curl" } } "diagnostic.info" = { underline = { color = "#75beff", style = "curl" } } "diagnostic.hint" = { underline = { color = "#eeeeb3", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] type = "#A6E22E" @@ -118,4 +106,3 @@ cursor = "#a6a6a6" inactive_cursor = "#878b91" widget = "#1e1f1c" selection = "#414339" -tag = "#F92672" |