Quassel Stylesheet

From Pterodactylus
Revision as of 19:03, 3 July 2018 by Bombe (talk | contribs) (My custom Quassel stylesheet)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
ChatView, NickView, BufferView {
	font-family: "Bookerly";
	font-weight: 400;
	font-size: 18pt;
}

ChatLine {
	font-family: "Bookerly";
	font-weight: 400;
	font-size: 18pt;
}

MultiLineEdit {
	font-family: "Bookerly";
	font-weight: 400;
	font-size: 18pt;
}

ChatLine[label="highlight"] {
	background: inherit;
	color: #ff7f00;
	font-weight: bold;
}

ChatLine[sender="self"] {
	font-weight: 600;
	color: #0000ff;
}

ChatLine#part {
	foreground: #990000;
}

ChatLine#quit {
	foreground: #990000;
}

ChatLine#kick {
	foreground: #990000;
}

ChatLine#join {
	foreground: #009900;
}