@blockly/theme-deuteranopia
Version:
A Blockly theme for people that have deuteranopia.
18 lines • 498 B
TypeScript
/**
* @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