modifications/librarian/0001-Add-Doom-One-ColourSch...

66 lines
2.4 KiB
Diff

From 9a3cd8d1925a9ecc7d25e6d2a67e99649a52265b Mon Sep 17 00:00:00 2001
From: Administrator <tildemaster@vern.cc>
Date: Fri, 3 Jun 2022 09:08:38 -0400
Subject: [PATCH] Add Doom One ColourScheme
---
static/css/base.css | 24 +++++-------------------
static/img/librarian.svg | 2 +-
2 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/static/css/base.css b/static/css/base.css
index 14033f4..8574064 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -1,7 +1,7 @@
:root {
- --text: #000;
- --bg-100: #f1f1f1;
- --bg-200: #e1e1e1;
+ --text: #bbc2cf;
+ --bg-100: #282c34;
+ --bg-200: #686b70;
--accent: #1e88e5;
--plyr-color-main: var(--accent);
--warning: #ffe9b4;
@@ -10,6 +10,8 @@
body {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
+ background-color: #282c34;
+ color: #bbc2cf;
}
.center {
@@ -262,19 +264,3 @@ footer {
}
}
-@media (prefers-color-scheme: dark) {
- :root {
- --text: #fff;
- --bg-100: #414141;
- --bg-200: #515151;
- }
-
- body {
- background-color: #000;
- color: #fff;
- }
-
- .logo {
- filter: invert(1) hue-rotate(180deg);
- }
-}
\ No newline at end of file
diff --git a/static/img/librarian.svg b/static/img/librarian.svg
index d940146..b3ecc8c 100644
--- a/static/img/librarian.svg
+++ b/static/img/librarian.svg
@@ -1 +1 @@
-<svg height="512" viewBox="0 0 135.46667 135.46667" width="512" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(3.3696776 0 0 3.3696776 -163.81612 -195.26225)"><path d="m55.573347 78.900191 11.544091 5.622949 15.770016-10.092791-14.95511-7.569843-16.037576 9.968815v4.890691l15.289318 7.516191 16.099823-10.12888" fill="none" stroke="#000007" stroke-width="1.05833"/><ellipse cx="83.832458" cy="78.30751" fill="#1e88e5" fill-opacity=".997229" rx="2.23316" ry="2.379934"/></g></svg>
\ No newline at end of file
+<svg height="512" viewBox="0 0 135.46667 135.46667" width="512" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(3.3696776 0 0 3.3696776 -163.81612 -195.26225)"><path d="m55.573347 78.900191 11.544091 5.622949 15.770016-10.092791-14.95511-7.569843-16.037576 9.968815v4.890691l15.289318 7.516191 16.099823-10.12888" fill="none" stroke="#ffffff" stroke-width="1.05833"/><ellipse cx="83.832458" cy="78.30751" fill="#1e88e5" fill-opacity=".997229" rx="2.23316" ry="2.379934"/></g></svg>
--
2.30.2