And carbon red theme for Gitea starting at version 1.14. Based off arc-green theme.
- Use
theme-carbonred.less
to create theme at compile time. Drop this file into gitea/web_src/less/themes and compile Gitea! NOTE: this no longer applies to Gitea versions greater than equal to 1.19. - Use
theme-carbonred-min.css
for a minified version of the css. Drop this file into gitea/custom/public/css, add "carbonred" theme to yourapp.ini
and restart the service. - Use
theme-carbonred.css
for a de-minified version of the css that can easily be edited for personal use.