aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-08-01 17:33:19 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-08-01 17:50:26 +0700
commit3beb4785562b158fc4c4e67185ac488d5bfa5c60 (patch)
treea32beedc071849a1ca7a9687a941405ee5a31c3b /README.md
parent8a90bca75c8d8755016b46747ca943bb7b37140c (diff)
downloadcgitext-1.3.1+12.tar.gz
cgitext-1.3.1+12.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 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f7727e..68db236 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## cgitext - CGI for Git extension by Saya Andy
+## cgitext – CGI for Git extension by Saya Andy
This is a custom expansion to cgit. Its most prominent changes by now are:
@@ -8,9 +8,13 @@ This is a custom expansion to cgit. Its most prominent changes by now are:
* Allow to use multiple favicons and of MIME type different from x-icon (f.ex. svg/png/webp).
+* Use vector-based format for favicon and cgit logo and make it default.
+
+* Include optional solarized.css addon theme.
+
The original cgit project is hosted at [git.zx2c4.com](https://git.zx2c4.com/cgit/about/)
-## cgit - CGI for Git
+## cgit – CGI for Git
This is an attempt to create a fast web interface for the Git SCM, using a built-in cache to decrease server I/O pressure.