The unofficial Web Browser theme for Swiss Internet Service Provider - Init7
- Chrome Web Store Chromium (Brave, Chrome, Edge, etc.)
- Mozilla Add-ons Firefox
- Git clone this project
- In a Chromium based browser, open Settings
- Go to Extensions
- Switch on Developer mode
- Load unpacked and open the
chromium/
directory
- Git clone this project
- Enter
about:debugging
into the address bar - Click the Load Temporary Add-on... and open the
manifest.json
in thefirefox/
directory
ntp
= "New Tab Page"inactive
= When the browser is not the active app (but you can see the window in the background)
Name | HEX | RGB |
---|---|---|
Rot/Pink | #EB5A6D |
[235, 90, 109] |
White | #FFF |
[255, 255, 255] |
Black | #000 |
[0, 0, 0] |
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
and1
being red. - Saturation is relative to the currently provided image.
0.5
is no change,0
is totally unsaturated, and1
is full saturation. - Lightness is also relative, with
0.5
being no change,0
as all pixels black, and1
as all pixels white.
You can alternatively use -1.0
for any of the HSL values to specify no change.
- In a Chromium based browser, open Settings and go to Extensions (chrome://extensions/)
- Load the unpacked
chromium/
directory - check everything looks OK - Zip the
chromium
directoryzip -r init7.zip chromium -x "**/.DS_Store*"
- Upload it to the Chrome Web Store
- Hope that Browsers implement an inactive setting for bookmark text (eg.
colors.bookmark_text_inactive
ortints.buttons_inactive
) - Hope that Chromium implements a background image size setting (eg.
properties.ntp_background_size
)
- 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.