vertical-menu-light.js 395 Bytes
Newer Older
f3brysan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// Menu Icon Color Config
var menuIconColorsObj = {
  iconStrokeColor    : "#8494A7",
  iconSolidColor     : "#8494A7",
  iconFillColor      : "#d4ebf9",
  iconStrokeColorAlt : "#E67E22"
};


// Active Menu Icon Color Config
var menuActiveIconColorsObj = {
  iconStrokeColor    : "#5A8DEE",
  iconSolidColor     : "#5A8DEE",
  iconFillColor      : "#d4ebf9",
  iconStrokeColorAlt : "#E67E22"
};