Skip to content
Kavya Sukumar edited this page Jan 8, 2016 · 5 revisions

Autotune has a list of supported of themes in the config.

By default, it supports a :generic theme. To add your own theme, add it to the list under config\initializers\autotune.rb.

Example:

conf.themes = {
  # :theme_name  => 'Nice display name',
    :generic     => 'Generic',
    :mynewsorg   => 'My news organization'
  }

Once the theme is added to the config, users can be authorized to use the theme. See instructions here.