summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_colors.scss')
-rw-r--r--web-ui/app/scss/_colors.scss25
1 files changed, 15 insertions, 10 deletions
diff --git a/web-ui/app/scss/_colors.scss b/web-ui/app/scss/_colors.scss
index 22897ac0..7e90d6ae 100644
--- a/web-ui/app/scss/_colors.scss
+++ b/web-ui/app/scss/_colors.scss
@@ -1,19 +1,24 @@
-$warning: #F7E8AF;
-$search-highlight: #FFEF29;
+/* Side nav background color */
+$navigation_background: #3E3A37;
-$total_count_bg: #C0B9B9;
+/* Action buttons and links */
+$action_buttons: #3dabc4;
-$error: #D72A25;
-$attention: #F6A40A;
-$success: #2DAB49;
+/* Unread count dialog bubble background color */
+$secondary_callout: #FF7902;
+/* Grayscale */
$contrast: #EEE;
$top_pane: #EAEAEA;
-$secondary: #3E3A37;
-$primary_color: #EF4E2F;
-$action_buttons: #2ba6cb;
+$total_count_bg: #C0B9B9;
-$secondary_callout: #FF7902;
+/* Feedback to Users */
+$warning: #F7E8AF;
+$search-highlight: #FFEF29;
+
+$error: #D72A25;
+$attention: #F6A40A;
+$success: #2DAB49;
$will_be_encrypted: #41cd60;
$wont_be_encrypted: #F6A40A;