3D viewer: model color via --model-viewer-color (Tokyo Night green); mindmap/excalidraw read theme variables

This commit is contained in:
trilium-share-gruvbox
2026-09-07 21:55:10 +02:00
parent 7c3e194116
commit 0c13f83c67
3 changed files with 17 additions and 19 deletions
+2
View File
@@ -15,6 +15,7 @@ html.theme-light {
--background-secondary: #cfc9c2;
--background-highlight: #c4c6dd;
--background-active: #2e7de9;
--model-viewer-color: #587539;
--blog-card-bg: #cfc9c2;
--scrollbar-thumb: #c4c6dd;
--scrollbar-hover: #9aa5ce;
@@ -32,6 +33,7 @@ html.theme-dark {
--background-secondary: #1a1b26;
--background-highlight: #292e42;
--background-active: #7aa2f7;
--model-viewer-color: #9ece6a;
--blog-card-bg: #1a1b26;
--scrollbar-thumb: #292e42;
--scrollbar-hover: #292e42;