:root:not(.theme-dark) {
  --tv-color-platform-background: #0b0e13;
  --tv-color-pane-background: #0b0e13;
  --tv-color-toolbar-button-background-hover: rgba(255, 255, 255, 0.1);
  --tv-color-toolbar-button-background-expanded: rgba(255, 255, 255, 0.1);
  --tv-color-toolbar-button-background-active: rgb(249, 185, 233);
  --tv-color-toolbar-button-background-active-hover: rgba(255, 255, 255, 0.1);
  --tv-color-toolbar-button-text: #67778E;
  --tv-color-toolbar-button-text-hover: white;
  --tv-color-toolbar-button-text-active: rgba(199, 242, 132, 1);
  --tv-color-toolbar-button-text-active-hover: rgba(199, 242, 132, 1);
  --tv-color-item-active-text: rgba(199, 242, 132, 1);
  --tv-color-toolbar-toggle-button-background-active: white;
  --tv-color-toolbar-toggle-button-background-active-hover: rgba(199, 242, 132, 1);
  --tv-color-toolbar-divider-background: #0b0e13;
  --tv-color-toolbar-save-layout-loader: rgb(106, 109, 120);

  --tv-color-popup-background: black;
  --tv-color-popup-element-text: white;
  --tv-color-popup-element-text-hover: white;
  --tv-color-popup-element-background-hover: rgba(255, 255, 255, 0.1);
  --tv-color-popup-element-divider-background: #0b0e13;
  --tv-color-popup-element-secondary-text: white;
  --tv-color-popup-element-hint-text: white;
  --tv-color-popup-element-text-active: rgb(6, 6, 255);
  --tv-color-popup-element-background-active: white;
  --tv-color-popup-element-toolbox-text: white;
  --tv-color-popup-element-toolbox-text-hover: white;
  --tv-color-popup-element-toolbox-text-active-hover: white;
  --tv-color-popup-element-toolbox-background-hover: rgb(222, 89, 132);
  --tv-color-popup-element-toolbox-background-active-hover: rgba(199, 242, 132, 1);
}

.theme-dark:root {
  --tv-color-platform-background: #0b0e13;
  --tv-color-pane-background: #0b0e13;
  --tv-color-toolbar-button-background-hover: rgba(255, 255, 255, 0.1);
  --tv-color-toolbar-button-background-expanded: rgba(255, 255, 255, 0.1);
  --tv-color-toolbar-button-background-active: rgb(249, 185, 233);
  --tv-color-toolbar-button-background-active-hover: rgba(255, 255, 255, 0.1);
  --tv-color-toolbar-button-text: #67778E;
  --tv-color-toolbar-button-text-hover: white;
  --tv-color-toolbar-button-text-active: rgba(199, 242, 132, 1);
  --tv-color-toolbar-button-text-active-hover: rgba(199, 242, 132, 1);
  --tv-color-item-active-text: rgba(199, 242, 132, 1);
  --tv-color-toolbar-toggle-button-background-active: white;
  --tv-color-toolbar-toggle-button-background-active-hover: rgba(199, 242, 132, 1);
  --tv-color-toolbar-divider-background: #0b0e13;
  --tv-color-toolbar-save-layout-loader: rgb(134, 137, 147);

  --tv-color-popup-background: black;
  --tv-color-popup-element-text: white;
  --tv-color-popup-element-text-hover: white;
  --tv-color-popup-element-background-hover: rgba(255, 255, 255, 0.1);
  --tv-color-popup-element-divider-background: #0b0e13;
  --tv-color-popup-element-secondary-text: white;
  --tv-color-popup-element-hint-text: white;
  --tv-color-popup-element-text-active: rgb(6, 6, 255);
  --tv-color-popup-element-background-active: white;
  --tv-color-popup-element-toolbox-text: white;
  --tv-color-popup-element-toolbox-text-hover: white;
  --tv-color-popup-element-toolbox-text-active-hover: white;
  --tv-color-popup-element-toolbox-background-hover: rgb(222, 89, 132);
  --tv-color-popup-element-toolbox-background-active-hover: rgba(199, 242, 132, 1);
}
