X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fjussi01-darktheme.qss;h=cc7e2ede3300025bda04ce332368aeb3118fadd0;hp=b17227d133a7982e9cae6dd244a79646602417b9;hb=10189b4eb20d1b3b9579a6b51dde697691c18abd;hpb=91361e82b8cd46e7c4bfc4475e6ecb1d0b268310 diff --git a/data/stylesheets/jussi01-darktheme.qss b/data/stylesheets/jussi01-darktheme.qss index b17227d1..cc7e2ede 100644 --- a/data/stylesheets/jussi01-darktheme.qss +++ b/data/stylesheets/jussi01-darktheme.qss @@ -13,7 +13,8 @@ // Copyright (C) Jussi Schultink 2009 // Custom ChatView Colors -Palette { marker-line: #ff0000; } +Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); } + ChatView { background: #131313; } ChatLine[label="highlight"] { @@ -66,8 +67,40 @@ ChatListItem[state="inactive"] { foreground: #a0a0a4; } ChatListItem[state="channel-event"] { foreground: #008000; } ChatListItem[state="unread-message"] { foreground: #ff7b00; } ChatListItem[state="highlighted"] { foreground: #ff00bf; } +BufferView { background: #131313; } // NickView Colors NickListItem[type="category"] { foreground: #debc85; } NickListItem[type="user"] { foreground: #debc85; } NickListItem[type="user", state="away"] { foreground: #a0a0a4; } +NickView { background: #131313; } + +MultiLineEdit { background: #131313; color: #debc85; } +StyledLabel#topicLabel { background: #131313; } +ChatLine#topic { foreground: #debc85; } + +// Miscellaneous Colors +QTreeView::item:selected { color: #00004b; } +ChatMonitorSettingsPage BufferView::item { color: #debc85; }QTreeView#settingsTree { background: #131313; } +QTreeView::item#settingsTree { color: #debc85; } +QLineEdit:enabled { background: #131313; color: #debc85; } +QSpinBox:enabled { background: #131313; color: #debc85; } +QTableWidget { background-color: #131313; color: #debc85; } +QListWidget { background-color: #131313; color: #debc85; } + +QTableView { + alternate-background-color: #42403B; + background-color: #42403B; + color: #debc85; } + +Palette { + link: #539FA3; link-visited: #845B90; + + window: #2b2b2b; window-text: #debc85; text: #00004b; + + light: #B7B4AC; midlight: #debc85; button: #292929; + mid: #202553; dark: #000533; button-text: #B6B3AB; } + +StyledLabel#topicLabel { background: #282828; } +MultiLineEdit { background: #131313; color: #debc85; } +