# Theme Set theme of inner components of `n-config-provider`. ```html Dark Light ``` ```js export default { data () { return { theme: 'dark' } } } ``` ```css .n-button { margin: 0 12px 0 0; } ```