From cc94eeec1bc8f878f17df8962e4758968dea6f71 Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Thu, 6 May 2021 15:50:09 -0500 Subject: [PATCH] Add use cases --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30b3c59..241da38 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file