e97da0adee
|
1 year ago | |
---|---|---|
.ci-gen-bash.sh | 2 years ago | |
.crystalintegration.yml | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
gen.sh | 2 years ago | |
logo.svg | 2 years ago | |
theme-committed-violet-light.css | 2 years ago | |
theme-pure-red.css | 1 year ago |
README.md
committed-violet classic
A pretty violet theme for Forgejo, prioritizing dark mode.
Stable edition; see https://sc.cryxtal.org/crystal/less-committed-violet for the rewrite
Download
We now have pre-minified builds generated by CI! These builds can be downloaded directly from the build
branch of this repository and will be updated to reflect the latest changes to committed-violet within a couple minutes of the main branch being updated. Click on the badge below to view the build
branch.
Installation
The method for installing the theme differs substantially depending upon how your Forgejo instance is configured. In most cases, you should be able to download the pre-minified CSS files from this repo, drop them in the custom/public/css
folder of your Foregjo instance. If your static assets are not served by the Forgejo binary, you'll need to mix these CSS files in with the other CSS files you compiled.
Once the CSS file(s) are hosted, adjust the [ui]
section of custom/conf/app.ini
accordingly. For example:
[ui]
THEMES = committed-violet-auto,committed-violet,committed-violet-light,forgejo-auto,forgejo-dark,forgejo-light,gitea
DEFAULT_THEME = committed-violet-auto