Skip to content

Commit

Permalink
add for4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maboroshin committed Dec 18, 2020
1 parent 0682f9b commit b191b26
Show file tree
Hide file tree
Showing 14 changed files with 248 additions and 29 deletions.
Binary file modified Absinthe.qbtheme
Binary file not shown.
Binary file modified ICEBERG.qbtheme
Binary file not shown.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,14 @@ Please use [this place](https://github.com/maboroshin/qBittorrentDarktheme/issue
* Torrents for testing: [Public Domain Torrents](https://www.publicdomaintorrents.info/)

## Known issue
*[More info: Issues waiting for release 4.22](https://github.com/maboroshin/qBittorrentDarktheme/issues/2)*<br>
*[More info2: Unknown issue](https://github.com/maboroshin/qBittorrentDarktheme/issues/3)*

Probably cannot be changed in the theme file.
- Progress bar color fixed.
- Link color fixed to blue.
- strangeness of check items, In right-click transfer list.

## Compile
*[More info...](https://github.com/maboroshin/qBittorrentDarktheme/wiki/How-to-compile-.qbtheme)*

Rename `src\stylesheet~~.qss` to `src\stylesheet.qss`, and compile `resources.qrc` by Qt rcc.
Rename `src\stylesheet~~.qss` to `src\stylesheet.qss`, Rename `src\config~~.json` to `src\config.json`, and compile `resources.qrc` by Qt rcc.

## License
[Jagannatharjun says](https://github.com/qbittorrent/qBittorrent/issues/6434#issuecomment-581101910):
Expand Down
Binary file modified Solarized.qbtheme
Binary file not shown.
Binary file modified ayuDark.qbtheme
Binary file not shown.
37 changes: 37 additions & 0 deletions src/config_Absinthe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"colors": {
"Palette.Window": "#131418",
"Palette.WindowText": "#BEC7BA",
"Palette.Link": "#90B998",
"Palette.LinkVisited": "#A08EAE",

"Log.Time": "#4A956D",
"Log.Normal": "#BEC7BA",
"Log.Info": "#A5B352",
"Log.Warning": "#BBA944",
"Log.Critical": "#C69492",
"Log.BannedPeer": "#A08EAE",

"RSS.ReadArticle": "#BEC7BA",
"RSS.UnreadArticle": "#1D2E03",

"TransferList.Downloading": "#A5B352",
"TransferList.ForcedDownloading": "#A5B352",
"TransferList.DownloadingMetadata": "#A5B352",
"TransferList.Allocating": "#BEC7BA",
"TransferList.StalledDownloading": "#BEC7BA",
"TransferList.StalledUploading": "#BEC7BA",
"TransferList.Uploading": "#90B998",
"TransferList.ForcedUploading": "#90B998",
"TransferList.PausedDownloading": "#BBA944",
"TransferList.PausedUploading": "#90B998",
"TransferList.Error": "R3D0000",
"TransferList.MissingFiles": "R3D0000",
"TransferList.QueuedDownloading": "#A5B352",
"TransferList.QueuedUploading": "#A5B352",
"TransferList.CheckingDownloading": "#A5B352",
"TransferList.CheckingUploading": "#A5B352",
"TransferList.CheckingResumeData": "#A5B352",
"TransferList.Moving": "#C69492"
}
}
43 changes: 43 additions & 0 deletions src/config_ICEBERG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"colors": {
"Palette.Window": "#161821",
"Palette.WindowText": "#C6C8D1",
"Palette.Base": "#161821",
"Palette.AlternateBase": "#1E2132",
"Palette.Text": "#C6C8D1",
"Palette.ToolTipBase": "#1E2132",
"Palette.ToolTipText": "#C6C8D1",
"Palette.BrightText": "#C0CA8E",
"Palette.Link": "#89B8C2",
"Palette.LinkVisited": "#A093C7",

"Log.Time": "#9A9CA5",
"Log.Normal": "#C6C8D1",
"Log.Info": "#B4BE82",
"Log.Warning": "#E2A478",
"Log.Critical": "#E27878",
"Log.BannedPeer": "#A093C7",

"RSS.ReadArticle": "#C6C8D1",
"RSS.UnreadArticle": "#89B8C2",

"TransferList.Downloading": "#B4BE82",
"TransferList.ForcedDownloading": "#B4BE82",
"TransferList.DownloadingMetadata": "#B4BE82",
"TransferList.Allocating": "#C6C8D1",
"TransferList.StalledDownloading": "#C6C8D1",
"TransferList.StalledUploading": "#C6C8D1",
"TransferList.Uploading": "#89B8C2",
"TransferList.ForcedUploading": "#89B8C2",
"TransferList.PausedDownloading": "#E2A478",
"TransferList.PausedUploading": "#89B8C2",
"TransferList.Error": "R3D0000",
"TransferList.MissingFiles": "R3D0000",
"TransferList.QueuedDownloading": "#B4BE82",
"TransferList.QueuedUploading": "#B4BE82",
"TransferList.CheckingDownloading": "#B4BE82",
"TransferList.CheckingUploading": "#B4BE82",
"TransferList.CheckingResumeData": "#B4BE82",
"TransferList.Moving": "#E27878"
}
}
43 changes: 43 additions & 0 deletions src/config_Solarized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"colors": {
"Palette.Window": "#002B36",
"Palette.WindowText": "#839496",
"Palette.Base": "#002B36",
"Palette.AlternateBase": "#073642",
"Palette.Text": "#839496",
"Palette.ToolTipBase": "#073642",
"Palette.ToolTipText": "#839496",
"Palette.BrightText": "#B58900",
"Palette.Link": "#2AA198",
"Palette.LinkVisited": "#6C71C4",

"Log.Time": "#586E75",
"Log.Normal": "#839496",
"Log.Info": "#859900",
"Log.Warning": "#CB4B16",
"Log.Critical": "#DC322F",
"Log.BannedPeer": "#6C71C4",

"RSS.ReadArticle": "#839496",
"RSS.UnreadArticle": "#2AA198",

"TransferList.Downloading": "#859900",
"TransferList.ForcedDownloading": "#859900",
"TransferList.DownloadingMetadata": "#859900",
"TransferList.Allocating": "#839496",
"TransferList.StalledDownloading": "#839496",
"TransferList.StalledUploading": "#839496",
"TransferList.Uploading": "#2AA198",
"TransferList.ForcedUploading": "#2AA198",
"TransferList.PausedDownloading": "#CB4B16",
"TransferList.PausedUploading": "#2AA198",
"TransferList.Error": "R3D0000",
"TransferList.MissingFiles": "R3D0000",
"TransferList.QueuedDownloading": "#859900",
"TransferList.QueuedUploading": "#859900",
"TransferList.CheckingDownloading": "#859900",
"TransferList.CheckingUploading": "#859900",
"TransferList.CheckingResumeData": "#859900",
"TransferList.Moving": "#DC322F"
}
}
43 changes: 43 additions & 0 deletions src/config_ayuDark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"colors": {
"Palette.Window": "#0A0E14",
"Palette.WindowText": "#B3B1AD",
"Palette.Base": "#0A0E14",
"Palette.AlternateBase": "#01060E",
"Palette.Text": "#B3B1AD",
"Palette.ToolTipBase": "#01060E",
"Palette.ToolTipText": "#B3B1AD",
"Palette.BrightText": "#FFB454",
"Palette.Link": "#39BAE6",
"Palette.LinkVisited": "#FFEE99",

"Log.Time": "#626A73",
"Log.Normal": "#B3B1AD",
"Log.Info": "#C2D94C",
"Log.Warning": "#FF8F40",
"Log.Critical": "#F07178",
"Log.BannedPeer": "#FFEE99",

"RSS.ReadArticle": "#B3B1AD",
"RSS.UnreadArticle": "#39BAE6",

"TransferList.Downloading": "#C2D94C",
"TransferList.ForcedDownloading": "#C2D94C",
"TransferList.DownloadingMetadata": "#C2D94C",
"TransferList.Allocating": "#B3B1AD",
"TransferList.StalledDownloading": "#B3B1AD",
"TransferList.StalledUploading": "#B3B1AD",
"TransferList.Uploading": "#39BAE6",
"TransferList.ForcedUploading": "#39BAE6",
"TransferList.PausedDownloading": "#FF8F40",
"TransferList.PausedUploading": "#39BAE6",
"TransferList.Error": "R3D0000",
"TransferList.MissingFiles": "R3D0000",
"TransferList.QueuedDownloading": "#C2D94C",
"TransferList.QueuedUploading": "#C2D94C",
"TransferList.CheckingDownloading": "#C2D94C",
"TransferList.CheckingUploading": "#C2D94C",
"TransferList.CheckingResumeData": "#C2D94C",
"TransferList.Moving": "#F07178"
}
}
1 change: 1 addition & 0 deletions src/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<file>sphere.png</file>
<file>sphere2.png</file>
<file>stylesheet.qss</file>
<file>config.json</file>
<file>icons\iconconfig.json</file>
<file>icons\qbt-theme\application-exit.svg</file>
<file>icons\qbt-theme\application-rss+xml.svg</file>
Expand Down
26 changes: 20 additions & 6 deletions src/stylesheet_Absinthe.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1803,9 +1803,11 @@ QTabWidget QStackedWidget QStackedWidget QTreeView:active { /* Transfer list's b
QTabWidget QStackedWidget QGroupBox { /* General border */
border: 1px solid #1D2E03;
}
QTabWidget QStackedWidget QListView { /* patch : RSS middle and right */
/* del
QTabWidget QStackedWidget QListView { patch : RSS middle and right
background-color: #404933;
}
*/
QTabWidget QStackedWidget QStackedWidget QListView { /* patch : above RSS patch fix : to HTTP source tab*/
background-color: #131418;
}
Expand All @@ -1819,12 +1821,15 @@ QListView::item { /* Memo: Left Sidebar : each nonactive item (STATUS, TRACKERS)
/* height:20px; */ /* Delete: reason : These narrowed height on 2160p screen */
}
QTabWidget QTabWidget QListView::item { /* patch : Excution Log */
background-color: #48524f; /* Excution Log item bg*/
/* background-color: #48524f; Excution Log item bg*/
padding: 0px; /* change for : Excution Log's Line height */
}
QTabWidget QTabWidget QListView QListView::item:hover { /* patch : Excution Log */

/* del
QTabWidget QTabWidget QListView QListView::item:hover { patch : Excution Log
background-color: #404933;
}
*/

QListView::item:selected,
QListView::item:selected:active {
Expand Down Expand Up @@ -2201,9 +2206,9 @@ TransferListWidget {
qproperty-downloadingStateForeground: #A5B352;
qproperty-forcedDownloadingStateForeground: #A5B352;
qproperty-downloadingMetadataStateForeground: #A5B352;
qproperty-allocatingStateForeground: #4A956D;
qproperty-stalledDownloadingStateForeground: #4A956D;
qproperty-stalledUploadingStateForeground: #4A956D;
qproperty-allocatingStateForeground: #BEC7BA;
qproperty-stalledDownloadingStateForeground: #BEC7BA;
qproperty-stalledUploadingStateForeground: #BEC7BA;
qproperty-uploadingStateForeground: #90B998;
qproperty-forcedUploadingStateForeground: #90B998;
qproperty-pausedDownloadingStateForeground: #BBA944;
Expand All @@ -2219,3 +2224,12 @@ TransferListWidget {
qproperty-unknownStateForeground: #C69492;
}

LogWidget {
qproperty-time: #4A956D;
qproperty-normal: #BEC7BA;
qproperty-info: #A5B352;
qproperty-Warning: #BBA944;
qproperty-Critical: #C69492;
qproperty-BannedPeer: #A08EAE;
}

26 changes: 20 additions & 6 deletions src/stylesheet_ICEBERG.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1803,9 +1803,11 @@ QTabWidget QStackedWidget QStackedWidget QTreeView:active { /* Transfer list's b
QTabWidget QStackedWidget QGroupBox { /* General border */
border: 1px solid #3D425B;
}
QTabWidget QStackedWidget QListView { /* patch : RSS middle and right */
/* del
QTabWidget QStackedWidget QListView { patch : RSS middle and right
background-color: #404933;
}
*/
QTabWidget QStackedWidget QStackedWidget QListView { /* patch : above RSS patch fix : to HTTP source tab*/
background-color: #161821;
}
Expand All @@ -1819,12 +1821,15 @@ QListView::item { /* Memo: Left Sidebar : each nonactive item (STATUS, TRACKERS)
/* height:20px; */ /* Delete: reason : These narrowed height on 2160p screen */
}
QTabWidget QTabWidget QListView::item { /* patch : Excution Log */
background-color: #48524f; /* Excution Log item bg*/
/* background-color: #48524f; Excution Log item bg*/
padding: 0px; /* change for : Excution Log's Line height */
}
QTabWidget QTabWidget QListView QListView::item:hover { /* patch : Excution Log */

/* del
QTabWidget QTabWidget QListView QListView::item:hover { patch : Excution Log
background-color: #404933;
}
*/

QListView::item:selected,
QListView::item:selected:active {
Expand Down Expand Up @@ -2201,9 +2206,9 @@ TransferListWidget {
qproperty-downloadingStateForeground: #B4BE82;
qproperty-forcedDownloadingStateForeground: #B4BE82;
qproperty-downloadingMetadataStateForeground: #B4BE82;
qproperty-allocatingStateForeground: #9A9CA5;
qproperty-stalledDownloadingStateForeground: #9A9CA5;
qproperty-stalledUploadingStateForeground: #9A9CA5;
qproperty-allocatingStateForeground: #C6C8D1;
qproperty-stalledDownloadingStateForeground: #C6C8D1;
qproperty-stalledUploadingStateForeground: #C6C8D1;
qproperty-uploadingStateForeground: #89B8C2;
qproperty-forcedUploadingStateForeground: #89B8C2;
qproperty-pausedDownloadingStateForeground: #E2A478;
Expand All @@ -2219,3 +2224,12 @@ TransferListWidget {
qproperty-unknownStateForeground: #E27878;
}

LogWidget {
qproperty-time: #9A9CA5;
qproperty-normal: #C6C8D1;
qproperty-info: #B4BE82;
qproperty-Warning: #E2A478;
qproperty-Critical: #E27878;
qproperty-BannedPeer: #A093C7;
}

26 changes: 20 additions & 6 deletions src/stylesheet_Solarized.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1803,9 +1803,11 @@ QTabWidget QStackedWidget QStackedWidget QTreeView:active { /* Transfer list's b
QTabWidget QStackedWidget QGroupBox { /* General border */
border: 1px solid #073642;
}
QTabWidget QStackedWidget QListView { /* patch : RSS middle and right */
/* del
QTabWidget QStackedWidget QListView { patch : RSS middle and right
background-color: #404933;
}
*/
QTabWidget QStackedWidget QStackedWidget QListView { /* patch : above RSS patch fix : to HTTP source tab*/
background-color: #002B36;
}
Expand All @@ -1819,12 +1821,15 @@ QListView::item { /* Memo: Left Sidebar : each nonactive item (STATUS, TRACKERS)
/* height:20px; */ /* Delete: reason : These narrowed height on 2160p screen */
}
QTabWidget QTabWidget QListView::item { /* patch : Excution Log */
background-color: #48524f; /* Excution Log item bg*/
/* background-color: #48524f; Excution Log item bg*/
padding: 0px; /* change for : Excution Log's Line height */
}
QTabWidget QTabWidget QListView QListView::item:hover { /* patch : Excution Log */

/* del
QTabWidget QTabWidget QListView QListView::item:hover { patch : Excution Log
background-color: #404933;
}
*/

QListView::item:selected,
QListView::item:selected:active {
Expand Down Expand Up @@ -2201,9 +2206,9 @@ TransferListWidget {
qproperty-downloadingStateForeground: #859900;
qproperty-forcedDownloadingStateForeground: #859900;
qproperty-downloadingMetadataStateForeground: #859900;
qproperty-allocatingStateForeground: #586E75;
qproperty-stalledDownloadingStateForeground: #586E75;
qproperty-stalledUploadingStateForeground: #586E75;
qproperty-allocatingStateForeground: #839496;
qproperty-stalledDownloadingStateForeground: #839496;
qproperty-stalledUploadingStateForeground: #839496;
qproperty-uploadingStateForeground: #2AA198;
qproperty-forcedUploadingStateForeground: #2AA198;
qproperty-pausedDownloadingStateForeground: #CB4B16;
Expand All @@ -2219,3 +2224,12 @@ TransferListWidget {
qproperty-unknownStateForeground: #DC322F;
}

LogWidget {
qproperty-time: #586E75;
qproperty-normal: #839496;
qproperty-info: #859900;
qproperty-Warning: #CB4B16;
qproperty-Critical: #DC322F;
qproperty-BannedPeer: #6C71C4;
}

Loading

0 comments on commit b191b26

Please sign in to comment.