UNPKG

@blockly/theme-deuteranopia

Version:
18 lines 498 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Deuteranopia theme. */ import * as Blockly from 'blockly/core'; /** * Deuteranopia theme. * A colour palette for people that have deuteranopia (the inability to perceive * green light). This can also be used for people that have protanopia (the * inability to perceive red light). */ declare const _default: Blockly.Theme; export default _default; //# sourceMappingURL=index.d.ts.map