Browse Source

Merge pull request #232 from GilbN/org-dracula

pull/235/head
GilbN 3 years ago
committed by GitHub
parent
commit
97625dbf55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      CSS/themes/organizr/Aquamarine.css
  2. 13
      CSS/themes/organizr/Hotline.css
  3. 26
      CSS/themes/organizr/aquamarine.css
  4. 27
      CSS/themes/organizr/dark.css
  5. 26
      CSS/themes/organizr/dracula.css
  6. 26
      CSS/themes/organizr/hotline.css
  7. 1043
      CSS/themes/organizr/organizr-base-old.css
  8. 2741
      CSS/themes/organizr/organizr-base.css
  9. 12
      CSS/themes/organizr/plex.css
  10. 27
      CSS/themes/organizr/space-gray.css
  11. BIN
      Resources/organizr/dracula/dracula_homepage.jpg
  12. BIN
      Resources/organizr/dracula/dracula_login.jpg
  13. BIN
      Resources/organizr/dracula/dracula_search.jpg
  14. BIN
      Resources/organizr/dracula/dracula_splash.jpg
  15. BIN
      Resources/organizr/dracula/theme-park-organizr-dracula-logo.png

13
CSS/themes/organizr/Aquamarine.css

@ -11,16 +11,11 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR AQUAMARINE THEME */
@import 'Organizr.css';
@import url(https://theme-park.dev/CSS/themes/organizr/organizr-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 top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--link-color: #FFEB3B;
--custom-buttons-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed;
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #009688;
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/aquamarine.css");
/* APP VARS */
:root {
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;

13
CSS/themes/organizr/Hotline.css

@ -11,16 +11,11 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR HOTLINE THEME */
@import 'Organizr.css';
@import url(https://theme-park.dev/CSS/themes/organizr/organizr-base.css);
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/hotline.css");
/* APP VARS */
: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 top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--link-color: #FFEB3B;
--custom-buttons-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed;
--hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed;
--notification-box-line: #F44336;
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;

26
CSS/themes/organizr/aquamarine.css

@ -0,0 +1,26 @@
/* 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 */
/* ORGANIZR AQUAMARINE THEME */
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/aquamarine.css");
/* APP VARS */
:root {
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
}

27
CSS/themes/organizr/dark.css

@ -12,21 +12,16 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR DARK THEME */
@import 'Organizr.css';
@import url(https://theme-park.dev/CSS/themes/organizr/organizr-base.css);
:root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--link-color: #2cabe3;
--custom-buttons-color: rgba(255, 255, 255, 0.2);
--hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.1) 50%,#000000f2 100%);
--notification-box-line: #2cabe3;
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/dark.css");
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
/* APP VARS */
:root {
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
}

26
CSS/themes/organizr/dracula.css

@ -0,0 +1,26 @@
/* 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 */
/* ORGANIZR DRACULA THEME */
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/dracula.css");
/* APP VARS */
:root {
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
}

26
CSS/themes/organizr/hotline.css

@ -0,0 +1,26 @@
/* 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 */
/* ORGANIZR HOTLINE THEME */
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/hotline.css");
/* APP VARS */
:root {
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
}

1043
CSS/themes/organizr/organizr-base-old.css

File diff suppressed because it is too large

2741
CSS/themes/organizr/organizr-base.css

File diff suppressed because one or more lines are too long

12
CSS/themes/organizr/plex.css

@ -11,17 +11,11 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR PLEX THEME */
@import 'Organizr.css';
@import url(https://theme-park.dev/CSS/themes/organizr/organizr-base.css);
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/plex.css");
/* APP VARS */
: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: #191a1c;
--link-color: #e5a00d;
--custom-buttons-color: #e5a00d;
--hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.1) 50%,#1f292d 100%);
--notification-box-line: #e5a00d;
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;

27
CSS/themes/organizr/space-gray.css

@ -11,21 +11,16 @@
/* https://github.com/gilbN/theme.park */
/* ORGANIZR SPACE GRAY THEME */
@import 'Organizr.css';
@import url(https://theme-park.dev/CSS/themes/organizr/organizr-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;
--link-color: #81a6b7;
--custom-buttons-color: #607D8B;
--hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.1) 50%,#1f292d 100%);
--notification-box-line: #81a6b7;
@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
@import url("https://theme-park.dev/CSS/variables/space-gray.css");
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
/* APP VARS */
:root {
--calendar-tv-premier: #FFEB3B;
--calendar-tv-missing: #ff7676;
--calendar-tv-available: #53e69d;
--calendar-tv-unreleased: #eeeeee;
--calendar-movie-missing: #ff7676;
--calendar-movie-available: #53e69d;
--calendar-movie-unreleased: #eeeeee;
}

BIN
Resources/organizr/dracula/dracula_homepage.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

BIN
Resources/organizr/dracula/dracula_login.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
Resources/organizr/dracula/dracula_search.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
Resources/organizr/dracula/dracula_splash.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
Resources/organizr/dracula/theme-park-organizr-dracula-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Loading…
Cancel
Save