Hewlett Packard Enterprise grommet theme
$ yarn add grommet-theme-hpe
import { Grommet } from 'grommet';
import { hpe } from 'grommet-theme-hpe';
<Grommet theme={hpe} />
grommet-theme-hpe is also available on a stable branch build with the content of master. From your package.json point to stable.
"grommet-theme-hpe": "https://github.com/grommet/grommet-theme-hpe/tarball/stable",