summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_colors.scss
blob: 7e90d6ae54ebe88182c02efb6f92f338fccc9793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Side nav background color */
$navigation_background: #3E3A37;

/* Action buttons and links */
$action_buttons: #3dabc4;

/* Unread count dialog bubble background color */
$secondary_callout: #FF7902;

/* Grayscale */
$contrast: #EEE;
$top_pane: #EAEAEA;
$total_count_bg: #C0B9B9;

/* Feedback to Users */
$warning: #F7E8AF;
$search-highlight: #FFEF29;

$error: #D72A25;
$attention: #F6A40A;
$success: #2DAB49;

$will_be_encrypted: #41cd60;
$wont_be_encrypted: #F6A40A;