More sensible default color for unread messages
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Aug 2009 08:11:15 +0000 (10:11 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Aug 2009 08:11:15 +0000 (10:11 +0200)
data/default.qss
src/qtui/settingspages/itemviewsettingspage.ui

index 0371fac..2aa0efc 100644 (file)
@@ -93,7 +93,7 @@ ChatLine#topic { foreground: #960096; }
 // BufferView Colors
 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
 ChatListItem[state="channel-event"] { foreground: #008000; }
 // BufferView Colors
 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
 ChatListItem[state="channel-event"] { foreground: #008000; }
-ChatListItem[state="unread-message"] { foreground: #000080; }
+ChatListItem[state="unread-message"] { foreground: #0000f5; }
 ChatListItem[state="highlighted"] { foreground: #ff8000; }
 
 // NickView Colors
 ChatListItem[state="highlighted"] { foreground: #ff8000; }
 
 // NickView Colors
index 1f74204..c6d5a7f 100644 (file)
               <color>
                <red>0</red>
                <green>0</green>
               <color>
                <red>0</red>
                <green>0</green>
-               <blue>128</blue>
+               <blue>245</blue>
               </color>
              </property>
             </widget>
               </color>
              </property>
             </widget>