/*
 * These palettes from
 * lospec.com are pretty
 * cool, but...
*/

/* Palette::old-main::B34UTY-S133P */
.b34uty-s133p {
    --bg: oklch(0 0 0);
    --txt: oklch(0.625 0.217 352.4);
    --acc: oklch(0.305 0.089 270.8);
    --sec: oklch(0.367 0.057 261.3);
    --ter: oklch(0.489 0.041 187);
}

/* Palette::new-main::trash-panda */
.trash-panda {
    --bg: oklch(0.171 0.008 297);
    --bg-meta: #100f13;
    --txt: oklch(0.861 0.068 53.6);
    --acc: oklch(0.359 0.017 322);
    --sec: oklch(0.678 0.106 20.2);
    --ter: oklch(0.244 0.019 284.9);
}

/* Palette::wip::persian-ghost */
.persian-ghost {
    --bg: oklch(0.313 0.159 278.585);
    --bg-meta: #27187e;
    --txt: oklch(0.978 0.011 286.202);
    --acc: oklch(0.161 0.027 194.769);
    --sec: oklch(0.645 0.187 7.866);
    --ter: oklch(0.191 0 0);
}

/* Palette::alternative::sadakiyo5 */
.sadakiyo5 {
    --bg: oklch(0.457 0.031 285.1);
    --bg-meta: #555568;
    --txt: oklch(0.837 0.064 1);
    --acc: oklch(0.951 0.006 17.3);
    --sec: oklch(0.908 0.06 172.1);
    --ter: oklch(0.654 0.004 197.1);
}

/* Palette::alternative2::digital-paper */
.digital-paper {
    --bg: oklch(0.97 0 0);
    --txt: oklch(0.115 0 0);
    --acc: oklch(0.704 0.023 223.1);
    --sec: oklch(0.455 0.046 268.8);
    --ter: oklch(0.931 0.153 134.9);
}

/* Palette::alternative3::Hammer-&-Sickle-5 */
.hammer-sickle-5 {
    --bg: oklch(0.145 0 0);
    --txt: oklch(0.962 0.041 85.3);
    --acc: oklch(0.547 0.189 32.2);
    --sec: oklch(0.65 0.14 64.2);
    --ter: oklch(0.518 0.039 84.4);
}

/*
 * Should I go with two
 * variations of the same
 * custom palette?
 *
 * The values:
 *
 * #f5f5f5 <--> whitesmoke <--> oklch(0.970 0.000 0.0)
 * #080b12 <--> midnightberry <--> oklch(0.150 0.016 265.8)
 * #da70d6 <--> orchid <--> oklch(0.702 0.181 328.7)
 * #004c3d <--> mongreen <--> oklch(0.372 0.071 173.7)
 *
 * #ff6347 <--> tomato <--> oklch(0.696 0.196 32.3)
 * #ee964b <--> plumishazard <--> oklch(0.750 0.139 58.6)
 * #483d8b <--> darkslateblue <--> oklch(0.414 0.125 286.0)
 *
 * --sec: darkslateblue
 * --ter: plumishazard
 * --tmt: tomato
 *
 * And the following values
 * define the mode diffs:
 *
 * [dark-mode]
 * --bg: midnightberry
 * --txt: whitesmoke
 * --acc: orchid
 *
 * [light-mode]
 * --bg: whitesmoke
 * --txt: midnightberry
 * --acc: mongreen
*/

/* Palette::main?::dark-mode */
.dark-mode {
    --bg: oklch(0.15 0.016 265.8);
    --txt: oklch(0.97 0 0);
    --acc: oklch(0.702 0.181 328.7);

    --sec: oklch(0.414 0.125 286);
    --ter: oklch(0.75 0.139 58.6);
    --tmt: oklch(0.696 0.196 32.3);
}

/* Palette::main?::light-mode */
.light-mode {
    --bg: oklch(0.97 0 0);
    --txt: oklch(0.15 0.016 265.8);
    --acc: oklch(0.372 0.071 173.7);
    --sec: oklch(0.414 0.125 286);
    --ter: oklch(0.75 0.139 58.6);
    --tmt: oklch(0.696 0.196 32.3);
}

/*
    * For now, trash-panda is
    * an amazing choice:)
*/

/* naponi */
.naponi {
    --bg: #0c3c52;
    --txt: #d8bfd8;
    --acc: #fb9c9c;

    --sec: #8accd3;
    --ter: #434c5e;
}
