UNPKG

gatsby-theme-wordpress-mdx

Version:

<p align="center"> <img width='200px' alt="Gatsby Theme" src="https://raw.githubusercontent.com/artezan/gatsby-theme-wordpress-mdx/master/%40artezan/gatsby-theme-wordpress-mdx/dn.png" />

9 lines (8 loc) 221 B
export const getCurrentColors = context => { const mode = context.colorMode if (mode && context.theme.colors.modes[mode]) { return context.theme.colors.modes[mode] } else { return context.theme.colors } }