-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.qss
68 lines (64 loc) · 2.63 KB
/
custom.qss
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
/* general ui */
* {
font-size: 14px; font-family: Roboto;
background: #2c2c2c; color: #eee
}
Palette {
link: #0288D1;
link-visited: #455A64;
window: #2c2c2c;
window-text: #eee;
text: #eee;
marker-line: #09f;
}
/* messages */
ChatView {background: #212121}
ChatLine[label="highlight"] {foreground: #eee; background: #01579B;}
ChatLine::timestamp { foreground: #888; background: #111;}
ChatLine#plain { foreground: #eee }
ChatLine#notice { foreground: #eee }
ChatLine#action { foreground: #eee; font-style: italic; }
ChatLine#nick { foreground: #888 }
ChatLine#mode { foreground: #888 }
ChatLine#join { foreground: #888 }
ChatLine#part { foreground: #888 }
ChatLine#quit { foreground: #888 }
ChatLine#kick { foreground: #888 }
ChatLine#kill { foreground: #888 }
ChatLine#netsplit { foreground: #888 }
ChatLine#server { foreground: #888 }
ChatLine#info { foreground: #888 }
ChatLine#error { foreground: #888 }
ChatLine#daychange { foreground: #888 ; background: #111}
ChatLine#topic { foreground: #888 }
/* message <senders> */
ChatLine::sender#plain { foreground: #EEEEEE; background: #2c2c2c}
ChatLine::sender#plain[sender="self"] { foreground: #42A5F5 }
ChatLine::sender#plain[sender="00"] { foreground: #EF9A9A }
ChatLine::sender#plain[sender="01"] { foreground: #F48FB1 }
ChatLine::sender#plain[sender="02"] { foreground: #CE93D8 }
ChatLine::sender#plain[sender="03"] { foreground: #B39DDB }
ChatLine::sender#plain[sender="04"] { foreground: #9FA8DA }
ChatLine::sender#plain[sender="05"] { foreground: #81D4FA }
ChatLine::sender#plain[sender="06"] { foreground: #80DEEA }
ChatLine::sender#plain[sender="07"] { foreground: #80CBC4 }
ChatLine::sender#plain[sender="08"] { foreground: #A5D6A7 }
ChatLine::sender#plain[sender="09"] { foreground: #E6EE9C }
ChatLine::sender#plain[sender="0a"] { foreground: #FFF59D }
ChatLine::sender#plain[sender="0b"] { foreground: #FFE082 }
ChatLine::sender#plain[sender="0c"] { foreground: #FFCC80 }
ChatLine::sender#plain[sender="0d"] { foreground: #FFAB91 }
ChatLine::sender#plain[sender="0e"] { foreground: #BCAAA4 }
ChatLine::sender#plain[sender="0f"] { foreground: #B0BEC5 }
/* list of #rooms */
ChatListItem { foreground: #999 }
ChatListItem[state="inactive"] { foreground: #555 }
ChatListItem[state="channel-event"] { foreground: #999 }
ChatListItem[state="unread-message"] { foreground: #fff }
ChatListItem[state="highlighted"] { foreground: #1976D2 }
BufferView {background: #212121}
/* list of participants */
NickListItem[type="category"] { foreground: #212121; background: #999 }
NickListItem[type="user"] { foreground: #eee }
NickListItem[type="user", state="away"] { foreground: #888 }
NickView { background: #212121 }