modifications/unfunny/0001-Doom-one-colorscheme.p...

45 lines
880 B
Diff

From 02c208d9a7561c08fcb337ffc2c6d8409c5fb608 Mon Sep 17 00:00:00 2001
From: ~vern <admin@vern.cc>
Date: Sun, 17 Dec 2023 03:16:53 +0000
Subject: [PATCH] Doom one colorscheme
---
static/style.css | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/style.css b/static/style.css
index b4c257e..7c552c7 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: hsla(0,0%,100%,.6);
- background-color: #0c0c14;
+ color: bbc2cf;
+ background-color: #21242b;
hyphens: auto;
margin: 0 auto;
padding: 0 3%;
@@ -16,7 +16,7 @@ img {
}
h1, h2, h3, h4, h5, h6 {
- color: #fc0;
+ color: #51afef;
}
h1 {
@@ -25,6 +25,6 @@ h1 {
}
a {
- color: #fc0;
+ color: #ff6c6b;
text-decoration: none;
}
--
2.39.2