ag-theme-quartz, and is available in
both light (default) and dark mode controlled by CSS color-scheme.import { pdsTheme } from '@porsche-design-system/components-{js|angular|react|vue}/ag-grid';
import { provideGlobalGridOptions } from 'ag-grid-community';
provideGlobalGridOptions({ theme: pdsTheme });
const gridOptions = { theme: pdsTheme };
<AgGridReact theme={pdsTheme} />
color-scheme: light;, color-scheme: dark; or color-scheme: light dark; on any parent element of the
grid, such as the <html> or <body> tag.color-scheme: light; (optionally).color-scheme: dark;.color-scheme: light dark;.<body style="color-scheme: light;"></body>
