Skip to content

mountainash/Init7-WebBrowser-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Unofficial" Init7 Web Browser Rot Themes

The unofficial Web Browser theme for Swiss Internet Service Provider - Init7

Chrome Screenshot

User Install

  1. Chrome Web Store Chromium (Brave, Chrome, Edge, etc.)
  2. Mozilla Add-ons Firefox

Support

Developer Install & Debugging

Chromium

  1. Git clone this project
  2. In a Chromium based browser, open Settings
  3. Go to Extensions
  4. Switch on Developer mode
  5. Load unpacked and open the chromium/ directory

Firefox

  1. Git clone this project
  2. Enter about:debugging into the address bar
  3. Click the Load Temporary Add-on... and open the manifest.json in the firefox/ directory

Contributors Help

Theme Documentation

Vendors Developer Dashboards

Definitions

  • ntp = "New Tab Page"
  • inactive = When the browser is not the active app (but you can see the window in the background)

Theme Colors

Name HEX RGB
Rot/Pink #EB5A6D [235, 90, 109]
White #FFF [255, 255, 255]
Black #000 [0, 0, 0]

Tints Help

Tints are in Hue-Saturation-Lightness (HSL) format, using floating-point numbers in the range 0 - 1.0:

  • Hue is an absolute value, with 0 and 1 being red.
  • Saturation is relative to the currently provided image. 0.5 is no change, 0 is totally unsaturated, and 1 is full saturation.
  • Lightness is also relative, with 0.5 being no change, 0 as all pixels black, and 1 as all pixels white.

You can alternatively use -1.0 for any of the HSL values to specify no change.

Distribution

Chrome Web Store

  1. In a Chromium based browser, open Settings and go to Extensions (chrome://extensions/)
  2. Load the unpacked chromium/ directory - check everything looks OK
  3. Zip the chromium directory zip -r init7.zip chromium -x "**/.DS_Store*"
  4. Upload it to the Chrome Web Store

Full official instructions

Developer Wishlist

  • Hope that Browsers implement an inactive setting for bookmark text (eg. colors.bookmark_text_inactive or tints.buttons_inactive)
  • Hope that Chromium implements a background image size setting (eg. properties.ntp_background_size)

NOTE

  • This theme has not been endorsed or approved by Init7 and as such they can't support it. Raise an issue if you have any problems or suggestions.