Change positive color in ionic.app.scss

Hi,

I am trying to change the positive color but dont want to use sass, how can I do this? I tried editing the ionic.app.scss file like so

$positive:#106CA4 !default;

// The path for our ionicons font files, relative to the built CSS in www/css
$ionicons-font-path: “…/lib/ionic/fonts” !default;

// Include all of Ionic
@import “www/lib/ionic/scss/ionic”;

But it didn’t work.

Thanks for the help

you can use customize css like class=“bar-assertive custom-bar”

and in your css

custom-bar {
height: 100px;
font-size: 20px;
}