import Store from 'electron-store' export const appConfig = new Store() export const titleBarOverlayDark = { height: 41, color: '#00000000', symbolColor: '#ffffff' } export const titleBarOverlayLight = { height: 41, color: '#00000000', symbolColor: '#000000' }