diff --git a/README.md b/README.md
index 46791e3..80a81aa 100644
--- a/README.md
+++ b/README.md
@@ -63,3 +63,21 @@ java -jar rsspaper-{version}-standalone.jar
Great 🎉. You already have your 📰 own Static RSS Newspaper 📰.
That's it, now you just have to open `dist/index.html`.
+
+## Dev
+
+### Build
+
+```sh
+make build
+```
+
+### Run
+
+```sh
+lein run
+```
+
+### Make new theme
+
+You can copy any theme hosted on `resources/themes`.
\ No newline at end of file
diff --git a/project.clj b/project.clj
index aeaa095..e80c014 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject rsspaper "1.1.6"
+(defproject rsspaper "1.1.7"
:description "RSSpaper"
:url "https://github.com/tanrax/RSSpaper"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
diff --git a/resources/themes/dark/index.html b/resources/themes/dark/index.html
index 71280d0..918ffe6 100644
--- a/resources/themes/dark/index.html
+++ b/resources/themes/dark/index.html
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/resources/themes/dark/static/img/icons/apple-icon-180.png b/resources/themes/dark/static/img/icons/apple-icon-180.png
index e2201bc..f95caf7 100644
Binary files a/resources/themes/dark/static/img/icons/apple-icon-180.png and b/resources/themes/dark/static/img/icons/apple-icon-180.png differ
diff --git a/resources/themes/dark/static/img/icons/favicon.png b/resources/themes/dark/static/img/icons/favicon.png
index ede5e30..81b80d2 100644
Binary files a/resources/themes/dark/static/img/icons/favicon.png and b/resources/themes/dark/static/img/icons/favicon.png differ
diff --git a/resources/themes/dark/static/img/icons/manifest-icon-192.png b/resources/themes/dark/static/img/icons/manifest-icon-192.png
index 559b788..88170e2 100644
Binary files a/resources/themes/dark/static/img/icons/manifest-icon-192.png and b/resources/themes/dark/static/img/icons/manifest-icon-192.png differ
diff --git a/resources/themes/dark/static/img/icons/manifest-icon-512.png b/resources/themes/dark/static/img/icons/manifest-icon-512.png
index 7034534..4c05663 100644
Binary files a/resources/themes/dark/static/img/icons/manifest-icon-512.png and b/resources/themes/dark/static/img/icons/manifest-icon-512.png differ
diff --git a/resources/themes/dark/static/manifest.json b/resources/themes/dark/static/manifest.json
index 1fa0253..4819cc6 100644
--- a/resources/themes/dark/static/manifest.json
+++ b/resources/themes/dark/static/manifest.json
@@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
- "theme_color": "#ffffff",
+ "theme_color": "#5e81ac",
"icons": [
{
"src": "manifest-icon-192.png",
@@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
- "background_color": "#ffffff"
+ "background_color": "#5e81ac"
}
diff --git a/resources/themes/light/index.html b/resources/themes/light/index.html
index 71280d0..08c227b 100644
--- a/resources/themes/light/index.html
+++ b/resources/themes/light/index.html
@@ -14,7 +14,8 @@
-
+
+
diff --git a/resources/themes/light/static/img/icons/apple-icon-180.png b/resources/themes/light/static/img/icons/apple-icon-180.png
index e2201bc..f95caf7 100644
Binary files a/resources/themes/light/static/img/icons/apple-icon-180.png and b/resources/themes/light/static/img/icons/apple-icon-180.png differ
diff --git a/resources/themes/light/static/img/icons/favicon.png b/resources/themes/light/static/img/icons/favicon.png
index ede5e30..81b80d2 100644
Binary files a/resources/themes/light/static/img/icons/favicon.png and b/resources/themes/light/static/img/icons/favicon.png differ
diff --git a/resources/themes/light/static/img/icons/manifest-icon-192.png b/resources/themes/light/static/img/icons/manifest-icon-192.png
index 559b788..88170e2 100644
Binary files a/resources/themes/light/static/img/icons/manifest-icon-192.png and b/resources/themes/light/static/img/icons/manifest-icon-192.png differ
diff --git a/resources/themes/light/static/img/icons/manifest-icon-512.png b/resources/themes/light/static/img/icons/manifest-icon-512.png
index 7034534..4c05663 100644
Binary files a/resources/themes/light/static/img/icons/manifest-icon-512.png and b/resources/themes/light/static/img/icons/manifest-icon-512.png differ
diff --git a/resources/themes/light/static/manifest.json b/resources/themes/light/static/manifest.json
index 1fa0253..8611971 100644
--- a/resources/themes/light/static/manifest.json
+++ b/resources/themes/light/static/manifest.json
@@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
- "theme_color": "#ffffff",
+ "theme_color": "#f9f7f1",
"icons": [
{
"src": "manifest-icon-192.png",
@@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
- "background_color": "#ffffff"
+ "background_color": "#f9f7f1"
}
diff --git a/resources/themes/sepia/index.html b/resources/themes/sepia/index.html
index 71280d0..562af5f 100644
--- a/resources/themes/sepia/index.html
+++ b/resources/themes/sepia/index.html
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/resources/themes/sepia/static/img/icons/apple-icon-180.png b/resources/themes/sepia/static/img/icons/apple-icon-180.png
index e2201bc..f95caf7 100644
Binary files a/resources/themes/sepia/static/img/icons/apple-icon-180.png and b/resources/themes/sepia/static/img/icons/apple-icon-180.png differ
diff --git a/resources/themes/sepia/static/img/icons/favicon.png b/resources/themes/sepia/static/img/icons/favicon.png
index ede5e30..81b80d2 100644
Binary files a/resources/themes/sepia/static/img/icons/favicon.png and b/resources/themes/sepia/static/img/icons/favicon.png differ
diff --git a/resources/themes/sepia/static/img/icons/manifest-icon-192.png b/resources/themes/sepia/static/img/icons/manifest-icon-192.png
index 559b788..88170e2 100644
Binary files a/resources/themes/sepia/static/img/icons/manifest-icon-192.png and b/resources/themes/sepia/static/img/icons/manifest-icon-192.png differ
diff --git a/resources/themes/sepia/static/img/icons/manifest-icon-512.png b/resources/themes/sepia/static/img/icons/manifest-icon-512.png
index 7034534..4c05663 100644
Binary files a/resources/themes/sepia/static/img/icons/manifest-icon-512.png and b/resources/themes/sepia/static/img/icons/manifest-icon-512.png differ
diff --git a/resources/themes/sepia/static/manifest.json b/resources/themes/sepia/static/manifest.json
index c4503c7..01bc721 100644
--- a/resources/themes/sepia/static/manifest.json
+++ b/resources/themes/sepia/static/manifest.json
@@ -1,7 +1,7 @@
{
"name": "RSSPAPER",
"short_name": "RSSPAPER",
- "theme_color": "#fcead5",
+ "theme_color": "#e5d5c2",
"icons": [
{
"src": "manifest-icon-192.png",
@@ -18,5 +18,5 @@
],
"start_url": "..",
"display": "standalone",
- "background_color": "#fcead5"
+ "background_color": "#e5d5c2"
}