Revert "Revert "new GSalvadi audio theme, created by NomindTR""

This reverts commit 30a091e14e.
This commit is contained in:
Alys
2015-06-18 22:19:35 +10:00
parent bcc99791dd
commit 07b41d16b6
23 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}')
div
ul.toolbar-submenu(ng-click='expandMenu(null)')
// Using [{k,v}] instead of {k:v,k:v} to maintain order ('off' at top)
for theme in ['off','danielTheBard', 'wattsTheme']
for theme in ['off','danielTheBard', 'wattsTheme', 'gokulTheme']
li
a(ng-class="{'bg-primary':user.preferences.sound=='#{theme}'}", ng-click="set({'preferences.sound':'#{theme}'})")=env.t('audioTheme_'+theme)