Skip to content

Instantly share code, notes, and snippets.

@liesen
Created October 17, 2010 20:51
Show Gist options
  • Save liesen/631274 to your computer and use it in GitHub Desktop.
Save liesen/631274 to your computer and use it in GitHub Desktop.
body {
background-color: #000 !important;
}
#statusBar {
background-color: #224 !important;
border-color: #336 !important;
}
#buffers li.server {
background-color: #333 !important;
}
#buffers li.server h2 a {
background-color: #224 !important;
}
#bufferView {
border: none !important;
margin: 0 200px 0 0 !important;
font-size: 75% !important;
}
#status .status {
color: #fff;
background-color: #222 !important;
}
#status .status h2 {
font-family: Monaco, monospace;
}
#users {
width: 170px !important;
background-color: #000;
border-left: 0 !important;
}
#users .memberList {
font-family: Monaco, monospace;
}
#users .memberList li h2 {
visibility: hidden;
display: none;
}
#users .memberList .operators {
font-weight: bold;
}
#buffer {
font-family: Monaco, monospace;
background-color: #111 !important;
}
#buffer tr {
color: #666;
}
#buffer tr td {
background-color: inherit !important;
}
#buffer tr.chat td {
color: #eee !important;
}
#buffer tr.warning {
color: #900 !important;
}
#chatInputContainer {
background-color: #000;
}
#input {
background-color: #222 !important;
}
#chatInputBox {
background-color: #222;
color: #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment