Browse Source

petio name fixes

pull/226/head
Marius 3 years ago
parent
commit
fcd585ad68
  1. 4
      CSS/themes/petio/aquamarine.css
  2. 4
      CSS/themes/petio/dark.css
  3. 4
      CSS/themes/petio/hotline.css
  4. 4
      CSS/themes/petio/organizr-dark.css
  5. 2
      CSS/themes/petio/plex.css
  6. 4
      CSS/themes/petio/space-gray.css

4
CSS/themes/petio/aquamarine.css

@ -11,7 +11,7 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* MOVIEMATCH AQUAMARINE THEME */
/* PETIO AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
:root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
@ -25,5 +25,5 @@
--accent-color: 18, 175, 160;
--accent-color-hover: #fff;
--link-color: #0ed2bf;
--spinner: invert(39%) sepia(98%) saturate(527%) hue-rotate(129deg) brightness(94%) contrast(101%);
--spinner: invert(39%) sepia(98%) saturate(527%) hue-rotate(129deg) brightness(94%) contrast(101%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

4
CSS/themes/petio/dark.css

@ -11,7 +11,7 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* MOVIEMATCH DARK THEME */
/* PETIO DARK THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
:root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
@ -25,5 +25,5 @@
--accent-color: 100, 100, 100;
--accent-color-hover: #ffffff73;
--link-color: #fff;
--spinner: invert(35%) sepia(12%) saturate(4%) hue-rotate(2deg) brightness(104%) contrast(86%);
--spinner: invert(35%) sepia(12%) saturate(4%) hue-rotate(2deg) brightness(104%) contrast(86%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

4
CSS/themes/petio/hotline.css

@ -11,7 +11,7 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* MOVIEMATCH HOTLINE THEME */
/* PETIO HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
:root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
@ -25,5 +25,5 @@
--accent-color: 244, 67, 54;
--accent-color-hover: #0b3161;
--link-color: #0b3161;
--spinner: invert(32%) sepia(35%) saturate(3786%) hue-rotate(341deg) brightness(100%) contrast(92%);
--spinner: invert(32%) sepia(35%) saturate(3786%) hue-rotate(341deg) brightness(100%) contrast(92%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

4
CSS/themes/petio/organizr-dark.css

@ -11,7 +11,7 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* MOVIEMATCH ORGANIZR-DARK THEME */
/* PETIO ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
:root {
--main-bg-color: #1f1f1f;
@ -25,5 +25,5 @@
--accent-color: 44, 171, 227;
--accent-color-hover: #fff;
--link-color: #2cabe3;
--spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);
--spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

2
CSS/themes/petio/plex.css

@ -24,5 +24,5 @@
--accent-color: 229, 160, 13;
--accent-color-hover: #ffc107;
--link-color: #e5a00d;
--spinner: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
--spinner: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

4
CSS/themes/petio/space-gray.css

@ -11,7 +11,7 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* MOVIEMATCH SPACE GRAY THEME */
/* PETIO SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-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;
@ -25,5 +25,5 @@
--accent-color: 129, 166, 183;
--accent-color-hover: #607D8B;
--link-color: #9adfff;
--spinner: invert(50%) sepia(31%) saturate(341%) hue-rotate(155deg) brightness(88%) contrast(85%);
--spinner: invert(50%) sepia(31%) saturate(341%) hue-rotate(155deg) brightness(88%) contrast(85%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}
Loading…
Cancel
Save