module ThemeHelper

def current_theme

override in app/helpers/application_helper.rb
def current_theme
  :light
end