somme-cd80: add icons for categories

This commit is contained in:
Frédéric Péters 2017-11-06 09:34:52 +01:00
parent 4d44309208
commit 01d7cde329
3 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,7 @@ icons:
cd src/ && python render-imgs-categories.py ../static/publik/img/
cd src/ && python render-imgs-dashboard.py ../static/publik/img/ --normal 4D4D4D --selected DF017A --title FFFFFF --title-width 80
# somme
cd src/ && python render-imgs-categories.py ../static/somme-cd80/img/ --primary A8002B --secondary A8002B
cd src/ && python render-imgs-dashboard.py ../static/somme-cd80/img/ --normal 4D4D4D --selected 87A738 --title FFFFFF --title-width 80
clean:

View File

@ -16,3 +16,6 @@ $title-color: white;
$footer-background: $primary-color;
$dashboard-badge-color: $orange;
$dashboard-selected-color: $orange;
$category-has-toggled-icons: false;
$category-togglable: false;
$category-toggled-background: $primary-color;

View File

@ -2,5 +2,6 @@
@import 'vars';
@import '../includes/publik';
@import '../includes/categories';
@import '../includes/dashboard';
@import 'custom';