Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created December 7, 2011 03:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitode909/1441317 to your computer and use it in GitHub Desktop.
Save hitode909/1441317 to your computer and use it in GitHub Desktop.
Solarized like LimeChat theme
html {
font-family: "Monaco";
background-color: #fdf6e3;
color: #657b83;
word-wrap: break-word;
margin: 0;
padding: 3px 4px 10px 4px;
}
body {
margin: 0;
padding: 0;
}
hr {
margin: 0.5em 2em;
}
a {
color: #268bd2;
}
.inlineimage {
border: 0px;
-webkit-box-shadow: none;
}
.line[alternate=even], .line[alternate=odd] { padding-top: 1px; padding-bottom: 1px; }
.line[alternate=even] {}
.line[alternate=odd] {}
.line[highlight=true] {
background-color: #eee8d5;
}
.url {
word-break: break-all;
}
.address {
text-decoration: underline;
word-break: break-all;
}
.highlight {
color: #d33682;
font-weight: bold;
}
.time {
color: #586e75;
}
.place {
color: #586e75;
}
.sender[type=myself] {
color: #586e75;
}
.sender[type=normal] {
color: #586e75;
}
/* message body */
.message[type=system] { color: #859900; }
.message[type=error] { color: #dc322f; font-weight: bold; }
.message[type=reply] { color: #2aa198; }
.message[type=error_reply] { color: #dc322f; }
.message[type=dcc_send_send] { color: #2aa198; }
.message[type=dcc_send_receive] { color: #6c71c4; }
.message[type=privmsg] {}
.message[type=notice] { color: #93a1a1; }
.message[type=action] { color: #859900; }
.message[type=join] { color: #859900; }
.message[type=part] { color: #859900; }
.message[type=kick] { color: #859900; }
.message[type=quit] { color: #859900; }
.message[type=kill] { color: #859900; }
.message[type=nick] { color: #859900; }
.message[type=mode] { color: #859900; }
.message[type=topic] { color: #859900; }
.message[type=invite] { color: #859900; }
.message[type=wallops] { color: #859900; }
.message[type=debug_send] { color: #93a1a1; }
.message[type=debug_receive] { color: #93a1a1; }
log-view:
nickname-format: '%n '
scroller-highlight-color: '#d33682'
input-text:
font-family: 'Monaco'
font-size: 13.0
background-color: '#fdf6e3'
color: '#657b83'
selected:
background-color: '#eee8d5'
member-list:
font-family: 'Monaco'
font-size: 11.0
color: '#657b83'
background-color: '#fdf6e3'
operator:
color: '#657b83'
selected:
color: '#657b83'
background:
top-line-color: '#eee8d5'
bottom-line-color: '#eee8d5'
top-color: '#eee8d5'
bottom-color: '#eee8d5'
server-tree:
font-family: 'Monaco'
font-size: 13.0
background-color: '#fdf6e3'
highlight:
color: '#d33682'
newtalk:
color: '#dc322f'
unread:
color: '#268bd2'
normal:
active:
color: '#657b83'
inactive:
color: '#ccc'
selected:
active:
color: '#657b83'
inactive:
color: '#888'
background:
top-line-color: '#eee8d5'
bottom-line-color: '#eee8d5'
top-color: '#eee8d5'
bottom-color: '#eee8d5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment