.theme-dark:root, .theme-light:root {
  --tv-color-pane-background: transparent;
}

.theme-dark:root {
  --tv-color-toolbar-button-background-hover: #1b1c35;
  --tv-color-toolbar-button-background-secondary-hover: #514c64;
  --tv-color-toolbar-button-background-expanded: #1c1d34;
  --tv-color-toolbar-button-text: #8282a6;
  --tv-color-toolbar-button-text-hover: #b0afeb;
  --tv-color-toolbar-button-text-active: #ffffff;
  --tv-color-toolbar-button-text-active-hover: #e4e3ff;
  --tv-color-toolbar-toggle-button-background-active: #9190bc;
  --tv-color-toolbar-toggle-button-background-active-hover: #9595bf;
}
