Skip to content

Instantly share code, notes, and snippets.

@chris9753
chris9753 / CustomTheme
Created December 2, 2015 03:53 — forked from mhartington/CustomTheme
If you want to make a custom theme for ionic, and are using scss, this is a base to get you started
//Custom Theme test
// Colors
// -------------------------------
$custom: #057b6c !default;
// Buttons
// -------------------------------
$button-custom-bg: $custom !default;