2023-03-01 15:09:00 -08:00
2023-03-01 15:09:00 -08:00
2022-12-20 00:34:53 -08:00
2023-03-01 15:04:57 -08:00
2023-01-15 22:22:57 -08:00
2023-02-28 23:50:40 -08: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

  1. Locate your custom directory: Site Administration > Configuration > Custom File Root Path (e.g., /var/lib/gitea/custom)
  2. Verify if a public directory exists within the custom directory
  3. If the public directory exists, make sure it contains two directories: css and img
  4. If the css and img directories do not exist, then create them
  5. To add just the theme (not the red Gitea logos), copy theme-red.css into the css directory
  6. To add the red Gitea logos, backup any existing img directory, and copy all the logos into your img directory
  7. Locate your configuration file: Site Administration > Configuration > Configuration File Path (e.g., /etc/gitea/app.ini)
  8. 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
    
  9. Restart Gitea

Photos

home_lite.png repo_lite.png
(redacted)

Using Dark Reader web browser extension: home_dark.png
Using Dark Reader web browser extension: repo_dark.png
(redacted)

Known Issues

  • When you overscroll, still see green color (added THEME_COLOR_META_TAG to app.ini)
  • With Dark Reader, not the entire page is the same color (replaced body{} with .full.height{} in theme-red.css)
  • Directories sometimes turn blue (testing a fix because of Dark Reader and 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

Description
Lite and dark red theme. Utilizes Gitea's default themes but with some colors and images from the Gitea-Red-Silver fork.
Readme MIT 4.1 MiB
Languages
CSS 100%