Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/base16_transparent.toml')
| -rw-r--r-- | runtime/themes/base16_transparent.toml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/runtime/themes/base16_transparent.toml b/runtime/themes/base16_transparent.toml index fc697b92..f8ee0890 100644 --- a/runtime/themes/base16_transparent.toml +++ b/runtime/themes/base16_transparent.toml @@ -3,15 +3,13 @@ "ui.background" = { fg = "white"} "ui.background.separator" = { fg = "gray" } -"ui.text" = { fg = "light-gray" } -"ui.text.focus" = { fg = "white" } "ui.menu" = { fg = "white" } "ui.menu.selected" = { modifiers = ["reversed"] } "ui.menu.scroll" = { fg = "light-gray" } -"ui.linenr" = { modifiers = ["dim"] } +"ui.linenr" = { fg = "light-gray" } "ui.linenr.selected" = { fg = "white", modifiers = ["bold"] } "ui.popup" = { fg = "white" } -"ui.window" = { fg = "gray" } +"ui.window" = { fg = "white" } "ui.selection" = { bg = "gray" } "comment" = "light-gray" "ui.statusline" = { fg = "white" } @@ -24,18 +22,9 @@ "ui.cursor.match" = { fg = "light-yellow", underline = { color = "light-yellow", style = "line" } } "ui.cursor.primary" = { modifiers = ["reversed", "slow_blink"] } "ui.cursor.secondary" = { modifiers = ["reversed"] } -"ui.cursorline.primary" = { underline = { color = "light-gray", style = "line" } } -"ui.cursorline.secondary" = { underline = { color = "light-gray", style = "line" } } -"ui.cursorcolumn.primary" = { bg = "gray" } -"ui.cursorcolumn.secondary" = { bg = "gray" } "ui.virtual.ruler" = { bg = "gray" } "ui.virtual.whitespace" = "gray" "ui.virtual.indent-guide" = "gray" -"ui.virtual.inlay-hint" = { fg = "white", bg = "gray" } -"ui.virtual.inlay-hint.parameter" = { fg = "white", bg = "gray"} -"ui.virtual.inlay-hint.type" = { fg = "white", bg = "gray"} -"ui.virtual.wrap" = "gray" -"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] } "variable" = "light-red" "constant.numeric" = "yellow" @@ -56,7 +45,6 @@ "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", underline = { color = "yellow", style = "line"} } "markup.link.text" = "light-red" "markup.quote" = "light-cyan" |