2023-08-09 23:20:05 -07:00
2023-08-09 23:14:14 -07:00
2023-08-09 23:14:14 -07:00
2023-06-16 00:39:04 -07:00
2023-01-15 22:22:57 -08:00
2023-08-09 23:20:05 -07:00

Gitea-Red

Soft, Lite and dark red theme. Utilizes Gitea's default themes but with some colors and images from the Gitea-Red-Silver fork.

Directions

  1. Locate your custom directory: Site Administration > Configuration > Custom File Root Path (e.g., /var/lib/gitea/custom)
  2. Verify if a public and templates directory exist within the custom directory
  3. If the public and templates directory exist, make sure the public directory contains two directories: css and img, and make sure the templates directory contains one directory: base
  4. If the css, img and base directories do not exist, then create them
  5. To add just the themes (not the red Gitea logos or kid-friendly Comic fonts), copy theme-auto-red.css, theme-red.css, and theme-arc-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. To add kid-friendly Comic fonts, copy head_style.tmpl into the base directory
  8. Locate your configuration file: Site Administration > Configuration > Configuration File Path (e.g., /etc/gitea/app.ini)
  9. Add to the configuration file:
    [ui]
    THEMES = auto,gitea,arc-green,auto-red,red,arc-red
    DEFAULT_THEME = auto-red
    
  10. Restart Gitea
  11. Existing users: Go to user Settings > Appearance > change default theme

Comic fonts (if added) will display automatically.

Photos

Red (Original)
home lite
repo lite
(redacted)

Stylized collapsible elements: Comic fonts:
details lite comic fonts lite

Arc-Red
home dark
repo dark
(redacted)

Stylized collapsible elements: Comic fonts:
details dark comic fonts dark

Disable the Dark Reader web browser extension for your website.

Known Issue

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%