blob: d4a7ad691c1d34db6a64e6b6b142b5febbe61230 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
$classic-base-color: #956;
$classic-primary-color: #302;
$classic-secondary-color: #624;
$classic-highlight-color: #845;
$primary-text-color: #fac;
$ui-base-color: $classic-base-color;
$ui-primary-color: $classic-primary-color;
$ui-secondary-color: $classic-secondary-color;
$ui-highlight-color: $classic-highlight-color;
$simple-background-color: #000;
$error-column: #fac;
$profile_header_text: #956;
$instance_info_text: #dac;
$instance_info_header_text: #946;
$horiz_rule: #623;
$body_bg: #312;
$sidebar_bg: #623;
$sidebar_popup_bg: #301;
$sidebar_popup_text: white;
$search_bg: #412;
$search_text: white;
/* #956 */
$status_bg: #634;
$status_actions_bg: #967;
$cw_bg: #623;
$cw_text: #956;
|