Mercurial > dotfiles
changeset 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 | 7810e6006a61 |
children | 5d48918b3a65 |
files | dot_config/helix/themes/tutticolori.toml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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"] }