philomena/assets/css/themes/light-orange.css

60 lines
1.5 KiB
CSS
Raw Permalink Normal View History

2024-12-17 17:49:05 +01:00
@import "themes/base/light";
$background-color: #ffffff;
$page-background-color: #f8fafc;
$foreground-color: #333333;
$base-color: #d98e62;
$primary-color: #f9d6c1;
$success-color: #bde9a3;
$danger-color: #ebbbbb;
$warning-color: #eee9bc;
$link-color: #d97441;
$link-hover-color: #d0b173;
$fave-color: #c4b246;
$vote-up-color: #67af2b;
$vote-down-color: #cf0001;
$hide-color: #cf0001;
$destroyed-content-color: #ffdcdc;
$assistant-color: #eeceed;
$unread-message-color: #ff8800;
$tag-normal-color: #6f8f0e;
$tag-category-rating-color: #267ead;
$tag-category-spoiler-color: #c24523;
$tag-category-origin-color: #393f85;
$tag-category-oc-color: #9852a3;
$tag-category-error-color: #ad263f;
$tag-category-character-color: #2d8677;
$tag-category-content-official-color: #998e1a;
$tag-category-content-fanmade-color: #bb5496;
$tag-category-species-color: #8b552f;
$tag-category-body-type-color: #4e4e4e;
$commission-category-color: #986f3d;
$image-overlay-color: #ffffff;
$image-overlay-background-color: #000000;
@mixin light-theme-mutations;
2024-12-17 18:42:47 +01:00
/* Put any color variable overrides here.
*
2024-12-17 19:35:47 +01:00
* Note: due to (intentional and bad) behavior of Vite,
2024-12-17 18:42:47 +01:00
* this needs to contain something unique that the other
* themes do not have, as Vite does not compile what it considers
* "inputs with identical contents", and it does not seem to care
* about differences in $variables. So please change something about
* the value below, or make up a random variable if you're not changing
* any color variables here.
*/
2024-12-17 17:49:05 +01:00
:root {
--comment-color: #9273d0;
}