Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/tokyonight.toml')
| -rw-r--r-- | runtime/themes/tokyonight.toml | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml index 2d41764c..95ebd408 100644 --- a/runtime/themes/tokyonight.toml +++ b/runtime/themes/tokyonight.toml @@ -3,7 +3,6 @@ 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" } @@ -59,15 +58,13 @@ variable = { fg = "fg" } "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"] } +info = { fg = "info" } +warning = { fg = "yellow" } +"diagnostic.error" = { underline = { style = "curl" } } +"diagnostic.warning" = { underline = { style = "curl" } } +"diagnostic.info" = { underline = { style = "curl" } } +"diagnostic.hint" = { underline = { style = "curl" } } "ui.background" = { bg = "bg", fg = "fg" } "ui.cursor" = { modifiers = ["reversed"] } @@ -79,22 +76,20 @@ hint = { fg = "hint" } "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.selection" = { bg = "bg-highlight" } +"ui.selection.primary" = { bg = "bg-highlight" } "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" = { bg = "bg", fg = "fg" } +"ui.text.focus" = { bg = "bg-visual" } "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"] } [palette] @@ -119,8 +114,8 @@ change = "#6183bb" delete = "#914c54" error = "#db4b4b" -info = "#0db9d7" hint = "#1abc9c" +info = "#0db9d7" fg = "#c0caf5" fg-dark = "#a9b1d6" @@ -131,6 +126,6 @@ border = "#15161e" border-highlight = "#27a1b9" bg = "#1a1b26" bg-inlay = "#1a2b32" -bg-selection = "#283457" +bg-highlight = "#292e42" bg-menu = "#16161e" -bg-focus = "#292e42" +bg-visual = "#283457" |