Pitch black theme for Gitea versions 1.14 through 1.18
From version 1.19, gitea removed the less
files for css
files
- Use
theme-pitchblack.less
to create theme at compile time. Drop this file into gitea/web_src/less/themes and compile Gitea! - Use
theme-pitchblack.css
for a de-minified version of the css that can easily be edited for personal use. Just drop this file into/path/to/gitea/custom/public/css
and add the new theme into your app.ini file. - Use
theme-pitchblack.less
to compile theme using another method like clessc, you will also need the dark.less chroma dependency directly from the Gitea repo.