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/nord.css Normal file
View File

@ -0,0 +1,14 @@
/* Nord theme setting */
.nord {
--accent: #8fbcbb;
--green: #a3be8c;
--text: #eceff4;
--foreground: #3b4252;
--background: #2e3440;
--outside: #434c5e;
--post: #434c5e;
--panel-border: 2px solid #4c566a;
--highlighted: #3b4252;
--visited: #a3a5aa;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}