lib/bullet_train/themes/light.rb in bullet_train-themes-light-1.2.10 vs lib/bullet_train/themes/light.rb in bullet_train-themes-light-1.2.11

- old
+ new

@@ -8,9 +8,10 @@ module Themes module Light # TODO Not sure this is the right place for this in the long-term. mattr_accessor :color, default: :blue mattr_accessor :secondary_color, default: nil + mattr_accessor :background, default: nil mattr_accessor :logo_color_shift, default: false mattr_accessor :show_logo_in_account, default: false mattr_accessor :navigation, default: :top mattr_accessor :original_devise_path # TODO: Obsolete: remove after shipping a new BulletTrain version with usage removed.