# HG changeset patch # User Zeger Van de Vannet # Date 1701935192 -3600 # Node ID ed2d383b97a779dd97f86e82c65b8244c2582736 # Parent 7810e6006a61b9776e5afca10148e7705d5da752 feat: add highlighting for diffs diff -r 7810e6006a61 -r ed2d383b97a7 dot_config/helix/themes/tutticolori.toml --- 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"] }