~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to data/stylesheets/jussi01-darktheme.qss

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
ChatListItem[state="channel-event"] { foreground: #008000; }
67
67
ChatListItem[state="unread-message"] { foreground: #ff7b00; }
68
68
ChatListItem[state="highlighted"] { foreground: #ff00bf; }
 
69
BufferView { background: #131313; }
69
70
 
70
71
// NickView Colors
71
72
NickListItem[type="category"] { foreground: #debc85; }
72
73
NickListItem[type="user"] { foreground: #debc85; }
73
74
NickListItem[type="user", state="away"] { foreground: #a0a0a4; }
 
75
NickView { background: #131313; }
 
76
 
 
77
MultiLineEdit { background: #131313; color: #debc85; }
 
78
StyledLabel#topicLabel { background: #131313; }
 
79
ChatLine#topic { foreground: #debc85; }
 
80
 
 
81
// Miscellaneous Colors
 
82
QTreeView::item:selected { color: #00004b; }
 
83
ChatMonitorSettingsPage BufferView::item { color: #debc85; }QTreeView#settingsTree { background: #131313; }
 
84
QTreeView::item#settingsTree { color: #debc85; }
 
85
QLineEdit:enabled { background: #131313; color: #debc85; }
 
86
QSpinBox:enabled { background: #131313; color: #debc85; }
 
87
QTableWidget { background-color: #131313; color: #debc85; }
 
88
QListWidget { background-color: #131313; color: #debc85; }
 
89
 
 
90
QTableView {
 
91
  alternate-background-color: #42403B;
 
92
  background-color: #42403B;
 
93
  color: #debc85; }
 
94
 
 
95
Palette {
 
96
  link: #539FA3; link-visited: #845B90;
 
97
 
 
98
  window: #2b2b2b; window-text: #debc85; text: #00004b;
 
99
 
 
100
  light: #B7B4AC; midlight: #debc85;  button: #292929;
 
101
  mid: #202553; dark: #000533; button-text: #B6B3AB; }
 
102
 
 
103
StyledLabel#topicLabel { background: #282828; }
 
104
MultiLineEdit { background: #131313; color: #debc85; }
 
105