drg.li vcs theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
crystal e97da0adee
should be starting to take shape
10 months ago
.ci-gen-bash.sh update CI config 1 year ago
.crystalintegration.yml update CI config 1 year ago
.gitignore add gitignore 1 year ago
README.md fix rewrite link 1 year ago
gen.sh update CI config 1 year ago
logo.svg Update 'logo.svg' 1 year ago
theme-committed-violet-light.css remove scrollbar color 1 year ago
theme-pure-red.css should be starting to take shape 10 months 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.

build status

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