diff --git a/src/client/app/common/views/components/theme.vue b/src/client/app/common/views/components/theme.vue
index 7cec1529b..5cc779ee8 100644
--- a/src/client/app/common/views/components/theme.vue
+++ b/src/client/app/common/views/components/theme.vue
@@ -15,7 +15,7 @@
- %i18n:@create-a-theme%
+ %fa:palette% %i18n:@create-a-theme%
%i18n:@base-theme%:
%i18n:@base-theme-light%
@@ -38,20 +38,20 @@
%i18n:@text-color%:
- %i18n:@preview-created-theme%
- %i18n:@save-created-theme%
+ %fa:eye% %i18n:@preview-created-theme%
+ %fa:save R% %i18n:@save-created-theme%
- %i18n:@install-a-theme%
+ %fa:download% %i18n:@install-a-theme%
%i18n:@theme-code%
- %i18n:@install%
+ %fa:check% %i18n:@install%
- %i18n:@installed-themes%
+ %fa:folder-open% %i18n:@installed-themes%
@@ -65,7 +65,7 @@
%i18n:@theme-code%
- %i18n:@uninstall%
+ %fa:trash-alt R% %i18n:@uninstall%
@@ -238,6 +238,11 @@ export default Vue.extend({