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