Mercurial > dotfiles
diff dot_config/helix/themes/tutticolori.toml @ 818:ed2d383b97a7
feat: add highlighting for diffs
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 07 Dec 2023 08:46:32 +0100 |
parents | 39b3cbfa80c4 |
children | 5d48918b3a65 |
line wrap: on
line diff
--- a/dot_config/helix/themes/tutticolori.toml Tue Dec 05 22:50:09 2023 +0100 +++ b/dot_config/helix/themes/tutticolori.toml Thu Dec 07 08:46:32 2023 +0100 @@ -24,6 +24,9 @@ "info" = { fg = "green" } "hint" = { fg = "sky" } +"diff.plus" = { fg = "green" } +"diff.minus" = { fg = "error-red" } +"diff.delta" = { fg = "purple-light" } "comment" = { fg = "gray", modifiers = ["italic"] } "operator" = { fg = "blue", bg = "ice-light", modifiers = ["bold"] }