diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index a5b70bfb..65c795fa 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -1092,7 +1092,7 @@ function($scope, $location, SettingsService, AnalyticsService, ServerService) { $scope.ServerService = ServerService.get(); - $scope.themes = ['default']; + $scope.themes = ['default','MRACHINI']; $scope.settingsService = SettingsService; $scope.$watch('settingsService.settings', function(value) { diff --git a/src/main/webapp/sass/app.scss b/src/main/webapp/sass/app.scss index 3f4b8ab5..711f2714 100644 --- a/src/main/webapp/sass/app.scss +++ b/src/main/webapp/sass/app.scss @@ -8,4 +8,5 @@ @import "mobile/mobile"; -@import "themes/test"; \ No newline at end of file +@import "themes/test"; +@import "themes/MRACHINI"; \ No newline at end of file