From f68d4cee761914e2365fa557040dc918dc95f433 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Thu, 24 Dec 2015 16:58:47 -0200 Subject: [PATCH] code formatting --- packages/rocketchat-theme/i18n/en.i18n.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/rocketchat-theme/i18n/en.i18n.json b/packages/rocketchat-theme/i18n/en.i18n.json index 464bbbb1ea3..10f2f83c636 100755 --- a/packages/rocketchat-theme/i18n/en.i18n.json +++ b/packages/rocketchat-theme/i18n/en.i18n.json @@ -1,9 +1,14 @@ { + "theme-color-action-buttons-color" : "Actions Buttons Color", + "theme-color-active-channel-background-color" : "Active Channel Background Color", + "theme-color-active-channel-font-color" : "Active Channel Font Color", "theme-color-blockquote-background" : "Blockquote Background Color", + "theme-color-clean-buttons-color" : "Clean Buttons Color", "theme-color-code-background" : "Code Background Color", "theme-color-code-border" : "Code Border Color", "theme-color-code-color" : "Code Color", "theme-color-content-background-color" : "Content Background Color", + "theme-color-custom-scrollbar-color" : "Custom Scrollbar Color", "theme-color-info-active-font-color" : "Active Info Font Color", "theme-color-info-font-color" : "Info Font Color", "theme-color-input-font-color" : "Input Font Color", @@ -11,6 +16,7 @@ "theme-color-message-hover-background-color" : "Message Hover BG Color", "theme-color-primary-background-color" : "Primary Background Color", "theme-color-primary-font-color" : "Primary Font Color", + "theme-color-quaternary-font-color" : "Quaternary Font Color", "theme-color-secondary-background-color" : "Secondary Background Color", "theme-color-secondary-font-color" : "Secondary Font Color", "theme-color-smallprint-font-color" : "Small Print Font Color", @@ -21,11 +27,5 @@ "theme-color-status-online" : "Online Status Color", "theme-color-tertiary-background-color" : "Tertiary Background Color", "theme-color-tertiary-font-color" : "Tertiary Font Color", - "theme-color-quaternary-font-color": "Quaternary Font Color", - "theme-color-active-channel-background-color": "Active Channel Background Color", - "theme-color-active-channel-font-color": "Active Channel Font Color", - "theme-color-custom-scrollbar-color": "Custom Scrollbar Color", - "theme-color-action-buttons-color": "Actions Buttons Color", - "theme-color-clean-buttons-color": "Clean Buttons Color", - "theme-color-unread-notification-color": "Unread Notifications Color" -} \ No newline at end of file + "theme-color-unread-notification-color" : "Unread Notifications Color" +}