ami pushed a commit to branch master. http://git.enlightenment.org/website/extra-server.git/commit/?id=643b0dcaba918b814cfc5e249ea103b5b7562d3c
commit 643b0dcaba918b814cfc5e249ea103b5b7562d3c Author: Amitesh Singh <amitesh...@samsung.com> Date: Wed Jul 19 10:13:00 2017 +0900 flat theme: add latest flat theme --- public_html/extra/assets/themes/flat-3.edj | Bin 0 -> 7401746 bytes public_html/extra/data.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/extra/assets/themes/flat-3.edj b/public_html/extra/assets/themes/flat-3.edj new file mode 100644 index 0000000..0ec8aa3 Binary files /dev/null and b/public_html/extra/assets/themes/flat-3.edj differ diff --git a/public_html/extra/data.py b/public_html/extra/data.py index f417d34..985f9e0 100644 --- a/public_html/extra/data.py +++ b/public_html/extra/data.py @@ -33,9 +33,9 @@ THEMES = { 'flat': { 'theme_id': 'flat', 'name': 'Flat', - 'author': 'Raster', + 'author': 'raster', 'description': 'A WORK IN PROGRESS flat theme', - 'version': 2, + 'version': 3, } } BACKGROUNDS = { --