Skip to content

Commit

Permalink
Change theme primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmeysner committed Feb 3, 2024
1 parent 6ccf46f commit 29162a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pinia": "^2.0.36",
"pinia-plugin-persistedstate": "^3.1.0",
"vue": "^3.3.2",
"vuetify": "^3.3.2"
"vuetify": "^3.5.2"
},
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
import "vuetify/styles"
import { createVuetify } from "vuetify"
import "@mdi/font/css/materialdesignicons.css"
import colors from "vuetify/util/colors"

export default createVuetify({
theme: {
defaultTheme: "dark",
themes: {
dark: {
colors: {
primary: colors.indigo.accent4,
},
},
},
},
})

0 comments on commit 29162a7

Please sign in to comment.