UNPKG

react-lz-editor

Version:

An open source react rich-text editor (mordern react editor includes media support such as texts, images, videos, audios, links etc.), development based on Draft-Js and Ant-design, good support html, markdown, draft-raw mode.

66 lines (65 loc) 1.28 kB
'use strict'; module.exports = { colorStyleMap: { grapeFruit1: { color: '#ED5565' }, grapeFruit2: { color: '#Da4453' }, bitterSweet1: { color: '#fc6e51' }, bitterSweet2: { color: '#e9573f' }, sunFlower1: { color: '#ffce54' }, sunFlower2: { color: '#f6bb42' }, grass1: { color: '#a0d468' }, grass2: { color: '#bcc152' }, mint1: { color: '#48cfad' }, mint2: { color: '#37bc9b' }, aqua1: { color: '#4fc1e9' }, aqua2: { color: '#38afda' }, blueJeans1: { color: '#5d9cec' }, blueJeans2: { color: '#4a89dc' }, lavander1: { color: '#ac92ec' }, lavander2: { color: '#967adc' }, mediumGray1: { color: '#ccd1d9' }, mediumGray2: { color: '#aab2bd' }, darkGray1: { color: '#656d78' }, darkGray2: { color: '#434a54' } } };