-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSolarized.css
53 lines (44 loc) · 1.53 KB
/
Solarized.css
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
html {
font-family: 'Menlo';
font-size: 14px;
background-color: #fdf6e3; /* base3 */
color: #657b83; /* base00 */
}
body {}
.url { color: #d33682; } /* magenta */
.address {}
.highlight {
/* font-size: 160%; */
font-weight: bold;
/* padding: 0 3px; */
color: #dc322f; /* red */
}
.line {}
.line[alternate=even] {}
.line[alternate=odd] {}
.line[highlight=true] {}
.time { color: #93a1a1; } /* base1 */
.place { color: #93a1a1; } /* base1 */
.sender[type=normal] { color: #268bd2; } /* blue */
.sender[type=myself] { color: #93a1a1; } /* base1 */
.message[type=privmsg] {}
.message[type=notice] { color: #859900; } /* green */
.message[type=action] { color: #b58900;} /* yellow */
.message[type=system], .message[type=join], .message[type=part], .message[type=kick],
.message[type=quit], .message[type=kill], .message[type=nick], .message[type=mode],
.message[type=invite], .message[type=wallops] {
color: #93a1a1; /* base1 */
float: right;
font-size: 90%;
}
.message[type=topic] {
color: #6c71c4; /* base1 */
float: right;
font-size: 90%;
}
.message[type=reply] { color: #2aa198; } /* cyan */
.message[type=error], .message[type=error_reply] { color: #cb4b16; } /* orange */
.message[type=dcc_send_send] { color: #cb4b16; } /* orange */
.message[type=dcc_send_receive] { color: #cb4b16; } /* orange */
.message[type=debug_send] { color: #cb4b16; } /* orange */
.message[type=debug_receive] { color: #cb4b16; } /* orange */