diff --git a/README.md b/README.md
index 6b82f2a..5b24e4e 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,32 @@ If you find something not displayed good , feel free to contribute
## Steps to activate a theme:
*$GOGS_ROOT = your gogs root install location*
-
+
+## Velvet
- ````cd $GOGS_ROOT````
- ```git clone https://github.com/Kos-M/GogsThemes.git```
- - ````cat ./GogsThemes/inject/head.tmpl >> templates/inject/head.tmpl ````
+ - ````cat '' >> templates/inject/head.tmpl````
+ - ```mv ./GogsThemes/themes/velvet.css public/css/themes```
+ - ```rm -r ./GogsThemes```
+
+ ## Dark
+ - ````cd $GOGS_ROOT````
+ - ```git clone https://github.com/Kos-M/GogsThemes.git```
+ - ````cat '' >> templates/inject/head.tmpl````
- ```mv ./GogsThemes/img/grad1.png public/img```
- ```mv ./GogsThemes/themes/dark_theme.css public/css/themes```
- ```rm -r ./GogsThemes```
-## Screens
+## ScreensShots
+
+## Velvet
+
+![intro](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/intro.png) ![signup](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/signup.png)
+![home](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/home.png) ![repo](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/repo.png)
+![file](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/velvet/file.png)
+
+## Dark
+
![intro](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/intro.png) ![signup](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/signup.png)
![home](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/home.png) ![repo](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/repo.png)
![file](https://raw.githubusercontent.com/Kos-M/GogsThemes/master/img/screenShots/file.png)
@@ -28,7 +45,4 @@ In some low end mobile devices found it enough stressful to render quickly , i
### To disable a theme:
Just open ```$GOGS_ROOT/templates/inject/head.tmpl``` and delete
-the line contains : ``` ```
-
-
-
+the line contains : ``` ```
\ No newline at end of file