From 72395ba75d765b1df17e15a9e3e3ebf0ab4670e6 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Thu, 15 Jan 2026 10:08:24 -0600 Subject: [PATCH 1/5] new colors system --- .gitignore | 2 + packages/newtab/newtab.html | 9 +++ packages/sidebar/panel.html | 9 +++ scripts/copy-shared.js | 2 +- scripts/watch-shared.js | 2 +- shared/colors.js | 151 ++++++++++++++++++++++++++++++++++++ shared/preload.js | 17 +++- shared/script.js | 44 ++++++++--- 8 files changed, 223 insertions(+), 13 deletions(-) create mode 100644 shared/colors.js diff --git a/.gitignore b/.gitignore index c7e062c..be3cf8a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,11 @@ packages/sidebar/script.js packages/sidebar/icon.svg packages/sidebar/preload.js packages/sidebar/export.js +packages/sidebar/colors.js packages/newtab/styles.css packages/newtab/script.js packages/newtab/icon.svg packages/newtab/preload.js packages/newtab/export.js +packages/newtab/colors.js web-ext-artifacts diff --git a/packages/newtab/newtab.html b/packages/newtab/newtab.html index 7b9934e..b23c2bb 100644 --- a/packages/newtab/newtab.html +++ b/packages/newtab/newtab.html @@ -56,6 +56,14 @@