Fix terminal colours in dark mode

This commit is contained in:
Max Bucknell 2024-10-25 21:45:46 +11:00
parent b6c97bd04c
commit 51ca9b030f
No known key found for this signature in database

View file

@ -177,5 +177,9 @@ LP_COLOR_COMMITS=""
LP_COLOR_CHANGES=""
LP_COLOR_PATH=""
LP_COLOR_PATH_LAST_DIR=""
LP_COLOR_PATH_SHORTENED=""
LP_COLOR_PATH_VCS_ROOT=""
LP_COLOR_PATH_SEPARATOR=""
# vim: set et sts=4 sw=4 tw=120 ft=sh: