-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscheme-dark.css
More file actions
62 lines (62 loc) · 1.06 KB
/
scheme-dark.css
File metadata and controls
62 lines (62 loc) · 1.06 KB
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
body {
background-color: #36393e;
color: #ccc;
}
a {
color: #fff;
}
input, textarea, select, span.button, #matchResults {
background-color: #262626;
border-color: #4c4c4c;
color: #ccc;
}
textarea {
background-color: #414449;
border-color: #67696d;
}
#titleLine, #nicklist, #nicklist select, #switchbar {
background-color: #2e3136;
}
#title {
color: #fff;
}
#body, #middle, #nicklist select {
border-color: #4c4c4c;
}
.hl {
color: #ff8000;
}
.nickMe {
color: #ccc;
}
.nick {
color: #808080;
}
span.button {
background-color: #2e3136;
}
span.button.selected, #matchResults > div:hover, #matchResults > div.selected {
background-color: #414449;
color: #fff;
}
span.button.newLine {
color: #0080ff;
}
span.button.newMsg {
color: #ff0000;
}
span.button.highlight {
color: #009000;
}
::-webkit-scrollbar-thumb {
background-color: #1e2124;
}
#scrollBox::-webkit-scrollbar-thumb {
border-color: #36393e;
}
::-webkit-scrollbar-track-piece {
background-color: #2e3136;
}
hr {
background-color: #f04747;
}