UNPKG

@blockly/theme-tritanopia

Version:
17 lines 395 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Tritanopia theme. */ import * as Blockly from 'blockly/core'; /** * Tritanopia theme. * A colour palette for people that have tritanopia (the inability to perceive * blue light). */ declare const _default: Blockly.Theme; export default _default; //# sourceMappingURL=index.d.ts.map