Update Readme

This commit is contained in:
KosM 2019-10-04 19:15:39 +03:00
parent 49673fc86e
commit f818b5a0f7

View file

@ -38,11 +38,12 @@ If you find something not displayed good , feel free to contribute
![file](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/file.png)
## Bg Gradient
## Bg Gradient [Dark only]
Main background was original generated with simple css rules from [GradientMagic](https://www.gradientmagic.com)
In some low end mobile devices found it enough stressful to render quickly , i generated css to png from [HtmlCssToImage](https://htmlcsstoimage.com/)
In some low end mobile devices found it enough stressful to render quickly , so i generated css to png from [HtmlCssToImage](https://htmlcsstoimage.com/)
### 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">```
the line contains : ```<link rel="stylesheet" href="/css/themes/dark_theme.css">```
or (for velvet) : ```<link rel="stylesheet" href="/css/themes/velvet.css">```