import themeSelector from "../themeSelector.js"; import tools from '/unify/tools.js'; export default class themeTintSelector extends themeSelector{ click() { var tintName = tools.CamelCase( this.selectLabel.text ); this.parents("appearancePanel").os.osSelector.updateImages( tintName ) this.highlight(); this.getRoot().tint = tintName; } propegateEvent = false; }