progtest-theme
progtest-theme copied to clipboard
Themes manager for ProgTest
rogtest Themes
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.
Download
Chrome Web Store (supports any Chromium browser, e.g. Opera, Brave, new Microsoft Edge, etc.)
Building from source
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 devto get a hot-reloading version of the extension inbuild/. Alternatively, runbun build:chromeorbun build:firefoxto build it just once (and with the proper manifests; the dev version usesmanifests/debug.json). - Load the extension to your browser
chrome://extensionsin Chromeabout:addons(if building) /about:debugging#/runtime/this-firefox(if developing) in Firefox
Privacy policy
In short, we don't collect any data, but you can read it in full here.
Creating new theme
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!