UNPKG

antd-color-editor

Version:

An open-source color editor for designing color system

15 lines 292 B
export var levaLightTheme = { colors: { elevation1: 'rgba(0, 0, 0, 0.03)', elevation2: '#fff', elevation3: 'rgba(0, 0, 0, 0.03)', highlight1: '#999', highlight2: '#666', highlight3: '#333' } }; export var levaDarkTheme = { colors: { elevation2: '#000' } };