ProgTest Themes is a WebExtension for Google Chrome and Mozilla Firefox which works as a theme manager for ProgTest. It adds other useful features, such as syntax highlighting or notifications.
Chrome Web Store (supports any Chromium browser, e.g. Opera, Brave, new Microsoft Edge, etc.)
In order to build from source, you are going to need bun
.
The current version of ProgTest Themes has been successfully compiled using bun 1.0.6
.
- Install all dev dependencies using
bun install
- Run
bun dev
to get a hot-reloading version of the extension inbuild/
. Alternatively, runbun build:chrome
orbun build:firefox
to build it just once (and with the proper manifests; the dev version usesmanifests/debug.json
). - Load the extension to your browser
chrome://extensions
in Chromeabout:addons
(if building) /about:debugging#/runtime/this-firefox
(if developing) in Firefox
In short, we don't collect any data, but you can read it in full here.
Checkout from primer branch. The project there is restructured to allow multiple theme engines. To see how it all works look at src/content/end.js
and into src\themes
.
Good luck!