committed-violet/README.md

19 lines
1.3 KiB
Markdown

# 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.
[![build status](https://ci.cryxtal.org/api/badges/crystal/committed-violet/status.svg)](https://sc.cryxtal.org/crystal/committed-violet/src/branch/build)
## 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:
```ini
[ui]
THEMES = committed-violet-auto,committed-violet,committed-violet-light,forgejo-auto,forgejo-dark,forgejo-light,gitea
DEFAULT_THEME = committed-violet-auto
```