/* Coral color scheme */

:root {
  --accent: 255, 166, 128;         /* #FCC8B4 */
  --accent-off: 153, 116, 102;     /* #8A736A */
  --dark: 38, 28, 23;              /* #271e1b */
  --darkest: 23, 19, 17;           /* #1E1715 */
  --dark-highlight: 83, 53, 40;    /* #4C3E39 */
  --dark-apparent: 49, 38, 33;     /* #2B221E */
  
  --stylish-login: url("https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/images/login-wallpapers/stylish-coral.png");
}

/* :colors {
  --accent: rgb(255, 166, 128);
  --accent-off: rgb(153, 116, 102);
  --dark: rgb(38, 28, 23);
  --darkest: rgb(23, 19, 17);
  --dark-highlight: rgb(83, 53, 40);
  --dark-apparent: rgb(49, 38, 33);
}

:corail {
  --accent: hsl(17, 92%, 85%);
  --accent-off: hsl(17, 13%, 48%);
  --dark: hsl(15, 18%, 13%);
  --darkest: hsl(13, 18%, 10%);
  --dark-highlight: hsl(16, 14%, 26);
  --dark-apparent: hsl(18, 18%, 14%);
} */

#loginPage {background: url("https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/images/login-wallpapers/minimal-coral.png") !important;}
.layout-tv .backgroundContainer, .layout-desktop .backgroundContainer {background: url("https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/images/gradients/coral.png") no-repeat center center;}
.sessionAppInfo img {filter: invert(45%) sepia(70%) saturate(260%) hue-rotate(320deg) brightness(130%) contrast(60%);}
