Theme-green model color in all blog themes (--model-viewer-color per palette)

This commit is contained in:
trilium-share-gruvbox
2026-09-07 22:14:33 +02:00
parent 1211046eb5
commit a956fa7c8c
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -20,6 +20,7 @@ html.theme-light {
--text-link: #8e2d53;
--text-menu-active: #E8E3C3;
color-scheme: light;
--model-viewer-color: #345600;
}
html.theme-dark {
@@ -37,6 +38,7 @@ html.theme-dark {
--text-link: #ec8f89;
--text-menu-active: #1d150f;
color-scheme: dark;
--model-viewer-color: #cdb878;
}
body {
+2
View File
@@ -20,6 +20,7 @@ html.theme-light {
--text-link: #4c6c94;
--text-menu-active: #dfe4c4;
color-scheme: light;
--model-viewer-color: #556753;
}
html.theme-dark {
@@ -37,6 +38,7 @@ html.theme-dark {
--text-link: #e58980;
--text-menu-active: #1b1b1b;
color-scheme: dark;
--model-viewer-color: #a99b7a;
}
body {
+2
View File
@@ -25,6 +25,7 @@ html.theme-light {
--text-link: #268bd2;
--text-menu-active: #fdf6e3;
color-scheme: light;
--model-viewer-color: #859900;
}
html.theme-dark {
@@ -42,6 +43,7 @@ html.theme-dark {
--text-link: #268bd2;
--text-menu-active: #002b36;
color-scheme: dark;
--model-viewer-color: #859900;
}
body {