Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/base16_terminal.toml')
| -rw-r--r-- | runtime/themes/base16_terminal.toml | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/runtime/themes/base16_terminal.toml b/runtime/themes/base16_terminal.toml deleted file mode 100644 index c8530c79..00000000 --- a/runtime/themes/base16_terminal.toml +++ /dev/null @@ -1,55 +0,0 @@ -# Author: NNB <[email protected]> - -"ui.menu" = { fg = "light-gray", bg = "gray" } -"ui.menu.selected" = { modifiers = ["reversed"] } -"ui.linenr" = { fg = "light-gray", bg = "black" } -"ui.popup" = { bg = "black" } -"ui.window" = { bg = "black" } -"ui.linenr.selected" = { fg = "white", bg = "black", modifiers = ["bold"] } -"ui.selection" = { fg = "gray", modifiers = ["reversed"] } -"comment" = { fg = "light-gray", modifiers = ["italic"] } -"ui.statusline" = { fg = "white", bg = "black" } -"ui.statusline.inactive" = { fg = "gray", bg = "black" } -"ui.help" = { fg = "white", bg = "black" } -"ui.cursor" = { fg = "light-gray", modifiers = ["reversed"] } -"ui.cursor.primary" = { fg = "light-gray", modifiers = ["reversed"] } -"ui.virtual.whitespace" = "light-gray" -"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] } -"ui.virtual.ruler" = { bg = "black" } -"variable" = "light-red" -"constant.numeric" = "yellow" -"constant" = "yellow" -"attribute" = "yellow" -"type" = "light-yellow" -"ui.cursor.match" = { fg = "light-yellow", modifiers = ["underlined"] } -"string" = "light-green" -"variable.other.member" = "light-green" -"constant.character.escape" = "light-cyan" -"function" = "light-blue" -"constructor" = "light-blue" -"special" = "light-blue" -"keyword" = "light-magenta" -"label" = "light-magenta" -"namespace" = "light-magenta" - -"markup.heading" = "light-blue" -"markup.list" = "light-red" -"markup.bold" = { fg = "light-yellow", modifiers = ["bold"] } -"markup.italic" = { fg = "light-magenta", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } -"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] } -"markup.link.text" = "light-red" -"markup.quote" = "light-cyan" -"markup.raw" = "light-green" - -"diff.plus" = "light-green" -"diff.delta" = "yellow" -"diff.minus" = "light-red" - -"diagnostic" = { modifiers = ["underlined"] } -"ui.gutter" = { bg = "black" } -"info" = "light-blue" -"hint" = "gray" -"debug" = "gray" -"warning" = "yellow" -"error" = "light-red" |