# Provide Theme Use Config Provide to set the theme of all its descedant components. ```html Dark Light ``` ```js export default { data () { return { theme: 'dark' } } } ``` ```css .n-button { margin: 0 12px 8px 0; } ```