added built in styles, reduce visuals and inline drawer

This commit is contained in:
booploops 2022-04-11 18:10:57 -07:00
parent b62bf9023c
commit 9eb1b408c9
6 changed files with 166 additions and 16 deletions

View file

@ -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")