:root {
  --theme-primary-color: #0438EC;
  --theme-secondary-color: #04ACEC;
  --theme-tertiary-color: #dfeff6;

  --menu-shading-light: var(--theme-primary-color);
  --menu-shading-dark: var(--theme-primary-color);

  --tree-item-open: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><polyline style="stroke: rgb(4, 56, 236); stroke-width: 2; stroke-linecap: round; fill: transparent;" points="12,14 16,18 20,14"/></svg>');
  --tree-item-closed: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><polyline style="stroke: rgb(4, 56, 236); stroke-width: 2; stroke-linecap: round; fill: transparent;" points="14,12 18,16 14,20"/></svg>');

  --panel-boolean-accent-color: var(--theme-primary-color);
  --panel-outline-color: var(--theme-primary-color);
  --panel-button-light: var(--theme-secondary-color);
  --panel-button-dark: var(--theme-primary-color);

  --grid-primary-color: var(--theme-primary-color);
  --grid-background-focus: var(--theme-tertiary-color);

  --boolean-accent-color: var(--theme-primary-color);
}