added built in styles, reduce visuals and inline drawer
This commit is contained in:
parent
b62bf9023c
commit
9eb1b408c9
6 changed files with 166 additions and 16 deletions
|
@ -991,6 +991,16 @@
|
|||
newTheme: null
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.themes.unshift({
|
||||
name: "Reduce Visuals",
|
||||
file: "reduce_visuals.less"
|
||||
})
|
||||
this.themes.unshift({
|
||||
name: "Inline Drawer",
|
||||
file: "inline_drawer.less"
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
gitHubExplore() {
|
||||
this.$root.appRoute("themes-github")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue