Change color of title into ion-view

Hello, this is my code :
index.html:

     <ion-nav-bar class="bar-light" align-title="center">
  <ion-nav-back-button>
  </ion-nav-back-button>
    </ion-nav-bar>
    <ion-nav-view>
    </ion-nav-view>

mytemplate.html:

 <ion-view  title="Trip" >
  <ion-content class="padding">
 blabla
     </ion-content>
 </ion-view>

How I can change the color of my title ?

Thanks

there is a directive for that:
http://ionicframework.com/docs/api/directive/ionNavTitle/

use this in an ion-view to create a title with html-markup (like adding images, styling stuff)