#DailyBloggingChallenge (150/200)
Designing themes with #Vuetify is fairly straightforward, the difficulty is creating a #design or color palette in the first place.
In this approach the "import full palette" method was chosen. This consists of importing the color palette and assigning each color an unique identifier. The type `ThemeDefinition` exists to help with naming conventions. The addition name to add is `accent` which should fit well with the `primary` and `secondary` colors.
Later when the #theme is being built one can directly choose from the palette.