]> git.huck.website - nvim.git/commitdiff
added: ledger highlighting main
authorHuck Boles <huck@huck.website>
Sat, 27 Apr 2024 18:10:46 +0000 (11:10 -0700)
committerHuck Boles <huck@huck.website>
Sat, 27 Apr 2024 18:23:35 +0000 (11:23 -0700)
lua/huck/theme.lua

index abe3b9056673fed6bec1fb4fadb6ea3ff2702d70..91f4db1444ad90dad893149285b73d3c83ff03f5 100644 (file)
@@ -405,3 +405,6 @@ highlight("GitSignsStagedChangedeleteLn", magenta, black, nil, nil)
 highlight("GitSignsDelete", red, black, nil, nil)
 highlight("GitSignsDeletePreview", red, black, nil, nil)
 highlight("GitSignsDeleteVirtLn", red, black, nil, nil)
+
+-- ledger negative balances
+highlight("negative_quantity", red, black, nil, nil)