.theme-dark:root {
	--tv-color-platform-background: transparent;
	--tv-color-pane-background: transparent;
	--tv-color-pane-background-secondary: red;
	--tv-color-toolbar-button-background-hover: transparent;
	--tv-color-toolbar-button-background-secondary-hover: transparent;
	--tv-color-toolbar-button-background-expanded: transparent;
	--tv-color-toolbar-button-text: rgba(255,255,255,0.48);
	--tv-color-toolbar-button-text-hover: #4CD7F4;
	--tv-color-toolbar-button-text-active: #4CD7F4;
	--tv-color-toolbar-button-text-active-hover: #4CD7F4;
	--tv-color-item-active-text: rgb(6, 255, 6);
	--tv-color-toolbar-toggle-button-background-active: transparent;
	--tv-color-toolbar-toggle-button-background-active-hover: transparent;
}

[data-role="button"] {
	cursor: pointer
}