🔸app.color

GASappmembers ⟩ .color (dict)

// 🔸 app.color
app.color = {
  gray      : '#eeeeee',
  lightRed  : "#ffcccc",
  lightGreen: '#ccffcc',
  lightBlue : '#ccccff',
};

Last updated