From f72463a2f50f075bc96bba927cf806fbb7f40702 Mon Sep 17 00:00:00 2001 From: trilium-share-gruvbox Date: Tue, 8 Sep 2026 11:42:00 +0200 Subject: [PATCH] Remove client-side theme switcher; Gruvbox is the fixed theme --- README.md | 1 - scripts/blog_theme_picker.js | 86 ------------------------------------ 2 files changed, 87 deletions(-) delete mode 100644 scripts/blog_theme_picker.js diff --git a/README.md b/README.md index b5fc89c..81dd536 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,6 @@ pointing the `shareCss` relation at the matching note – see | `lib/highlight.js` | vendored highlight.js | code, `application/javascript` | | `lib/3d/*` | three.js + OrbitControls + STLLoader + occt-wasm (OCCT V8 bundle + WASM) for the 3D viewer | code / file | | `lib/hljs_line_numbers.js` | highlight.js line-numbers plugin | code | -| `scripts/blog_theme_picker.js` | theme switcher dropdown in the header (client-side, localStorage, default Gruvbox) | code, `text/html` | | `scripts/*.js` | frontend share snippets (content is pasted **verbatim** into a code note, including the ` \ No newline at end of file