Parity Theme
A Goldman Sachs Design System inspired theme for Vaadin
This project provides a Vaadin Theme inspired by the Goldman Sachs Design System.
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.
After setting the dependency in pom.xml, update your frontend/themes/mytheme/theme.json to have parent configuration
{
"lumoImports" : [ "typography", "color", "spacing", "badge", "utility" ],
"parent": "parity"
}
You can still make your own changes on top in the applications theme.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
New dark theme style has been added
- Released
- 2023-02-02
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 23+
- Browser
- N/A
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.