diff --git a/data/stylesheets/jussi01-darktheme.qss b/data/stylesheets/jussi01-darktheme.qss index b17227d..30e9d2a 100644 --- a/data/stylesheets/jussi01-darktheme.qss +++ b/data/stylesheets/jussi01-darktheme.qss @@ -61,6 +61,7 @@ ChatLine::sender#plain[sender="0e"] { foreground: #b39775; } ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; } // BufferView Colors +BufferView { background: #131313; } ChatListItem { foreground: #debc85; } ChatListItem[state="inactive"] { foreground: #a0a0a4; } ChatListItem[state="channel-event"] { foreground: #008000; } @@ -68,6 +69,33 @@ ChatListItem[state="unread-message"] { foreground: #ff7b00; } ChatListItem[state="highlighted"] { foreground: #ff00bf; } // NickView Colors +NickView { background: #131313; } NickListItem[type="category"] { foreground: #debc85; } NickListItem[type="user"] { foreground: #debc85; } NickListItem[type="user", state="away"] { foreground: #a0a0a4; } + +// Miscellaneous Colors +QTreeView::item:selected { color: #131313; } +QTreeView#settingsTree { background: #131313; } +QTreeView::item#settingsTree { color: #debc85; } +QTreeView::item:selected#settingsTree { color: #131313; } +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: #00006b; + background-color: #131313; + color: #debc85; } + +Palette { + link: #5fffbf; link-visited: #5fffbf; + + window: #a0a5dd; window-text: #131313; text: #131313; + + light: #8085b3; midlight: #606593; button: #404573; + mid: #202553; dark: #000533; button-text: #0000b4; } + +StyledLabel#topicLabel { background: #131313; } +MultiLineEdit { background: #131313; color: #debc85; }