Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml index b316e8142..ca0b28057 100644 --- a/theme.toml +++ b/theme.toml @@ -34,6 +34,10 @@ label = "honey" "markup.link.url" = { fg = "silver", modifiers = ["underlined"] } "markup.raw" = "almond" +"diff.plus" = "#35bf86" +"diff.minus" = "#f22c86" +"diff.delta" = "#6f44f0" + # TODO: diferentiate doc comment # concat (ERROR) @error.syntax and "MISSING ;" selectors for errors |