Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1.  
  2. Palette { link: #5fffbf; link-visited: #5fffbf; }
  3.  
  4. ChatView { background: #202020; }
  5.  
  6. ChatLine[label="highlight"] {
  7. foreground: #ff8000;
  8. background: #202020;
  9. }
  10.  
  11. ChatLine::sender { foreground: #D6B085; }
  12. ChatLine::sender[sender="self"] { foreground: #3bb9ff; }
  13.  
  14. ChatLine#plain { foreground: #e0e5ee; }
  15. ChatLine#action { foreground: #00fafa; font-style: italic; }
  16.  
  17. BufferView { background: #202020; }
  18. ChatListItem { foreground: #e0e5ef; }
  19.  
  20. ChatListItem[state="inactive"] { foreground: #b9bec8; }
  21. ChatListItem[state="unread-message"] { foreground: #3bb9ff; }
  22.  
  23. ChatMonitorSettingsPage BufferView::item { color: #f0f5ff; }
  24.  
  25. StyledLabel#topicLabel { background: #202020; }
  26. MultiLineEdit { background: #202020; color: #f0f5ff; }
  27.  
  28. NickView { background: #202020; }
  29. NickListItem[type="category"] { foreground: #f0f5ff; font-weight: bold; }
  30. NickListItem[type="user"] { foreground: #f0f5ff; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement