Embed css themes to simplify adding and testing new themes (#489)

This commit is contained in:
mikupls
2022-05-21 03:41:31 +02:00
committed by GitHub
parent 1c8bcf33c1
commit 60c7b6b23f
14 changed files with 274 additions and 121 deletions

14
static/themes/dracula.css Normal file
View File

@ -0,0 +1,14 @@
/* Dracula theme setting */
.dracula {
--accent: #bd93f9;
--green: #50fa7b;
--text: #f8f8f2;
--foreground: #3d4051;
--background: #282a36;
--outside: #393c4d;
--post: #333544;
--panel-border: 2px solid #44475a;
--highlighted: #4e5267;
--visited: #969692;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}