aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/dark.scss
blob: 3c4ace883f853b2816870b8fc74fd2d647d4b594 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Content background and border color
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$htmlBackground: url("../img/noise-dark.png") #3D434B;
$backgroundColorEmphasize: #32373E;
$backgroundColor: #3D434B;
$borderColor: #1D232B;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Header and navigation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$headerBarTextColor: #333;
$navigationLinkBackgroundColor: #2D333B;
$navigationLinkFocusedBackgroundColor: #1D232B;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Text colors
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$textColor: #9DAAB7;
$textColorLight: #8D9AA7;
$textColorStrong: #CDDAE7;
$formElementTextColor: #8D9AA7;
$codeTextColor: #FFB830;
$linkColor: #5EA4D3;
$linkColorFocused: #42474E;
$warningTextColor: #FFB830;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Misc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$itemLinkHoverBackgroundColor: #42474E;
$paginationActiveBackgroundColor: #42474E;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Forms
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$formBackgroundColorEmphasize: #4D535B;
$formButtonBorderColor: #404040;
$formButtonTextColor: #CCC;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Form buttons
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$insertButtonBackgroundColor: #396644;
$updateButtonBackgroundColor: #597186;
$deleteButtonBackgroundColor: #8F4F55;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Information message box
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$messageListTextColor: #BBB;
$messageListBackgroundColor: #8C434A;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Scrollbars
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
$scrollbarColor: #838994;
$scrollbarHoverColor: #4C566A;
$scrollbarBackground: #2E3440;

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Import stylesheet
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import "import/styles";

#theme-toogle-dark {
	display: none;
}