Project

General

Profile

jussi01-darktheme.qss-fix.patch

Ycros, 01/04/2010 02:29 AM

View differences:

data/stylesheets/jussi01-darktheme.qss
61 61
ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }
62 62

  
63 63
// BufferView Colors
64
BufferView { background: #131313; }
64 65
ChatListItem { foreground: #debc85; }
65 66
ChatListItem[state="inactive"] { foreground: #a0a0a4; }
66 67
ChatListItem[state="channel-event"] { foreground: #008000; }
......
68 69
ChatListItem[state="highlighted"] { foreground: #ff00bf; }
69 70

  
70 71
// NickView Colors
72
NickView { background: #131313; }
71 73
NickListItem[type="category"] { foreground: #debc85; }
72 74
NickListItem[type="user"] { foreground: #debc85; }
73 75
NickListItem[type="user", state="away"] { foreground: #a0a0a4; }
76

  
77
// Miscellaneous Colors
78
QTreeView::item:selected { color: #131313; }
79
QTreeView#settingsTree { background: #131313; }
80
QTreeView::item#settingsTree { color: #debc85; }
81
QTreeView::item:selected#settingsTree { color: #131313; }
82
QLineEdit:enabled { background: #131313; color: #debc85; }
83
QSpinBox:enabled { background: #131313; color: #debc85; }
84
QTableWidget { background-color: #131313; color: #debc85; }
85
QListWidget { background-color: #131313; color: #debc85; }
86

  
87
QTableView {
88
  alternate-background-color: #00006b;
89
  background-color: #131313;
90
  color: #debc85; }
91

  
92
Palette {
93
  link: #5fffbf; link-visited: #5fffbf;
94

  
95
  window: #a0a5dd; window-text: #131313; text: #131313;
96

  
97
  light: #8085b3; midlight: #606593;  button: #404573;
98
  mid: #202553; dark: #000533; button-text: #0000b4; }
99

  
100
StyledLabel#topicLabel { background: #131313; }
101
MultiLineEdit { background: #131313; color: #debc85; }