Created
August 7, 2011 11:15
-
-
Save RobinStamer/1130297 to your computer and use it in GitHub Desktop.
configs
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
| // ChatView Font | |
| ChatLine { font: normal 8pt "Monospace"; background: #07070D; foreground: #FFFFFF; } | |
| ChatLine#plain { font: normal 8pt "Monospace"; background: #07070D; foreground: #FFFFFF; } | |
| // Sender Colors | |
| ChatLine#plain[sender="self"] { foreground: #FFFFFF; background: #170740; } | |
| ChatLine::sender#plain[sender="self"] { foreground: #888888; background: #170740; } | |
| ChatLine#action[sender="self"] { foreground: #372780; background: #888888 } | |
| ChatLine::sender#action[sender="self"] { foreground: #0070FF; } | |
| ChatLine#join { foreground: #208080; } | |
| ChatLine#part { foreground: #303030; } | |
| ChatLine#quit { foreground: #303030; } | |
| ChatLine#kick { foreground: #503030; } | |
| ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; } | |
| ChatLine::sender#plain[sender="01"] { foreground: #8e55e9; } | |
| ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; } | |
| ChatLine::sender#plain[sender="03"] { foreground: #17b339; } | |
| ChatLine::sender#plain[sender="04"] { foreground: #58afb3; } | |
| ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; } | |
| ChatLine::sender#plain[sender="06"] { foreground: #b39775; } | |
| ChatLine::sender#plain[sender="07"] { foreground: #3176b3; } | |
| ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; } | |
| ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; } | |
| ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; } | |
| ChatLine::sender#plain[sender="0b"] { foreground: #17b339; } | |
| ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; } | |
| ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; } | |
| ChatLine::sender#plain[sender="0e"] { foreground: #b39775; } | |
| ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; } | |
| // Custom ChatView Colors | |
| Palette { marker-line: #ff0000; } | |
| ChatView { background: #000000; } | |
| ChatLine[label="highlight"] { | |
| foreground: #FF8000; | |
| background: #000000; | |
| } | |
| ChatLine::timestamp { foreground: #707c70; } | |
| ChatLine#notice { foreground: #916409; } | |
| ChatLine#action { foreground: #0070FF; } | |
| ChatLine#nick { foreground: #19962e; } | |
| ChatLine#mode { foreground: #19962e; } | |
| ChatLine#kill { foreground: #19962e; } | |
| ChatLine#server { foreground: #916409; } | |
| ChatLine#info { foreground: #916409; } | |
| ChatLine#error { foreground: #916409; } | |
| ChatLine#daychange { foreground: #916409; } | |
| ChatLine#topic { foreground: #19962e; } | |
| ChatLine#netsplit-join { foreground: #19964e; } | |
| ChatLine#netsplit-quit { foreground: #39962e; } | |
| // BufferView Colors | |
| ChatListItem { foreground: #d4d4d4; background: #070307; } | |
| ChatListItem[state="inactive"] { foreground: #a0a0a4; } | |
| ChatListItem[state="channel-event"] { foreground: #d4d4d4; font-weight: bold; } | |
| ChatListItem[state="unread-message"] { foreground: #1bf5d5; } | |
| ChatListItem[state="highlighted"] { foreground: #ff8000; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment