|
|
2 years ago | |
|---|---|---|
| .github | 3 years ago | |
| gogs | 2 years ago | |
| screenshots | 3 years ago | |
| LICENSE | 3 years ago | |
| Makefile | 3 years ago | |
| README.md | 3 years ago |
Dark theme for Gogs, based on GitHub color scheme
Simply copy two files gogs/public/css/dark-gogs.css and gogs/templates/inject/head.tmpl to the Gogs data directory with the same paths. head.tmpl used only for CSS injection, you can get original file here and include CSS file manually by yourself: https://github.com/G-Node/gogs/blob/master/templates/inject/head.tmpl
data
├── git
├── gogs
├──── conf
├──── data
├──── log
├──── public
├────── css
├──────── dark-gogs.css
├──── templates
├────── inject
├──────── head.tmpl
├── ssh
Don't forget to restart Gogs after files placement