Parity Theme - Vaadin Add-on Directory
A Goldman Sachs Design System inspired theme for VaadinThis project provides a Vaadin Theme inspired by the [Goldman Sachs Design System](https://design.gs.com/home).
The theme is originally built by Daniel Sarkwa, a UX designer working at Vaadin.
To install this add-on, check out the latest version and Maven/Gradle dependency snippets from the [Directory](https://vaadin.com/directory).
After setting the dependency in pom.xml, update your frontend/themes/mytheme/theme.json to have parent configuration
```json
{
"lumoImports" : [ "typography", "color", "spacing", "badge", "utility" ],
"parent": "parity"
}
````
You can still make your own changes on top in the applications theme.
Online DemoView on GitHub
Parity Theme version 1.0.2
Removed line-awesome imports
Parity Theme version 1.0.3
Added theme styles for App layout component.
Parity Theme version 1.0.4
New dark theme style has been added