motion-prime/config/base.rb in motion-prime-0.9.4 vs motion-prime/config/base.rb in motion-prime-0.9.5
- old
+ new
@@ -4,15 +4,16 @@
config.model.store_type = :memory
else
config.model.store_type = :file
end
config.model.auto_generate_id = true
-
+
config.fonts do |fonts|
fonts.base = :system
end
config.colors do |colors|
+ colors.navigation_base = 0x1b75bc
colors.base = 0x1b75bc
colors.dark = 0x333333
colors.error = 0xef471f
end
config.api_client do |api|
\ No newline at end of file