diff options
Diffstat (limited to 'base16_theme.toml')
-rw-r--r-- | base16_theme.toml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/base16_theme.toml b/base16_theme.toml index bb60a3ea..42e02a98 100644 --- a/base16_theme.toml +++ b/base16_theme.toml @@ -11,7 +11,7 @@ "ui.statusline" = { fg = "black", bg = "white" } "ui.statusline.inactive" = { fg = "gray", bg = "white" } "ui.help" = { modifiers = ["reversed"] } -"ui.cursor" = { modifiers = ["reversed"] } +"ui.cursor" = { fg = "white", modifiers = ["reversed"] } "variable" = "red" "constant.numeric" = "yellow" "constant" = "yellow" @@ -29,6 +29,15 @@ "namespace" = "magenta" "ui.help" = { fg = "white", bg = "black" } +"markup.heading" = "blue" +"markup.list" = "red" +"markup.bold" = { fg = "yellow", modifiers = ["bold"] } +"markup.italic" = { fg = "magenta", modifiers = ["italic"] } +"markup.link.url" = { fg = "yellow", modifiers = ["underlined"] } +"markup.link.text" = "red" +"markup.quote" = "cyan" +"markup.raw" = "green" + "diff.plus" = "green" "diff.delta" = "yellow" "diff.minus" = "red" |