@use '../../scss/theming' as *;

@mixin daff-sidebar-theme($theme) {
	$base: daff-get-base-color($theme, base);
	$base-contrast: daff-get-base-color($theme, base-contrast);

	.daff-sidebar {
		background: $base;
		color: $base-contrast;
	}

	.daff-sidebar-viewport {
		background: $base;
		color: $base-contrast;

		&__content {
			background: $base;
			color: $base-contrast;
		}
	}
}
