|
|
2 năm trước cách đây | |
|---|---|---|
| LICENSE | 2 năm trước cách đây | |
| README.md | 2 năm trước cách đây | |
| codemirror-material-darker.css | 2 năm trước cách đây | |
| dark-theme.css | 2 năm trước cách đây | |
| gogs-hero-light.png | 2 năm trước cách đây |
An improved gogs dark theme, original from Stylish
dark-theme.css under /your/gogs/path/custom/public/themes folerAdd following HTML code in /your/gogs/path/custom/templates/inject/head.tmpl
<link rel="stylesheet" href="/css/themes/dark-theme.css">
If you're using Nginx to proxy Gogs, upload gogs-hero-light.png to the site folder and add the following lines in your site config
location =/img/gogs-hero.png {
alias /var/www/yoursite/gogs-hero-light.png;
}
Restart Nginx and Gogs