Skip to content

Instantly share code, notes, and snippets.

@june29
Created February 9, 2011 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save june29/818715 to your computer and use it in GitHub Desktop.
Save june29/818715 to your computer and use it in GitHub Desktop.
Theme of LimeChat for Mac OS X
html {
font-family: 'Menlo';
font-size: 9pt;
background-color: #000;
color: #f0f0f0;
}
body {}
.url { color: #99cf50; }
.address {}
.highlight {
font-size: 110%;
font-weight: normal;
padding: 0;
color: #e28964;
}
.line {}
.line[alternate=even] {}
.line[alternate=odd] {}
.line[highlight=true] {}
.time { color: #3387bc; }
.place { color: #3387bc; }
.sender[type=normal] { color: #3e87e3; }
.sender[type=myself] { color: #89bdff; }
.message[type=privmsg] {}
.message[type=notice] { color: #888; }
.message[type=action] { color: #8f9d6a;}
.message[type=system], .message[type=join], .message[type=part], .message[type=kick],
.message[type=quit], .message[type=kill], .message[type=nick], .message[type=mode],
.message[type=topic], .message[type=invite], .message[type=wallops] {
color: #65b042;
}
.message[type=reply] { color: #509036; }
.message[type=error], .message[type=error_reply] { color: #f67b37; }
.message[type=dcc_send_send] { color: #c5af75; }
.message[type=dcc_send_receive] { color: #f9ee98; }
.message[type=debug_send] { color: #8996a8; }
.message[type=debug_receive] { color: #afc4db; }
# All colors must be in the form of '#rrggbb' or '#rgb'.
# You cannot use color names.
log-view:
nickname-format: '%n: '
scroller-highlight-color: '#e28964'
input-text:
font-family: 'Menlo'
font-size: 13.0
background-color: '#000'
color: '#f0f0f0'
member-list:
font-family: 'Menlo'
font-size: 10.0
color: '#aaa'
background-color: '#000'
operator:
color: '#f0f0f0'
selected:
color: '#fff'
background:
top-line-color: '#464646'
bottom-line-color: '#464646'
top-color: '#464646'
bottom-color: '#464646'
server-tree:
font-family: 'Menlo'
font-size: 10.0
background-color: '#000'
highlight:
color: '#e28964'
newtalk:
color: '#f9ee98'
unread:
color: '#99cf50'
normal:
active:
color: '#ccc'
inactive:
color: '#666'
selected:
active:
color: '#fff'
inactive:
color: '#ccc'
background:
top-line-color: '#4b4b4b'
bottom-line-color: '#444444'
top-color: '#5a5a5a'
bottom-color: '#464646'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment