Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai.toml')
| -rw-r--r-- | runtime/themes/monokai.toml | 59 |
1 files changed, 11 insertions, 48 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index dfa7040c..a8f03ff3 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -1,15 +1,13 @@ # Author: Shafkath Shuhan <[email protected]> -"tag" = { fg = "tag" } - "namespace" = { fg = "type" } "module" = { fg = "type" } "type" = { fg = "type" } "type.builtin" = { fg = "#66D9EF" } "type.enum.variant" = { fg = "text" } -"constructor" = { fg = "fn_declaration" } -"variable.other.member" = { fg = "variable" } +"constructor" = { fg = "text" } +"property" = { fg = "variable" } "keyword" = { fg = "keyword" } "keyword.directive" = { fg = "keyword" } @@ -34,38 +32,18 @@ "attribute" = { fg = "fn_declaration" } "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" } "string.regexp" = { fg = "regex" } -"constant.numeric" = { fg = "#ae81ff" } -"constant.character.escape" = { fg = "#ae81ff" } - -# TODO -"markup.heading" = "blue" -"markup.list" = "red" -"markup.bold" = { fg = "yellow", modifiers = ["bold"] } -"markup.italic" = { fg = "magenta", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } -"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] } -"markup.link.text" = "red" -"markup.quote" = "cyan" -"markup.raw" = "green" - -"diff.plus" = { fg = "#a6e22e" } -"diff.delta" = { fg = "#fd971f" } -"diff.minus" = { fg = "#f92672" } +"number" = { fg = "#ae81ff" } +"escape" = { fg = "#ae81ff" } "ui.background" = { fg = "text", bg = "background" } "ui.window" = { bg = "widget" } -"ui.popup" = { fg = "text", bg = "widget" } -"ui.help" = { fg = "text", bg = "widget" } -"ui.menu" = { fg = "text", bg = "widget" } -"ui.menu.selected" = { bg = "#414339" } +"ui.popup" = { bg = "widget" } +"ui.help" = { bg = "widget" } +"ui.menu.selected" = { bg = "widget" } "ui.cursor" = { fg = "cursor", modifiers = ["reversed"] } "ui.cursor.primary" = { fg = "cursor", modifiers = ["reversed"] } @@ -77,31 +55,18 @@ "ui.linenr" = { fg = "#90908a" } "ui.linenr.selected" = { fg = "#c2c2bf" } -"ui.cursorline" = { bg = "#24241e" } -"ui.statusline" = { fg = "active_text", bg = "#414339" } +"ui.statusline" = { fg = "active_text", bg = "#75715e" } "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" = { fg = "text", bg = "background" } "ui.text.focus" = { fg = "active_text" } "warning" = { fg = "#cca700" } "error" = { fg = "#f48771" } "info" = { fg = "#75beff" } -"hint" = { fg = "#eeeeb3" } +"hint" = { fg = "#eeeeeeb3" } -"diagnostic.warning" = { underline = { color = "#cca700", style = "curl" } } -"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"] } +diagnostic = { modifiers = ["underlined"] } [palette] type = "#A6E22E" @@ -117,5 +82,3 @@ active_text = "#ffffff" cursor = "#a6a6a6" inactive_cursor = "#878b91" widget = "#1e1f1c" -selection = "#414339" -tag = "#F92672" |