Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created December 12, 2010 17:19
Show Gist options
  • Save pimeys/738191 to your computer and use it in GitHub Desktop.
Save pimeys/738191 to your computer and use it in GitHub Desktop.
td.message {
background-color: #000000;
color: #dedede;
}
td.date {
background-color: #000000;
}
tr.dateChange td {
background-color: #000000;
}
td p span {
background-color: #000000;
color: #ff00ff;
}
td.author {
background-color: #000000;
}
#buffer {
background-color: #000000;
}
a.link {
color: #ff00ff;
}
li.user {
background-color: #000000;
}
li.user a {
color: #ff00ff;
}
li.category.members h2 {
background-color: #000000;
color: #ffffff;
}
li.category.ops h2 {
background-color: #4f014f;
color: #ffffff;
}
#chatInputCell {
background-color: #000000;
}
#nicknameCell {
background-color: #000000;
}
#input {
background-color: #000000;
}
#chatInputBox {
background-color: #000000;
color: #dedede;
}
a.selectedNickname {
background-color: #bf07bf;
color: #000000;
}
#users {
background-color: #000000;
}
div.status.channel.topicControl.members.activeStatus.selectedStatus {
background-color: #303030;
}
#bufferViewContainer {
background-color: #000000;
}
#sidebar {
background-color: #000000;
}
div.authed {
background-color: #ff00ff;
border-color: #2e2e2e;
}
#bufferView {
border-color: #575757;
}
button.mode span {
background-color: #5e5e5e;
}
button.hideMembers span {
background-color: #5e5e5e;
}
button.topic span {
background-color: #383838;
}
button.leave span {
background-color: #5e5e5e;
}
a.buffer {
background-color: #000000;
color: #ff00ff;
border-color: #ff00ff;
}
a.hidden {
background-color: #000000;
color: #998b99;
}
li.buffer.server.passwordedServersAllowed.active {
background-color: #2b2b2b;
}
#joinServer a {
background-color: #000000;
color: #ff00ff;
border-width: 0;
}
#settings a {
color: #000000;
}
#logout a {
color: #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment