keombre / progtest-theme

Themes manager for ProgTest

Home Page:https://chrome.google.com/webstore/detail/progtest-themes/eoofjghfpdplnjhbfflfnfogdjnedgjf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progtest Themes

Chrome Web Store Chrome Web Store Chrome Web Store GitHub All Releases CodeFactor

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.)

Firefox Addon

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.

  1. Install all dev dependencies using bun install
  2. Run bun dev to get a hot-reloading version of the extension in build/. Alternatively, run bun build:chrome or bun build:firefox to build it just once (and with the proper manifests; the dev version uses manifests/debug.json).
  3. Load the extension to your browser
    • chrome://extensions in Chrome
    • about: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!

About

Themes manager for ProgTest

https://chrome.google.com/webstore/detail/progtest-themes/eoofjghfpdplnjhbfflfnfogdjnedgjf

License:MIT License


Languages

Language:TypeScript 45.6%Language:CSS 31.6%Language:Svelte 21.8%Language:HTML 0.7%Language:JavaScript 0.2%