Created
October 14, 2014 11:11
-
-
Save adnils/30eb48d1dde4f346a9e6 to your computer and use it in GitHub Desktop.
IRCCloud Solarized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
td.nickcell a.nick, | |
td.inputcell textarea, | |
div.log div.messageRow, | |
div.log div.me a.user { | |
/* font-family: "Consolas", "Monaco", "Source Code Pro", "Droid Sans Mono", monospace !important; */ | |
font-size: 14px !important; | |
} | |
body, | |
.mainContainer, | |
#buffers li.connection { | |
background-color: #fdf6e3 !important; | |
} | |
#sidebar #limits, | |
div.memberwrapper, | |
.bufferHead { | |
background-color: #eee8d5 !important; | |
border: none !important; | |
} | |
#statusActions b, | |
#statusActions strong, | |
td.statuscell div.status h2.bufferHeading span.label { | |
color: #586e75 !important; | |
} | |
.extras span.extrasBar { | |
background-color: #2aa198 !important; | |
} | |
#buffers span.badge, | |
.extras .extrasBadge { | |
background-color: #dc322f !important; | |
border: none !important; | |
padding: 0 0.45em !important; | |
border-radius: 1em !important; | |
} | |
.extras span.extrasDismiss { | |
background-color: #cb4b16 !important; | |
} | |
p#addNetwork a, | |
#buffers h2 a.buffer { | |
font-weight: 700; | |
background-color: #eee8d5 !important; | |
border: none !important; | |
} | |
#buffers a.buffer, | |
#buffers p.join a, | |
#buffers p.archiveToggle a { | |
color: #93a1a1 !important; | |
} | |
#buffers a.buffer:hover, | |
#buffers p.join a:hover, | |
#buffers p.archiveToggle a:hover { | |
background-color: #eee8d5 !important; | |
} | |
#buffers .active a.buffer { | |
color: #073642 !important; | |
} | |
#buffers .active.selected a.buffer, #buffers .active.selected a.buffer:hover { | |
color: #fdf6e3 !important; | |
background-color: #6c71c4 !important; | |
} | |
#buffers ul.buffers .active.unread a.buffer, | |
#buffers h2.active.unread { | |
border-color: #6c71c4 !important; | |
} | |
p#addNetwork a { | |
color: #073642 !important; | |
} | |
table.buffer { | |
border: none !important; | |
border-radius: 0 !important; | |
} | |
div.log div.chat, | |
div.log div.status, | |
div.log div.notice, | |
div.log div.groupedLines, | |
div.log div.warning, | |
div.log div.error, | |
div.log div.table, | |
div.log div.me { | |
color: #657b83 !important; | |
} | |
div.log div.monospace span.message, | |
div.log div.notice span.message, | |
div.log div.warning span.message, | |
div.log div.error span.message, | |
div.log div.groupedLines { | |
font-family: "Consolas", "Monaco", "Source Code Pro", "Droid Sans Mono", monospace !important; | |
} | |
div.log div.row span a.author { | |
color: #586e75 !important; | |
} | |
div.log div.groupedLines, | |
div.log div.highlight, | |
div.log div.status, | |
div.log div.notice { | |
background-color: #eee8d5 !important; | |
} | |
div.log div.warning { | |
background-color: rgba(181, 137, 0, 0.25) !important; | |
} | |
div.log div.self { | |
background-color: transparent !important; | |
} | |
div.log div.self.row a.author { | |
color: #839496 !important; | |
} | |
div.log div.groupedJoinPart { | |
border-color: #eee8d5 !important; | |
} | |
div.log div.groupedJoinPart:hover, div.log div.groupedJoinPart.expanded { | |
background-color: #eee8d5 !important; | |
border-color: #eee8d5 !important; | |
} | |
div.log div.joinPartGroup.expanded div.messageRow { | |
background-color: #fdf6e3 !important; | |
} | |
div.log div.lastSeen hr, | |
div.log div.bottomSeen hr, | |
div.log div.focusSeen hr, | |
div.log div.backlogDivider hr, | |
div.log div.fetch hr { | |
border-color: #93a1a1 !important; | |
} | |
div.log div.fetch span, | |
div.log div.lastSeen span.text, | |
div.log div.bottomSeen span, | |
div.log div.focusSeen span { | |
color: #93a1a1 !important; | |
background-color: #fdf6e3 !important; | |
} | |
div.log div.row.highlight a.author, | |
div.log div.row.highlight td.nickcell a.nick { | |
color: #d33682 !important; | |
} | |
div.log span.date { | |
color: #839496 !important; | |
} | |
td.nickcell a.nick { | |
color: #586e75 !important; | |
} | |
.row.type_buffer_msg .author:after, .row.type_buffer_msg .author:before { | |
font-weight: 400; | |
} | |
.row.type_buffer_msg .author:before { | |
content: "<" !important; | |
} | |
.row.type_buffer_msg .author:after { | |
content: ">" !important; | |
} | |
td.timecell { | |
color: #839496 !important; | |
} | |
#footer { | |
color: #839496 !important; | |
} | |
a, | |
#footer a, | |
#headercell a, | |
div.log a { | |
color: #268bd2 !important; | |
} | |
a:hover, | |
#footer a:hover, | |
#headercell a:hover, | |
div.log a:hover { | |
text-decoration: none !important; | |
} | |
div.nickinputwrapper, | |
td.inputcell, | |
td.inputcell textarea { | |
color: #586e75 !important; | |
background-color: #eee8d5 !important; | |
} | |
div.nickinputwrapper { | |
border-color: #93a1a1 !important; | |
} | |
td.nickcell { | |
border-color: #93a1a1 !important; | |
background: none !important; | |
} | |
div.log div.dateChange p, | |
div.dateWrapper table { | |
color: #586e75 !important; | |
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important; | |
background-color: #eee8d5 !important; | |
background-image: none !important; | |
border: none !important; | |
width: 95% !important; | |
margin: 0.5em auto !important; | |
} | |
div.buffermain { | |
background-color: transparent !important; | |
} | |
.inputInfo { | |
background-color: #eee8d5 !important; | |
background-image: none !important; | |
box-shadow: none !important; | |
border-color: #268bd2 !important; | |
padding: 0.25em !important; | |
} | |
.inputInfo span.hint { | |
color: #657b83 !important; | |
} | |
.inputInfo span.original { | |
color: #657b83 !important; | |
} | |
.inputInfo span.item { | |
font-weight: 700; | |
border: 1px solid transparent; | |
margin-right: 0.25em; | |
} | |
.inputInfo span.highlight, | |
.inputInfo span.item:hover { | |
background-color: #073642 !important; | |
border-radius: 0.15em; | |
} | |
.inputInfo span.highlight a { | |
color: #eee8d5 !important; | |
} | |
span.mode_symbol, | |
span.mode_pill { | |
font-family: "Consolas", "Monaco", "Source Code Pro", "Droid Sans Mono", monospace !important; | |
font-size: 14px !important; | |
} | |
div.log div.row span.mode_OWNER, | |
.inputInfo span.mode_OWNER, | |
.nickcell span.mode_OWNER, | |
#memberContextMenu h3 span.mode_OWNER { | |
color: #b58900 !important; | |
} | |
div.log div.row span.mode_ADMIN, | |
.inputInfo span.mode_ADMIN, | |
.nickcell span.mode_ADMIN, | |
#memberContextMenu h3 span.mode_ADMIN { | |
color: #6c71c4 !important; | |
} | |
div.log div.row span.mode_OP, | |
.inputInfo span.mode_OP, | |
.nickcell span.mode_OP, | |
#memberContextMenu h3 span.mode_OP { | |
color: #dc322f !important; | |
} | |
div.log div.row span.mode_HALFOP, | |
.inputInfo span.mode_HALFOP, | |
.nickcell span.mode_HALFOP, | |
#memberContextMenu h3 span.mode_HALFOP { | |
color: #cb4b16 !important; | |
} | |
div.log div.row span.mode_VOICED, | |
.inputInfo span.mode_VOICED, | |
.nickcell span.mode_VOICED, | |
#memberContextMenu h3 span.mode_VOICED { | |
color: #859900 !important; | |
} | |
.nick-colors div.log div.row span a.c0, | |
.nick-colors div.log div.row span a.hover.c0:hover, | |
.nick-colors div.log div.row span a.hover.c0, | |
.nick-colors ul.memberList li.hover a.c0, | |
.nick-colors ul.memberList li a.c0:hover { | |
color: #d33682 !important; | |
} | |
.nick-colors div.log div.row span a.c1, | |
.nick-colors div.log div.row span a.hover.c1:hover, | |
.nick-colors div.log div.row span a.hover.c1, | |
.nick-colors ul.memberList li.hover a.c1, | |
.nick-colors ul.memberList li a.c1:hover { | |
color: #9d3a11 !important; | |
} | |
.nick-colors div.log div.row span a.c2, | |
.nick-colors div.log div.row span a.hover.c2:hover, | |
.nick-colors div.log div.row span a.hover.c2, | |
.nick-colors ul.memberList li.hover a.c2, | |
.nick-colors ul.memberList li a.c2:hover { | |
color: #dc322f !important; | |
} | |
.nick-colors div.log div.row span a.c3, | |
.nick-colors div.log div.row span a.hover.c3:hover, | |
.nick-colors div.log div.row span a.hover.c3, | |
.nick-colors ul.memberList li.hover a.c3, | |
.nick-colors ul.memberList li a.c3:hover { | |
color: #cb4b16 !important; | |
} | |
.nick-colors div.log div.row span a.c4, | |
.nick-colors div.log div.row span a.hover.c4:hover, | |
.nick-colors div.log div.row span a.hover.c4, | |
.nick-colors ul.memberList li.hover a.c4, | |
.nick-colors ul.memberList li a.c4:hover { | |
color: #cc0000 !important; | |
} | |
.nick-colors div.log div.row span a.c5, | |
.nick-colors div.log div.row span a.hover.c5:hover, | |
.nick-colors div.log div.row span a.hover.c5, | |
.nick-colors ul.memberList li.hover a.c5, | |
.nick-colors ul.memberList li a.c5:hover { | |
color: #dc609c !important; | |
} | |
.nick-colors div.log div.row span a.c6, | |
.nick-colors div.log div.row span a.hover.c6:hover, | |
.nick-colors div.log div.row span a.hover.c6, | |
.nick-colors ul.memberList li.hover a.c6, | |
.nick-colors ul.memberList li a.c6:hover { | |
color: #9094d3 !important; | |
} | |
.nick-colors div.log div.row span a.c7, | |
.nick-colors div.log div.row span a.hover.c7:hover, | |
.nick-colors div.log div.row span a.hover.c7, | |
.nick-colors ul.memberList li.hover a.c7, | |
.nick-colors ul.memberList li a.c7:hover { | |
color: #6c71c4 !important; | |
} | |
.nick-colors div.log div.row span a.c8, | |
.nick-colors div.log div.row span a.hover.c8:hover, | |
.nick-colors div.log div.row span a.hover.c8, | |
.nick-colors ul.memberList li.hover a.c8, | |
.nick-colors ul.memberList li a.c8:hover { | |
color: #4ca2df !important; | |
} | |
.nick-colors div.log div.row span a.c9, | |
.nick-colors div.log div.row span a.hover.c9:hover, | |
.nick-colors div.log div.row span a.hover.c9, | |
.nick-colors ul.memberList li.hover a.c9, | |
.nick-colors ul.memberList li a.c9:hover { | |
color: #268bd2 !important; | |
} | |
.nick-colors div.log div.row span a.c10, | |
.nick-colors div.log div.row span a.hover.c10:hover, | |
.nick-colors div.log div.row span a.hover.c10, | |
.nick-colors ul.memberList li.hover a.c10, | |
.nick-colors ul.memberList li a.c10:hover { | |
color: #2aa198 !important; | |
} | |
.nick-colors div.log div.row span a.c11, | |
.nick-colors div.log div.row span a.hover.c11:hover, | |
.nick-colors div.log div.row span a.hover.c11, | |
.nick-colors ul.memberList li.hover a.c11, | |
.nick-colors ul.memberList li a.c11:hover { | |
color: #859900 !important; | |
} | |
.nick-colors div.log div.row span a.c12, | |
.nick-colors div.log div.row span a.hover.c12:hover, | |
.nick-colors div.log div.row span a.hover.c12, | |
.nick-colors ul.memberList li.hover a.c12, | |
.nick-colors ul.memberList li a.c12:hover { | |
color: #758700 !important; | |
} | |
.nick-colors div.log div.row span a.c13, | |
.nick-colors div.log div.row span a.hover.c13:hover, | |
.nick-colors div.log div.row span a.hover.c13, | |
.nick-colors ul.memberList li.hover a.c13, | |
.nick-colors ul.memberList li a.c13:hover { | |
color: #1f7972 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment