Add DoomOne theme, c/o Tildemaster <root@vern.cc>

This commit is contained in:
Daniel Valentine 2022-10-11 00:37:05 -06:00
parent 8435b8eab9
commit e01cfa1f10
1 changed files with 13 additions and 0 deletions

13
static/themes/doomone.css Normal file
View File

@ -0,0 +1,13 @@
.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);
}