UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

29 lines (22 loc) 704 B
/* ************************************************************************ qooxdoo - the new era of web development http://qooxdoo.org License: MIT: https://opensource.org/licenses/MIT See the LICENSE file in the project's top-level directory for details. Authors: * Scott Knick (sknick) ************************************************************************ */ /** * IndigoDark Theme */ qx.Theme.define("qx.theme.IndigoDark", { title: "IndigoDark", meta: { color: qx.theme.indigo.ColorDark, decoration: qx.theme.indigo.DecorationDark, font: qx.theme.indigo.Font, appearance: qx.theme.indigo.AppearanceDark, icon: qx.theme.icon.Tango } });