diff options
| author | 2026-08-01 17:33:19 +0700 | |
|---|---|---|
| committer | 2026-08-01 17:50:26 +0700 | |
| commit | 3beb4785562b158fc4c4e67185ac488d5bfa5c60 (patch) | |
| tree | a32beedc071849a1ca7a9687a941405ee5a31c3b /cgitrc.5.txt | |
| parent | 8a90bca75c8d8755016b46747ca943bb7b37140c (diff) | |
| download | cgitext-3beb4785562b158fc4c4e67185ac488d5bfa5c60.tar.gz cgitext-3beb4785562b158fc4c4e67185ac488d5bfa5c60.zip | |
theming: include solarized.css theme addonv1.3.1+12
The solarized.css includes adoption of Solarized Light/Dark themes for
cgit, switching between light and dark variant depending on preferred
color scheme.
It is not used by default, but can be easily switched on with css
directive.
Diffstat (limited to 'cgitrc.5.txt')
| -rw-r--r-- | cgitrc.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 6ddb977..527233d 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -921,8 +921,10 @@ cache-size=1000 # Specify some default clone urls using macro expansion clone-url=git://foo.org/$CGIT_REPO_URL git@foo.org:$CGIT_REPO_URL + # Specify the css url css=/css/cgit.css +css=/css/solarized.css # Add a "ci" tab pointing at a Jenkins multibranch pipeline |