modifications/meme/0001-Doom-One-colorscheme.p...

61 lines
1.2 KiB
Diff

From 369e5b9ab2a35e33de89f78d84dde89f8fc7ef2e Mon Sep 17 00:00:00 2001
From: ~vern <admin@vern.cc>
Date: Sun, 10 Dec 2023 17:43:58 +0000
Subject: [PATCH] Doom One colorscheme
---
static/style.css | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/static/style.css b/static/style.css
index 75cbfb2..1df3c49 100644
--- a/static/style.css
+++ b/static/style.css
@@ -2,8 +2,8 @@ body {
font-family: Fira Sans, Liberation Sans, DejaVu Sans, sans-serif;
font-size: 1.1em;
line-height: 1.5em;
- color: #ffc8dd;
- background-color: #2e2016;
+ color: #bbc2cf;
+ background-color: #21242b;
hyphens: auto;
margin: 0 auto;
}
@@ -12,8 +12,12 @@ img {
border-radius: 10px;
}
+h1, h2, h3, h4, h5, h6 {
+ color:#51afef;
+}
+
blockquote {
- border-left: 10px solid #c6888d;
+ border-left: 10px solid #bbc2cf;
padding: 1px 1em;
margin-left: 1em;
border-radius: 10px;
@@ -30,15 +34,15 @@ h1.error {
}
a {
- color: #ff99c8;
+ color: #ff6c6b;
text-decoration: none;
}
.box {
- border: 5px solid #c6888d;
+ border: 5px solid #bbc2cf;
border-radius: 10px;
margin: 1%;
- background-color: #473032;
+ background-color: #282c34;
display: inline-block;
vertical-align: top;
}
--
2.39.2