adam-ui-beta
Version:
adam ui(beta release)
41 lines (40 loc) • 816 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.themes = void 0;
var themes = {
light: {
body: '#f6f6f6',
main: '#03a9f4',
sub: '#f0f0f0',
color: '#1a1a1a',
placeholder: '#9f9f9f',
bottom: '#fff',
dark: '#f0f0f0',
btnColor: '#fff',
btnBorder: '#72d3ff',
switchBG: '#cdcdcd',
tabBG: '#cdcdcd',
border: '#b5b5b5',
dpOtherMonth: '#b3b3b3',
dndBG: '#d3d3d3'
},
dark: {
body: '#2b2b2d',
main: '#009688',
sub: '#585858',
color: '#fff',
placeholder: '#fff',
bottom: '#3b3b3d',
dark: '#212121',
btnColor: '#fff',
btnBorder: '#15d0be',
switchBG: '#1e1e1e',
tabBG: '#1e1e1e',
border: '#b5b5b5',
dpOtherMonth: '#b3b3b3',
dndBG: '#d3d3d3'
}
};
exports.themes = themes;