From a0f6dd96bd15082b57865ce1ad3027c7ad9ea14e Mon Sep 17 00:00:00 2001 From: Pinezerka <39213507+Pinezerka@users.noreply.github.com> Date: Sat, 15 Jan 2022 23:17:26 +1030 Subject: [PATCH] new theme --- css/community-theme-options/pine-shadow.css | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 css/community-theme-options/pine-shadow.css diff --git a/css/community-theme-options/pine-shadow.css b/css/community-theme-options/pine-shadow.css new file mode 100644 index 00000000..03646907 --- /dev/null +++ b/css/community-theme-options/pine-shadow.css @@ -0,0 +1,30 @@ +:root { + --main-bg-color: linear-gradient(135deg, #252b2f, #090c0e) center center/cover no-repeat fixed; + + --modal-bg-color: var(--main-bg-color); + --modal-header-color: var(--main-bg-color); + --modal-footer-color: var(--main-bg-color); + + --drop-down-menu-bg: var(--main-bg-color); + + --button-color: #cc7b19; + --button-color-hover: #e59029; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 229, 160, 13; + --accent-color-hover: #ffc107; + --link-color: #fff; + --link-color-hover: #fff; + --label-text-color: #fff; + + --text:#bbb; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #27c24c; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: rgb(229, 160, 13); + --petio-spinner: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 255, 193, 7; + } \ No newline at end of file