import { toColor } from '@o/color' import { colorize } from 'gloss-theme' export const transparent = toColor([0, 0, 0, 0]) export const colors = colorize({ orange: '#E97902', lightOrange: '#F6B585', darkOrange: '#9F4604', blue: 'rgb(116, 162, 230)', darkBlue: '#0E3D7B', lightBlue: '#CBDFFA', red: '#AF2723', lightRed: '#FFB0B0', darkRed: '#A12727', green: '#37D55A', lightGreen: '#B7EFC3', darkGreen: '#1C8F3D', yellow: '#E2EB53', lightYellow: '#EFE5B7', darkYellow: '#8F7B1C', gray: 'rgba(125, 125, 125, 0.35)', lightGray: 'rgba(125, 125, 125, 0.1)', })