:root.dark {
	--md-sys-rgb-primary: var(--md-sys-rgb-primary-dark);
	--md-sys-rgb-secondary: var(--md-sys-rgb-secondary-dark);
	--md-sys-rgb-tertiary: var(--md-sys-rgb-tertiary-dark);

	--md-sys-color-primary: var(--md-sys-color-primary-dark);
	--md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
	--md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
	--md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);

	--md-sys-color-secondary: var(--md-sys-color-secondary-dark);
	--md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
	--md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
	--md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);

	--md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
	--md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);

	--md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
	--md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);

	--md-sys-color-item-total-title: var(--md-sys-color-item-total-title-dark);
	--md-sys-color-item-total-text: var(--md-sys-color-item-total-text-dark);
	--md-sys-color-item-total-background: var(--md-sys-color-item-total-background-dark);

	--md-sys-color-group-total-title: var(--md-sys-color-group-total-title-text-dark);
	--md-sys-color-group-total-text: var(--md-sys-color-group-total-text-dark);
	--md-sys-color-group-total-background: var(--md-sys-color-group-total-background-dark);

	--md-sys-color-grand-total-title: var(--md-sys-color-grand-total-title-text-dark);
	--md-sys-color-grand-total-text: var(--md-sys-color-grand-total-text-dark);
	--md-sys-color-grand-total-background: var(--md-sys-color-grand-total-background-dark);

	--md-sys-color-error: var(--md-sys-color-error-dark);
	--md-sys-color-error-container: var(--md-sys-color-error-container-dark);

	--md-sys-color-on-error: var(--md-sys-color-on-error-dark);
	--md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);

	--md-sys-color-surface: var(--md-sys-color-surface-dark);
	--md-sys-color-on-surface: var(--md-sys-color-on-surface-dark);
	--md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
	--md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);

	--md-sys-color-outline: var(--md-sys-color-outline-dark);

	--md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
	--md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
	--md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);

	--md-sys-color-shadow: var(--md-sys-color-shadow-dark);

	--md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);

	--md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);

	--md-sys-color-scrim: var(--md-sys-color-scrim-dark);

	--md-sys-color-background: var(--md-sys-color-background-dark);
	--md-sys-color-on-background: var(--md-sys-color-on-background-dark);

	--md-sys-color-editor-background: var(--md-sys-color-editor-background-dark);
	--md-sys-color-editor-text: var(--md-sys-color-editor-text-dark);

	--md-sys-color-readonly-editor-background: var(--md-sys-color-readonly-editor-background-dark);
	--md-sys-color-readonly-editor-text: var(--md-sys-color-readonly-editor-text-dark);

	--md-sys-color-appbar-background: var(--md-sys-color-appbar-background-dark);
	--md-sys-color-appbar-title: var(--md-sys-color-appbar-title-dark);

}
