Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ayu_mirage.toml')
-rw-r--r--runtime/themes/ayu_mirage.toml92
1 files changed, 0 insertions, 92 deletions
diff --git a/runtime/themes/ayu_mirage.toml b/runtime/themes/ayu_mirage.toml
deleted file mode 100644
index 0fd53a4b..00000000
--- a/runtime/themes/ayu_mirage.toml
+++ /dev/null
@@ -1,92 +0,0 @@
-# Author: André Sá <[email protected]>
-# Based on the AYU theme colors from https://github.com/dempfi/ayu
-
-# Syntax highlighting
-"type" = "blue"
-"type.builtin" = "blue"
-"constructor" = "green"
-"constant" = "magenta"
-"string" = "green"
-"string.regexp" = "orange"
-"string.special" = "yellow"
-"comment" = { fg = "gray", modifiers = ["italic"] }
-"variable" = "foreground"
-"label" = "orange"
-"punctuation" = "foreground"
-"keyword" = "orange"
-"keyword.control" = "yellow"
-"keyword.directive" = "yellow"
-"operator" = "orange"
-"function" = "yellow"
-"tag" = "blue"
-"namespace" = "blue"
-"markup.heading" = "orange"
-"markup.list" = "yellow"
-"markup.bold" = { fg = "orange", modifiers = ["bold"] }
-"markup.italic" = { fg = "orange", modifiers = ["italic"] }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
-"markup.raw.block" = "orange"
-"markup.link.url" = "blue"
-"markup.link.text" = "yellow"
-"markup.link.label" = "green"
-"markup.quote" = "yellow"
-"diff.plus" = "green"
-"diff.minus" = "red"
-"diff.delta" = "yellow"
-
-# Interface
-"ui.background"= { bg = "background" }
-"ui.cursor" = { fg = "dark_gray", bg = "yellow" }
-"ui.cursor.primary" = { fg = "dark_gray", bg = "orange" }
-"ui.cursor.match" = "orange"
-"ui.linenr" = "dark_gray"
-"ui.linenr.selected" = "gray"
-"ui.statusline" = { fg = "foreground", bg = "black" }
-"ui.statusline.normal" = { fg = "black", bg = "blue" }
-"ui.statusline.insert" = { fg = "black", bg = "orange" }
-"ui.statusline.select" = { fg = "black", bg = "magenta" }
-"ui.cursorline" = { bg = "black" }
-"ui.popup" = { fg = "#7B91b3", bg = "black" }
-"ui.window" = "dark_gray"
-"ui.help" = { fg = "#7B91b3", bg = "black" }
-"ui.text" = "foreground"
-"ui.text.focus" = { bg = "dark_gray", fg = "foreground" }
-"ui.text.info" = "foreground"
-"ui.virtual.whitespace" = "dark_gray"
-"ui.virtual.ruler" = { bg = "black" }
-"ui.virtual.inlay-hint" = { fg = "#ffcc66", bg = "#47433d" } # original bg #ffcc6633
-"ui.menu" = { fg = "foreground", bg = "black" }
-"ui.menu.selected" = { bg = "gray", fg = "background" }
-"ui.selection" = { bg = "dark_gray" }
-"warning" = "yellow"
-"error" = { fg = "red", modifiers = ["bold"] }
-"info" = { fg = "blue", modifiers = ["bold"] }
-"hint" = { fg = "blue", modifiers = ["bold"] }
-"diagnostic.hint"= { underline = { color = "blue", style = "curl" } }
-"diagnostic.info"= { underline = { color = "blue", style = "curl" } }
-"diagnostic.warning"= { underline = { color = "yellow", style = "curl" } }
-"diagnostic.error"= { underline = { color = "red", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
-"ui.bufferline" = { fg = "gray", bg = "background" }
-"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
-"ui.debug" = { fg = "orange", bg = "background" }
-"ui.highlight.frameline" = { bg = "#0067a3" }
-"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }
-
-"special" = "orange"
-
-[palette]
-background = "#1f2430"
-foreground = "#cccac2"
-
-black = "#1a1f29"
-blue = "#73d0ff"
-dark_gray = "#323843"
-cyan = "#444b55"
-gray = "#565b66"
-green = "#d5ff80"
-magenta = "#dfbfff"
-orange = "#ffad66"
-red = "#f28779"
-yellow = "#ffcc77"