UNPKG

@nbamford123/arwes

Version:

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps

12 lines (10 loc) 246 B
import extend from 'extend'; import theme from './theme'; /** * Extend the default theme with new properties. * @param {Object} overwrite * @return {Object} */ export default (overwrite) => { return extend(true, {}, theme, overwrite); };