Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/base16_default_light.toml')
| -rw-r--r-- | runtime/themes/base16_default_light.toml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/runtime/themes/base16_default_light.toml b/runtime/themes/base16_default_light.toml index 16e38e74..2273c191 100644 --- a/runtime/themes/base16_default_light.toml +++ b/runtime/themes/base16_default_light.toml @@ -10,18 +10,17 @@ "ui.selection" = { bg = "base02" } "comment" = { fg = "base03", modifiers = ["italic"] } "ui.statusline" = { fg = "base04", bg = "base01" } +"ui.help" = { fg = "base04", bg = "base01" } "ui.cursor" = { fg = "base04", modifiers = ["reversed"] } "ui.cursor.primary" = { fg = "base05", modifiers = ["reversed"] } -"ui.virtual.whitespace" = "base03" -"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] } -"ui.virtual.ruler" = { bg = "base01" } +"ui.virtual" = "base03" "ui.text" = "base05" "operator" = "base05" "ui.text.focus" = "base05" "variable" = "base08" "constant.numeric" = "base09" "constant" = "base09" -"attribute" = "base09" +"attributes" = "base09" "type" = "base0A" "ui.cursor.match" = { fg = "base0A", modifiers = ["underlined"] } "string" = "base0B" @@ -39,7 +38,6 @@ "markup.list" = "base08" "markup.bold" = { fg = "base0A", modifiers = ["bold"] } "markup.italic" = { fg = "base0E", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "base09", modifiers = ["underlined"] } "markup.link.text" = "base08" "markup.quote" = "base0C" @@ -57,9 +55,6 @@ "warning" = "base09" "error" = "base08" -"ui.bufferline" = { fg = "base04", bg = "base01" } -"ui.bufferline.active" = { fg = "base07", bg = "base00" } - [palette] base00 = "#f8f8f8" # Default Background base01 = "#e8e8e8" # Lighter Background (Used for status bars, line number and folding marks) |