An attempt to give some colors to amazing Gogs platform ..
Find a file
2019-08-09 21:20:36 +03:00
img added Readme and screenshots 2019-08-09 21:14:13 +03:00
inject add img , inject , themes 2019-08-09 19:37:21 +03:00
themes readme headers now are in #000 2019-08-09 20:04:59 +03:00
LICENSE Initial commit 2019-08-08 20:01:29 +03:00
README.md update urls to sceenshots 2019-08-09 21:20:36 +03:00

Welcome to GogsThemes!

This repo contains styles/themes for well known self hosted git service Gogs. If you find something not displayed good , feel free to contribute to make it together even better!!

Steps to activate a theme:

$GOGS_ROOT = your gogs root install location

  • cd $GOGS_ROOT
  • git clone https://github.com/Kos-M/GogsThemes.git
  • cat ./GogsThemes/inject/head.tmpl >> templates/inject/head.tmpl
  • mv ./GogsThemes/img/bg.jpg ./GogsThemes/img/wool.png public/img
  • mv ./GogsThemes/themes/dark_theme.css public/css/themes
  • rm -r ./GogsThemes

Screens

intro signup home repo file

To disable a theme:

Just open $GOGS_ROOT/templates/inject/head.tmpl and delete the line contains : <link rel="stylesheet" href="/css/themes/dark_theme.css">