Browse Source

Added Deluge themes. And added new Space Gray theme!

pull/16/head
gilbN 6 years ago
parent
commit
2a24bb99c7
  1. 20
      CSS/themes/deluge/aquamarine.css
  2. 20
      CSS/themes/deluge/dark.css
  3. 2181
      CSS/themes/deluge/deluge-base.css
  4. 21
      CSS/themes/deluge/hotline.css
  5. 20
      CSS/themes/deluge/plex.css
  6. 20
      CSS/themes/deluge/space-gray.css
  7. BIN
      Resources/deluge/active.png
  8. BIN
      Resources/deluge/add.png
  9. BIN
      Resources/deluge/add_small.png
  10. BIN
      Resources/deluge/all.png
  11. BIN
      Resources/deluge/ascending.png
  12. BIN
      Resources/deluge/bottom.png
  13. BIN
      Resources/deluge/checking.png
  14. BIN
      Resources/deluge/columns.png
  15. BIN
      Resources/deluge/connection.png
  16. BIN
      Resources/deluge/connection_small.png
  17. BIN
      Resources/deluge/connections.png
  18. BIN
      Resources/deluge/deluge.png
  19. BIN
      Resources/deluge/descending.png
  20. BIN
      Resources/deluge/dling.png
  21. BIN
      Resources/deluge/down.png
  22. BIN
      Resources/deluge/down_small.png
  23. BIN
      Resources/deluge/edit.png
  24. BIN
      Resources/deluge/error.png
  25. BIN
      Resources/deluge/file.png
  26. BIN
      Resources/deluge/folder.png
  27. BIN
      Resources/deluge/harddrive.png
  28. BIN
      Resources/deluge/help.png
  29. BIN
      Resources/deluge/logout.png
  30. BIN
      Resources/deluge/move.png
  31. BIN
      Resources/deluge/ok.png
  32. BIN
      Resources/deluge/pause.png
  33. BIN
      Resources/deluge/paused.png
  34. BIN
      Resources/deluge/plugin.png
  35. BIN
      Resources/deluge/queue.png
  36. BIN
      Resources/deluge/queued.png
  37. BIN
      Resources/deluge/remove.png
  38. BIN
      Resources/deluge/remove_small.png
  39. BIN
      Resources/deluge/resume.png
  40. BIN
      Resources/deluge/resume_small.png
  41. BIN
      Resources/deluge/search.png
  42. BIN
      Resources/deluge/settings.png
  43. BIN
      Resources/deluge/settings_small.png
  44. BIN
      Resources/deluge/top.png
  45. BIN
      Resources/deluge/uling.png
  46. BIN
      Resources/deluge/up.png
  47. BIN
      Resources/deluge/up_small.png
  48. BIN
      Resources/deluge/update.png

20
CSS/themes/deluge/aquamarine.css

@ -0,0 +1,20 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* DELUGE AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
:root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--progress-color: #8fbc00;
}

20
CSS/themes/deluge/dark.css

@ -0,0 +1,20 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* DELUGE DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
--progress-color: #8fbc00;
}

2181
CSS/themes/deluge/deluge-base.css

File diff suppressed because it is too large

21
CSS/themes/deluge/hotline.css

@ -0,0 +1,21 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* DELUGE HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
:root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--progress-color: #8fbc00;
}

20
CSS/themes/deluge/plex.css

@ -0,0 +1,20 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* DELUGE PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
:root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--progress-color: #cc7b19;
}

20
CSS/themes/deluge/space-gray.css

@ -0,0 +1,20 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* DELUGE SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
:root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--progress-color: #8fbc00;
}

BIN
Resources/deluge/active.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/add.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
Resources/deluge/add_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/all.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/ascending.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Resources/deluge/bottom.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/checking.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/columns.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
Resources/deluge/connection.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
Resources/deluge/connection_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/connections.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
Resources/deluge/deluge.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
Resources/deluge/descending.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Resources/deluge/dling.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/down.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
Resources/deluge/down_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/edit.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
Resources/deluge/error.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/file.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/folder.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/harddrive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/help.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
Resources/deluge/logout.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
Resources/deluge/move.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/ok.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/pause.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
Resources/deluge/paused.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
Resources/deluge/plugin.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
Resources/deluge/queue.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/queued.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/remove.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
Resources/deluge/remove_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
Resources/deluge/resume.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
Resources/deluge/resume_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/search.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
Resources/deluge/settings.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
Resources/deluge/settings_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
Resources/deluge/top.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
Resources/deluge/uling.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/up.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
Resources/deluge/up_small.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
Resources/deluge/update.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Loading…
Cancel
Save