Added mode colors
This commit is contained in:
parent
29daf1736e
commit
5977dd953d
|
@ -15,6 +15,21 @@ Palette {
|
||||||
marker-line: #00aa7f;
|
marker-line: #00aa7f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ChatLine#notice { foreground: #4e51ac; }
|
||||||
|
ChatLine#action { foreground: #00aa7f; font-style: italic; }
|
||||||
|
ChatLine#nick { foreground: #4e51ac; }
|
||||||
|
ChatLine#mode { foreground: #00aa7f; }
|
||||||
|
ChatLine#join { foreground: #00aa7f; }
|
||||||
|
ChatLine#part { foreground: #4e51ac; }
|
||||||
|
ChatLine#quit { foreground: #4e51ac; }
|
||||||
|
ChatLine#kick { foreground: #4e51ac; }
|
||||||
|
ChatLine#kill { foreground: #4e51ac; }
|
||||||
|
ChatLine#server { foreground: #4e51ac; }
|
||||||
|
ChatLine#info { foreground: #4e51ac; }
|
||||||
|
ChatLine#error { foreground: #4e51ac; }
|
||||||
|
ChatLine#daychange { foreground: #4e51ac; }
|
||||||
|
ChatLine#topic { foreground: #4e51ac; }
|
||||||
|
|
||||||
ChatListItem { foreground: palette(text); }
|
ChatListItem { foreground: palette(text); }
|
||||||
ChatListItem[state="inactive"] { foreground: #a6acba; }
|
ChatListItem[state="inactive"] { foreground: #a6acba; }
|
||||||
ChatListItem[state="channel-event"] { foreground: #4e51ac; }
|
ChatListItem[state="channel-event"] { foreground: #4e51ac; }
|
||||||
|
|
Loading…
Reference in New Issue