Files @ f534b213bc9b
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
less: introduce @kallithea-theme-inverse-bg variable

One color is rarely suitable both as background color and as text color.

Thus, introduce an alternative to @kallithea-theme-main-color but let it
default to be the same.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh