Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/tokyonight.toml')
-rw-r--r--runtime/themes/tokyonight.toml175
1 files changed, 65 insertions, 110 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml
index 2d41764c..4847d92c 100644
--- a/runtime/themes/tokyonight.toml
+++ b/runtime/themes/tokyonight.toml
@@ -1,101 +1,70 @@
-# Author: Paul Graydon <[email protected]>
+# Author: Paul Graydon <[email protected]>
-attribute = { fg = "cyan" }
-comment = { fg = "comment", modifiers = ["italic"] }
-"comment.block.documentation" = { fg = "yellow" }
-"comment.line.documentation" = { fg = "yellow" }
-constant = { fg = "orange" }
-"constant.builtin" = { fg = "aqua" }
-"constant.character" = { fg = "light-green" }
+"comment" = { fg = "comment", modifiers = ["italic"] }
+"constant" = { fg = "orange" }
"constant.character.escape" = { fg = "magenta" }
-constructor = { fg = "aqua" }
-function = { fg = "blue", modifiers = ["italic"] }
-"function.builtin" = { fg = "aqua" }
+"function" = { fg = "blue", modifiers = ["italic"] }
"function.macro" = { fg = "cyan" }
-"function.special" = { fg = "cyan" }
-keyword = { fg = "purple", modifiers = ["italic"] }
+"keyword" = { fg = "cyan", modifiers = ["italic"] }
"keyword.control" = { fg = "magenta" }
"keyword.control.import" = { fg = "cyan" }
-"keyword.control.return" = { fg = "purple", modifiers = ["italic"] }
-"keyword.directive" = { fg = "cyan" }
-"keyword.function" = { fg = "magenta" }
-"keyword.operator" = { fg = "magenta" }
-label = { fg = "blue" }
-namespace = { fg = "cyan" }
-operator = { fg = "turquoise" }
-punctuation = { fg = "turquoise" }
-special = { fg = "aqua" }
-string = { fg = "light-green" }
-"string.regexp" = { fg = "light-cyan" }
-"string.special" = { fg = "aqua" }
-tag = { fg = "magenta" }
-type = { fg = "aqua" }
-"type.builtin" = { fg = "aqua" }
-"type.enum.variant" = { fg = "orange" }
-variable = { fg = "fg" }
+"keyword.operator" = { fg = "turquoise" }
+"keyword.function" = { fg = "magenta", modifiers = ["italic"] }
+"operator" = { fg = "turquoise" }
+"punctuation" = { fg = "turquoise" }
+"string" = { fg = "light-green" }
+"string.regexp" = { fg = "light-blue" }
+"tag" = { fg = "red" }
+"type" = { fg = "teal" }
+"namespace" = { fg = "blue" }
+"variable" = { fg = "white" }
"variable.builtin" = { fg = "red" }
"variable.other.member" = { fg = "green" }
"variable.parameter" = { fg = "yellow", modifiers = ["italic"] }
-"markup.bold" = { modifiers = ["bold"] }
-"markup.heading" = { fg = "blue", modifiers = ["bold"] }
-"markup.heading.completion" = { bg = "bg-menu", fg = "fg" }
-"markup.heading.hover" = { bg = "fg-selected" }
-"markup.italic" = { modifiers = ["italic"] }
-"markup.link" = { fg = "blue", underline = { style = "line" } }
-"markup.link.label" = { fg = "teal" }
-"markup.link.text" = { fg = "teal" }
-"markup.link.url" = { underline = { style = "line" } }
-"markup.list" = { fg = "orange", modifiers = ["bold"] }
-"markup.normal.completion" = { fg = "comment" }
-"markup.normal.hover" = { fg = "fg-dark" }
-"markup.raw" = { fg = "teal" }
-"markup.raw.inline" = { bg = "black", fg = "blue" }
-"markup.strikethrough" = { modifiers = ["crossed_out"] }
+"diff.plus" = { fg = "green" }
+"diff.delta" = { fg = "orange" }
+"diff.minus" = { fg = "red" }
-"diff.delta" = { fg = "change" }
-"diff.delta.moved" = { fg = "blue" }
-"diff.minus" = { fg = "delete" }
-"diff.plus" = { fg = "add" }
-
-error = { fg = "error" }
-warning = { fg = "yellow" }
-info = { fg = "info" }
-hint = { fg = "hint" }
-"diagnostic.error" = { underline = { style = "curl", color = "error" } }
-"diagnostic.warning" = { underline = { style = "curl", color = "yellow"} }
-"diagnostic.info" = { underline = { style = "curl", color = "info"} }
-"diagnostic.hint" = { underline = { style = "curl", color = "hint" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
-
-"ui.background" = { bg = "bg", fg = "fg" }
+"ui.background" = { fg = "foreground", bg = "background" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "orange", modifiers = ["bold"] }
-"ui.cursorline.primary" = { bg = "bg-menu" }
-"ui.help" = { bg = "bg-menu", fg = "fg" }
-"ui.linenr" = { fg = "fg-gutter" }
-"ui.linenr.selected" = { fg = "fg-linenr" }
-"ui.menu" = { bg = "bg-menu", fg = "fg" }
-"ui.menu.selected" = { bg = "fg-selected" }
-"ui.popup" = { bg = "bg-menu", fg = "border-highlight" }
-"ui.selection" = { bg = "bg-selection" }
-"ui.selection.primary" = { bg = "bg-selection" }
-"ui.statusline" = { bg = "bg-menu", fg = "fg-dark" }
-"ui.statusline.inactive" = { bg = "bg-menu", fg = "fg-gutter" }
-"ui.statusline.normal" = { bg = "blue", fg = "bg", modifiers = ["bold"] }
-"ui.statusline.insert" = { bg = "light-green", fg = "bg", modifiers = ["bold"] }
-"ui.statusline.select" = { bg = "magenta", fg = "bg", modifiers = ["bold"] }
-"ui.text" = { fg = "fg" }
-"ui.text.focus" = { bg = "bg-focus" }
-"ui.text.inactive" = { fg = "comment", modifiers = ["italic"] }
-"ui.text.info" = { bg = "bg-menu", fg = "fg" }
-"ui.text.directory" = { fg = "cyan" }
-"ui.virtual.ruler" = { bg = "fg-gutter" }
-"ui.virtual.whitespace" = { fg = "fg-gutter" }
-"ui.virtual.inlay-hint" = { bg = "bg-inlay", fg = "teal" }
-"ui.virtual.jump-label" = { fg = "orange", modifiers = ["bold"] }
-"ui.window" = { fg = "border", modifiers = ["bold"] }
+"ui.cursor.primary" = { modifiers = ["reversed"] }
+"ui.cursorline.primary" = { bg = "background_menu" }
+"ui.help" = { fg = "foreground", bg = "background_menu" }
+"ui.linenr" = { fg = "foreground_gutter" }
+"ui.linenr.selected" = { fg = "foreground" }
+"ui.menu" = { fg = "foreground", bg = "background_menu" }
+"ui.menu.selected" = { bg = "background_highlight" }
+"ui.popup" = { fg = "foreground", bg = "background_menu" }
+"ui.selection" = { bg = "background_highlight" }
+"ui.selection.primary" = { bg = "background_highlight" }
+"ui.statusline" = { fg = "foreground", bg = "background_menu" }
+"ui.statusline.inactive" = { fg = "foreground_gutter", bg = "background_menu" }
+"ui.statusline.normal" = { fg = "black", bg = "blue" }
+"ui.statusline.insert" = { fg = "black", bg = "green" }
+"ui.statusline.select" = { fg = "black", bg = "magenta" }
+"ui.text" = { fg = "foreground" }
+"ui.text.focus" = { fg = "cyan" }
+"ui.virtual.ruler" = { bg = "foreground_gutter" }
+"ui.virtual.whitespace" = { fg = "foreground_gutter" }
+"ui.window" = { fg = "black" }
+
+"error" = { fg = "red" }
+"warning" = { fg = "yellow" }
+"info" = { fg = "blue" }
+"hint" = { fg = "teal" }
+"diagnostic" = { modifiers = ["underlined"] }
+"special" = { fg = "orange" }
+
+"markup.heading" = { fg = "cyan", modifiers = ["bold"] }
+"markup.list" = { fg = "cyan" }
+"markup.bold" = { fg = "orange", modifiers = ["bold"] }
+"markup.italic" = { fg = "yellow", modifiers = ["italic"] }
+"markup.link.url" = { fg = "green" }
+"markup.link.text" = { fg = "light-gray" }
+"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
+"markup.raw" = { fg = "cyan" }
[palette]
red = "#f7768e"
@@ -103,34 +72,20 @@ orange = "#ff9e64"
yellow = "#e0af68"
light-green = "#9ece6a"
green = "#73daca"
-aqua = "#2ac3de"
-teal = "#1abc9c"
turquoise = "#89ddff"
light-cyan = "#b4f9f8"
+teal = "#2ac3de"
cyan = "#7dcfff"
blue = "#7aa2f7"
-purple = "#9d7cd8"
magenta = "#bb9af7"
+white = "#c0caf5"
+light-gray = "#9aa5ce"
+parameters = "#cfc9c2"
comment = "#565f89"
black = "#414868"
-
-add = "#449dab"
-change = "#6183bb"
-delete = "#914c54"
-
-error = "#db4b4b"
-info = "#0db9d7"
-hint = "#1abc9c"
-
-fg = "#c0caf5"
-fg-dark = "#a9b1d6"
-fg-gutter = "#3b4261"
-fg-linenr = "#737aa2"
-fg-selected = "#343a55"
-border = "#15161e"
-border-highlight = "#27a1b9"
-bg = "#1a1b26"
-bg-inlay = "#1a2b32"
-bg-selection = "#283457"
-bg-menu = "#16161e"
-bg-focus = "#292e42"
+foreground = "#a9b1d6"
+foreground_highlight = "#c0caf5"
+foreground_gutter = "#363b54"
+background = "#1a1b26"
+background_highlight = "#30374b"
+background_menu = "#16161e"