Skip to content

Commit

Permalink
fixed mistaken bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwilson committed Nov 11, 2012
1 parent 3e4b31d commit 360a845
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 212 deletions.
27 changes: 23 additions & 4 deletions README.md
@@ -1,4 +1,23 @@
SolarizedQuassel
------
- Quassel Light Theme
- Quassel Dark Theme
SolarizedQuassel
================
In this repository you'll find several skins for for the [Quassel IRC Client][quassel] that I've created to the specification of [Ethan Schoonover's Solarized Scheme][solarized].

I am a long-term fan of [Solarized][solarized], and use it in every single text based environment that I can. Unfortunately there don't appear to be any other [Solarized][solarized] stylesheets for [Quassel][quassel], so I took it upon myself to port over the specification myself (to the best of my ability, there is very little documentation available in regards to theming [Quassel][quassel]).

Screenshots
===========

Solarized Light
---------------
![SolarizedLight](https://github.com/antoligy/SolarizedQuassel/raw/master/img/SolarizedLight.png)

Solarized Dark
--------------
![SolarizedDark](https://github.com/antoligy/SolarizedQuassel/raw/master/img/SolarizedDark.png)

Solarized Grey
--------------
![SolarizedGrey](https://github.com/antoligy/SolarizedQuassel/raw/master/img/SolarizedGrey.png)

[quassel]: http://quassel-irc.org/ "Quassel IRC Client"
[solarized]: http://ethanschoonover.com/solarized "Ethan Schoonover's Solarized Scheme"
199 changes: 97 additions & 102 deletions SolarizedDark.qss
@@ -1,102 +1,97 @@
/*
Quassel Solarized Theme by Antoligy

Palatte:
Blue #002B36 #073642 #586E75 #657B83 #839496 #93A1A1
Grey #1C1C1C #3A3A3A #585858 #626262 #808080 #6C6C71
Light #FDF6E3 #EEE8D5 #586E75 #657B83 #839496 #93A1A1
*/
Palette {
marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #073642, stop: 0.1 transparent);
}

ChatView {
background: #002B36;
}

ChatLine[label="highlight"] {
foreground: #586E75;
background: #073642;
}

ChatLine::timestamp {
foreground: #586E75;
background: #073642;
font-weight: normal;
font-style: normal;
}

ChatLine#plain { foreground: #93A1A1; }
ChatLine#notice { foreground: #93A1A1; background: #073642; }
ChatLine#action { foreground: #93A1A1; font-weight: bold; font-style: italic; }
ChatLine#nick { foreground: #657B83; }
ChatLine#mode { foreground: #657B83; font-weight: bold; }
ChatLine#join { foreground: #657B83; }
ChatLine#part { foreground: #657B83; }
ChatLine#quit { foreground: #657B83; }
ChatLine#kick { foreground: #657B83; }
ChatLine#kill { foreground: #657B83; }
ChatLine#netsplit { foreground: #657B83; }
ChatLine#server { foreground: #586E75; }
ChatLine#info { foreground: #657B83; }
ChatLine#error { foreground: #657B83; }
ChatLine#daychange { foreground: #586E75; }
ChatLine#topic { foreground: #657B83; }
ChatLine::sender#plain[sender="self"] { foreground: #839496; }
ChatLine::sender#plain[sender="00"] { foreground: #B58900; }
ChatLine::sender#plain[sender="01"] { foreground: #CB4B16; }
ChatLine::sender#plain[sender="02"] { foreground: #DC322f; }
ChatLine::sender#plain[sender="03"] { foreground: #D33682; }
ChatLine::sender#plain[sender="04"] { foreground: #6C71C4; }
ChatLine::sender#plain[sender="05"] { foreground: #268BD2; }
ChatLine::sender#plain[sender="06"] { foreground: #2AA198; }
ChatLine::sender#plain[sender="07"] { foreground: #859900; }
ChatLine::sender#plain[sender="08"] { foreground: #B58900; }
ChatLine::sender#plain[sender="09"] { foreground: #CB4B16; }
ChatLine::sender#plain[sender="0a"] { foreground: #DC322f; }
ChatLine::sender#plain[sender="0b"] { foreground: #D33682; }
ChatLine::sender#plain[sender="0c"] { foreground: #6C71C4; }
ChatLine::sender#plain[sender="0d"] { foreground: #268BD2; }
ChatLine::sender#plain[sender="0e"] { foreground: #2AA198; }
ChatLine::sender#plain[sender="0f"] { foreground: #859900; }

ChatListItem { foreground: #657B83; }
ChatListItem[state="inactive"] { foreground: #586E75; }
ChatListItem[state="channel-event"] { foreground: #268BD2; }
ChatListItem[state="unread-message"] { foreground: #DC322f; }
ChatListItem[state="highlighted"] { foreground: #859900; }
BufferView { background: #002B36; }

NickListItem[type="category"] { foreground: #586E75; }
NickListItem[type="user"] { foreground: #657B83; }
NickListItem[type="user", state="away"] { foreground: #586E75; }
NickView { background: #002B36; }

MultiLineEdit { background: #002B36; color: #839496; }
StyledLabel#topicLabel { background: #002B36; }

QTreeView::item:selected { color: #839496; }
ChatMonitorSettingsPage BufferView::item { color: #839496; }
QTreeView#settingsTree { background: #002B36; }
QTreeView::item#settingsTree { color: #839496; }
QLineEdit:enabled { background: #002B36; color: #839496; }
QSpinBox:enabled { background: #002B36; color: #839496; }
QTableWidget { background-color: #002B36; color: #839496; }
QListWidget { background-color: #002B36; color: #839496; }

QTableView {
alternate-background-color: #002B36;
background-color: #002B36;
color: #839496;
}

Palette {
link: #586E75; link-visited: #586E75;

window: #002B36; window-text: #839496; text: #839496;

light: #B7B4AC; midlight: #002B36; button: #292929;
mid: #202553; dark: #000533; button-text: #B6B3AB; }

StyledLabel#topicLabel { background: #002B36; }
MultiLineEdit { background: #002B36; color: #839496; }
/*
Quassel Solarized Theme by Antoligy
*/
Palette {
marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #073642, stop: 0.1 transparent);
}

ChatView {
background: #002B36;
}

ChatLine[label="highlight"] {
foreground: #586E75;
background: #073642;
}

ChatLine::timestamp {
foreground: #586E75;
background: #073642;
font-weight: normal;
font-style: normal;
}

ChatLine#plain { foreground: #93A1A1; }
ChatLine#notice { foreground: #93A1A1; background: #073642; }
ChatLine#action { foreground: #93A1A1; font-weight: bold; font-style: italic; }
ChatLine#nick { foreground: #657B83; }
ChatLine#mode { foreground: #657B83; font-weight: bold; }
ChatLine#join { foreground: #657B83; }
ChatLine#part { foreground: #657B83; }
ChatLine#quit { foreground: #657B83; }
ChatLine#kick { foreground: #657B83; }
ChatLine#kill { foreground: #657B83; }
ChatLine#netsplit { foreground: #657B83; }
ChatLine#server { foreground: #586E75; }
ChatLine#info { foreground: #657B83; }
ChatLine#error { foreground: #657B83; }
ChatLine#daychange { foreground: #586E75; }
ChatLine#topic { foreground: #657B83; }
ChatLine::sender#plain[sender="self"] { foreground: #839496; }
ChatLine::sender#plain[sender="00"] { foreground: #B58900; }
ChatLine::sender#plain[sender="01"] { foreground: #CB4B16; }
ChatLine::sender#plain[sender="02"] { foreground: #DC322f; }
ChatLine::sender#plain[sender="03"] { foreground: #D33682; }
ChatLine::sender#plain[sender="04"] { foreground: #6C71C4; }
ChatLine::sender#plain[sender="05"] { foreground: #268BD2; }
ChatLine::sender#plain[sender="06"] { foreground: #2AA198; }
ChatLine::sender#plain[sender="07"] { foreground: #859900; }
ChatLine::sender#plain[sender="08"] { foreground: #B58900; }
ChatLine::sender#plain[sender="09"] { foreground: #CB4B16; }
ChatLine::sender#plain[sender="0a"] { foreground: #DC322f; }
ChatLine::sender#plain[sender="0b"] { foreground: #D33682; }
ChatLine::sender#plain[sender="0c"] { foreground: #6C71C4; }
ChatLine::sender#plain[sender="0d"] { foreground: #268BD2; }
ChatLine::sender#plain[sender="0e"] { foreground: #2AA198; }
ChatLine::sender#plain[sender="0f"] { foreground: #859900; }

ChatListItem { foreground: #657B83; }
ChatListItem[state="inactive"] { foreground: #586E75; }
ChatListItem[state="channel-event"] { foreground: #268BD2; }
ChatListItem[state="unread-message"] { foreground: #DC322f; }
ChatListItem[state="highlighted"] { foreground: #859900; }
BufferView { background: #002B36; }

NickListItem[type="category"] { foreground: #586E75; }
NickListItem[type="user"] { foreground: #657B83; }
NickListItem[type="user", state="away"] { foreground: #586E75; }
NickView { background: #002B36; }

MultiLineEdit { background: #002B36; color: #839496; }
StyledLabel#topicLabel { background: #002B36; }

QTreeView::item:selected { color: #839496; }
ChatMonitorSettingsPage BufferView::item { color: #839496; }
QTreeView#settingsTree { background: #002B36; }
QTreeView::item#settingsTree { color: #839496; }
QLineEdit:enabled { background: #002B36; color: #839496; }
QSpinBox:enabled { background: #002B36; color: #839496; }
QTableWidget { background-color: #002B36; color: #839496; }
QListWidget { background-color: #002B36; color: #839496; }

QTableView {
alternate-background-color: #002B36;
background-color: #002B36;
color: #839496;
}

Palette {
link: #586E75; link-visited: #586E75;

window: #002B36; window-text: #839496; text: #839496;

light: #B7B4AC; midlight: #002B36; button: #292929;
mid: #202553; dark: #000533; button-text: #B6B3AB; }

StyledLabel#topicLabel { background: #002B36; }
MultiLineEdit { background: #002B36; color: #839496; }

0 comments on commit 360a845

Please sign in to comment.