-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscheme-black.css
More file actions
55 lines (55 loc) · 972 Bytes
/
scheme-black.css
File metadata and controls
55 lines (55 loc) · 972 Bytes
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
body {
background-color: #262626;
color: #ccc;
}
a {
color: #fff;
}
input, textarea, select, span.button, #matchResults {
background-color: #262626;
border-color: #4c4c4c;
color: #ccc;
}
#titleLine, #nicklist, #nicklist select, #switchbar {
background-color: #202020;
}
#title {
color: #fff;
}
#body, #middle, #nicklist select {
border-color: #4c4c4c;
}
.hl {
color: #ff8000;
}
.nickMe {
color: #ccc;
}
.nick {
color: #808080;
}
span.button.selected, #matchResults > div:hover, #matchResults > div.selected {
background-color: #4c4c4c;
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: #262626;
}
::-webkit-scrollbar-track-piece {
background-color: #2e3136;
}
hr {
background-color: #f04747;
}