mirror of
https://github.com/saegl5/Gitea-Red.git
synced 2025-05-24 00:12:23 -04:00
Gitea-Red
Soft, lite red theme. Utilizes Gitea's default theme but with some colors and images from the Gitea-Red-Silver fork. Compatible with Dark Reader. If you miss the silver color, you can alternatively use Dark Reader to dim website colors.
Directions
- Locate your custom directory: Site Administration > Configuration > Custom File Root Path (e.g., /var/lib/gitea/custom)
- Verify if a public directory exists within the custom directory
- If the public directory exists, make sure it contains two directories: css and img
- If the css and img directories do not exist, then create them
- To add just the theme (not the red Gitea logos), copy theme-red.css into the css directory
- To add the red Gitea logos, backup any existing img directory, and copy all the logos into your img directory
- Locate your configuration file: Site Administration > Configuration > Configuration File Path (e.g., /etc/gitea/app.ini)
- Add to the configuration file:
[ui] THEMES = auto,gitea,arc-green,auto-red,red,arc-red DEFAULT_THEME = auto-red THEME_COLOR_META_TAG = none
- Restart Gitea
Photos
Using Dark Reader web browser extension:
Using Dark Reader web browser extension:
(redacted)
Known Issues
When you overscroll, still see green color(addedTHEME_COLOR_META_TAG
to app.ini)With Dark Reader, not the entire page is the same color(replacedbody{}
with.full.height{}
in theme-red.css)- Directories sometimes turn blue (
testing a fixbecause of Dark Readerand you cleared your browser history, just refresh browser page) - Tooltips sometimes display white down arrow (because of Dark Reader, use filter mode)
Theme coded with ♥ in VSCodium
Languages
CSS
100%