1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00
theme.park/css/community-theme-options/catppuccin-macchiato.css
2023-12-16 02:08:20 +00:00

35 lines
1.1 KiB
CSS

:root {
--main-bg-color: #24273a;
--modal-bg-color: #1e2030;
--modal-header-color: #181926;
--modal-footer-color: #181926;
--drop-down-menu-bg: #363a4f;
--button-color: #363a4f;
--button-color-hover: #494d64;
--button-text: var(--text);
--button-text-hover: var(--text-hover);
--accent-color: 137, 180, 250; /* Mocha Blue */
--accent-color-hover: rgb(var(--accent-color), 0.8);
--link-color: var(--text);
--link-color-hover: #8aadf4;
--label-text-color: #fff; /* have to break convention here */
--text: #cad3f5;
--text-hover: var(--text);
--text-muted: a5adcb;
/* Specials */
--arr-queue-color: #a6da95; /* Servarr apps + Bazarr */
--plex-poster-unwatched: #f5a97f;
--petio-spinner: invert(66%) sepia(15%) saturate(1451%) hue-rotate(185deg) brightness(105%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Blue */
--gitea-color-primary-dark-4: var(--accent-color);
--overseerr-gradient: linear-gradient(
var(--main-bg-color),
var(--main-bg-color)
); /* Make sure this is compatible with whatever takes in the gradient */
}