Difference between revisions of "Quassel Stylesheet"

From Pterodactylus
Jump to: navigation, search
(My custom Quassel stylesheet)
 
(Change font to Merriweather)
 
Line 1: Line 1:
 
  ChatView, NickView, BufferView {
 
  ChatView, NickView, BufferView {
  font-family: "Bookerly";
+
  font-family: "Merriweather";
 
  font-weight: 400;
 
  font-weight: 400;
 
  font-size: 18pt;
 
  font-size: 18pt;
Line 6: Line 6:
 
   
 
   
 
  ChatLine {
 
  ChatLine {
  font-family: "Bookerly";
+
  font-family: "Merriweather";
 
  font-weight: 400;
 
  font-weight: 400;
 
  font-size: 18pt;
 
  font-size: 18pt;
Line 12: Line 12:
 
   
 
   
 
  MultiLineEdit {
 
  MultiLineEdit {
  font-family: "Bookerly";
+
  font-family: "Merriweather";
 
  font-weight: 400;
 
  font-weight: 400;
 
  font-size: 18pt;
 
  font-size: 18pt;

Latest revision as of 19:05, 3 July 2018

ChatView, NickView, BufferView {
	font-family: "Merriweather";
	font-weight: 400;
	font-size: 18pt;
}

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

MultiLineEdit {
	font-family: "Merriweather";
	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;
}