Chromium Themes

Navigation

Useful Links

Copyright

All content on this site is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 license. If you intend to provide any themes, tools, or tutorials on your own site, you must include a link to this website on any page that contains a thumbnail or download link to any of our content.
Beta‎ > ‎Tutorials‎ > ‎

Chromium Theme Manager

Compatible with Google Chrome!


Features:

  • Easy installation of Chromium and Google Chrome Themes
  • Automatic detection of your current Chromium-based browser.
  • Batch import of downloaded themes into the manager.
  • Automatic detection and shutdown of any running Chromium browsers to prevent data collision.
  • Completely free and open source; we will never ask for donations or subject you to malware or advertisements.

Download

Report a Bug


User Help

Installation:

To install the Chromium Theme Manager, simply extract the distributed zip file to a location of your choice.

Add a Theme:

To add a theme to Chromium Theme Manager, click on the Add button and browse to a compatible theme(i.e. .ctmz theme package).

Batch Add Themes:

To add many themes at ones, save the downloaded ctmz files to the downloads folder in the Chromium Theme Manager folder.  Chromium Theme Manager will then add all theme packages in this folder upon starting the program.

Remove a Theme:

Select the theme you wish to remove from the list, then click on the Remove button.  This will delete all associated files with that theme.

Install a Theme:

Select the theme you want from the list, then click on the Install button.

For further help, ask on our discussion group.

Developer Help

How to make your theme compatible with this software:

A ctmz theme package is a zip file containing three files; default.dll, details.txt, and thumbnail.png

default.dll - This is the resource file containing the theme, there are many methods to creating them, we suggest the method we describe our tutorial Creating a Custom Theme

details.txt - This is a text file containing information about your theme, it has a very precise ordering as follows:
#name
<name of the theme>
#creator
<your name>
#website
<your website url>
#copyright
<your copyright message>
#notes
<additional notes, keep to one line, limit to 150 characters>
#builder
<software used to build the theme, can be left blank>

Replace all the entires surrounded by < > with the information for your theme.

thumbnail.png - The thumbnail for your theme, size is 200 pixels wide by 150 pixels tall.

Once you have placed these three files into a zip, change the file extension to ctmz and you now have a compatible theme package.

For further help, ask on our discussion group.