Add use cases

This commit is contained in:
iamdoubz 2021-05-06 15:50:09 -05:00
parent c3d389a32c
commit cc94eeec1b

View File

@ -1,3 +1,9 @@
# Gitea-Carbon-Red
And carbon red theme for [Gitea](https://github.com/go-gitea/gitea) starting at version 1.14. Based off arc-green theme.
And carbon red theme for [Gitea](https://github.com/go-gitea/gitea) starting at version 1.14. Based off arc-green theme.
## Use cases
1. Use `theme-carbonred.less` to create theme at compile time. Drop this file into gitea/web_src/less/themes and compile Gitea!
2. Use `theme-carbonred.css` for a minified version of the css. Drop this file into gitea/custom/public/css and restart the service.
3. Use `theme-carbonred-full.css` for a de-minified version of the css that can easily be edited for personal use.