Files @ f534b213bc9b
Branch filter:

Location: kallithea/.hgignore

mads
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.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo
.eggs/
tarballcache/
node_modules/

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea/public/css/style\.css$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$
/__pycache__$