Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/monokai_pro_machine.toml')
-rw-r--r--runtime/themes/monokai_pro_machine.toml131
1 files changed, 0 insertions, 131 deletions
diff --git a/runtime/themes/monokai_pro_machine.toml b/runtime/themes/monokai_pro_machine.toml
deleted file mode 100644
index e1f74b1c..00000000
--- a/runtime/themes/monokai_pro_machine.toml
+++ /dev/null
@@ -1,131 +0,0 @@
-# Author : WindSoilder<[email protected]>
-# The unofficial Monokai Pro theme, simply migrate from jetbrains monokai pro theme: https://github.com/subtheme-dev/monokai-pro
-# Credit goes to the original creator: https://monokai.pro
-
-"ui.linenr.selected" = { bg = "base3" }
-"ui.text.focus" = { fg = "yellow", modifiers= ["bold"] }
-"ui.menu" = { fg = "base8", bg = "base3" }
-"ui.menu.selected" = { fg = "base2", bg = "yellow" }
-"ui.virtual.whitespace" = "base5"
-"ui.virtual.ruler" = { bg = "base1" }
-"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] }
-
-"info" = "base8"
-"hint" = "base8"
-
-# background color
-"ui.background" = { bg = "base2" }
-"ui.statusline.inactive" = { fg = "base8", bg = "base8x0c" }
-
-# status bars, panels, modals, autocompletion
-"ui.statusline" = { fg = "base8", bg = "base4" }
-"ui.popup" = { bg = "base3" }
-"ui.window" = { bg = "base3" }
-"ui.help" = { fg = "base8", bg = "base3" }
-
-# active line, highlighting
-"ui.selection" = { bg = "base4" }
-"ui.cursor.match" = { bg = "base4" }
-"ui.cursorline" = { bg = "base1" }
-
-# bufferline, inlay hints
-"ui.bufferline" = { fg = "base6", bg = "base8x0c" }
-"ui.bufferline.active" = { fg = "base8", bg = "base4" }
-"ui.virtual.inlay-hint" = { fg = "base6" }
-
-# comments, nord3 based lighter color
-"comment" = { fg = "base5", modifiers = ["italic"] }
-"ui.linenr" = { fg = "base5" }
-
-# cursor, variables, constants, attributes, fields
-"ui.cursor.primary" = { fg = "base7", modifiers = ["reversed"] }
-"attribute" = "blue"
-"variable" = "base8"
-"constant" = "orange"
-"variable.builtin" = "red"
-"constant.builtin" = "red"
-"namespace" = "base8"
-
-# base text, punctuation
-"ui.text" = { fg = "base8" }
-"punctuation" = "base6"
-
-# classes, types, primitives
-"type" = "green"
-"type.builtin" = { fg = "red"}
-"label" = "base8"
-
-# declaration, methods, routines
-"constructor" = "blue"
-"function" = "green"
-"function.macro" = { fg = "blue" }
-"function.builtin" = { fg = "cyan" }
-
-# operator, tags, units, punctuations
-"operator" = "red"
-"variable.other.member" = "base8"
-
-# keywords, special
-"keyword" = { fg = "red" }
-"keyword.directive" = "blue"
-"variable.parameter" = "#f59762"
-
-# error
-"error" = "red"
-
-# annotations, decorators
-"special" = "#f59762"
-"module" = "#f59762"
-
-# warnings, escape characters, regex
-"warning" = "orange"
-"constant.character.escape" = { fg = "base8" }
-
-# strings
-"string" = "yellow"
-
-# integer, floating point
-"constant.numeric" = "purple"
-
-# vcs
-"diff.plus" = "green"
-"diff.delta" = "orange"
-"diff.minus" = "red"
-
-# make diagnostic underlined, to distinguish with selection text.
-"diagnostic.warning" = { underline = { color = "orange", style = "curl" } }
-"diagnostic.error" = { underline = { color = "red", style = "curl" } }
-"diagnostic.info" = { underline = { color = "base8", style = "curl" } }
-"diagnostic.hint" = { underline = { color = "base8", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
-
-# markup highlight, no need for `markup.raw` and `markup.list`, make them to be default
-"markup.heading" = "green"
-"markup.bold" = { fg = "orange", modifiers = ["bold"] }
-"markup.italic" = { fg = "orange", modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
-"markup.link.url" = { fg = "orange", modifiers = ["underlined"] }
-"markup.link.text" = "yellow"
-"markup.quote" = "green"
-
-[palette]
-# primary colors
-"red" = "#ff6d7e"
-"orange" = "#ffb270"
-"yellow" = "#ffed72"
-"green" = "#a2e57b"
-"blue" = "#7cd5f1"
-"purple" = "#baa0f8"
-# base colors
-"base0" = "#161b1e"
-"base1" = "#1d2528"
-"base2" = "#273136"
-"base3" = "#3a4449"
-"base4" = "#545f62"
-"base5" = "#6b7678"
-"base6" = "#798384"
-"base7" = "#b8c4c3"
-"base8" = "#f2fffc"
-# variants
-"base8x0c" = "#303a3e"