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