summaryrefslogtreecommitdiff
path: root/WebInterface/src/style/partials/_colors.scss
blob: 46833257116effe6a04a79c1b3b854a9dc35891b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$primary: #212121;
$primary-disabled: #21212161;
$primary-light: #484848;
$primary-dark: #000000;
$primary-text: #ffffff;
$primary-text-disabled: #ffffff61;
$primary-warning-text: #ef5350;
$secondary: #546e7a;
$secondary-disabled: #546e7a61;
$secondary-half-dark: #3e5864;
$secondary-dark: #29434e;
$secondary-dark-transparent: #29434e61;
$secondary-light: #819ca9;
$secondary-light-transparent: #819ca961;
$secondary-text: #ffffff;
$secondary-text-disabled: #ffffff61;

$online-green: #339933;