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

34 lines
797 B
Diff

From a3ddd63b85a737a92d3ccf9b07a582682736ebe8 Mon Sep 17 00:00:00 2001
From: Tildemaster <root@vern.cc>
Date: Fri, 3 Jun 2022 09:12:47 -0400
Subject: [PATCH] Add DoomOne ColourScheme
---
static/themes/doomone.css | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 static/themes/doomone.css
diff --git a/static/themes/doomone.css b/static/themes/doomone.css
new file mode 100644
index 0000000..ee719a9
--- /dev/null
+++ b/static/themes/doomone.css
@@ -0,0 +1,14 @@
+.doomone {
+ --accent: #51afef;
+ --green: #00a229;
+ --text: #bbc2cf;
+ --foreground: #3d4148;
+ --background: #282c34;
+ --outside: #52565c;
+ --post: #24272e;
+ --panel-border: 2px solid #52565c;
+ --highlighted: #686b70;
+ --visited: #969692;
+ --shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+}
+
--
2.30.2