export default { base: { /** * theme */ primary: '#7262FD', /** * text */ textColorBase: '#b4b7c1', textColorSecondary: '#757881', textColorDisabled: '#4E5159', /** * border */ borderColorMain: '#393B49', borderColorBase: 'rgba(255, 255, 255, 0.12)', borderColorDisabled: '#2E3138', /** * background */ bgColorMain: '#181B23', bgColorBase: '#232630', bgColorSecondary: '#2A2D37', bgColorTertiary: '#3D404C', bgColorHover: '#333641', bgColorDisabled: '#40444E', bgColorTransparent: 'transparent', bgColorLayout: '#14161F', bgColorHeader: '#2D2F37', }, flow: { flowComponenter: '#9C2A61', flowTarget: '#2D9696', flowLogic: '#385EC8', flowData: '#BA6B33', flowConfig: '#B58620', flowSignal: '#7F2A82', flowBorderColorDisabled: '#565963', flowBaseNodeHeaderBgColor: 'rgba(0, 0, 0, 0.8)', flowLogicNodeHeaderBgColor: 'rgba(56, 94, 200, 0.8)', flowConfigNodeHeaderBgColor: 'rgba(181, 134, 32, 0.8)', flowSignalNodeHeaderBgColor: 'rgba(127, 42, 130, 0.8)', flowBaseNodeBodyBgColor: 'rgba(35, 38, 48, 0.8)', flowLogicNodeBodyBgColor: 'rgba(34, 60, 131, 0.8)', flowConfigNodeBodyBgColor: 'rgba(147, 116, 49, 0.8)', flowSignalNodeBodyBgColor: 'rgba(104, 37, 106, 0.8)', flowNodeTitleBgColor: 'rgba(0, 0, 0, 0.32)', }, };