Prime::Config.configure do |config| # Uncomments following if you don't want auto generating id for model on save # # config.model.auto_generate_id = false # After defining colors you will be able to use it via .text_color = :app_base.uicolor # config.colors do |colors| # colors.navigation_base = 0x1b75bc # colors.base = 0x1b75bc # colors.dark = 0x333333 # colors.error = 0xef471f # end # After defining fonts you will be able to use it via .font = :app_base.uifont # Note: font should be copied to resources folder (e.g. resources/fonts/ubuntu.ttf) and added to Rakefile. # config.fonts do |fonts| # fonts.base = "Ubuntu" # end end