:root {
  --focus: #C3C3C9;

  --desktop-bg: #A692B7;

  --button-bg: #A692B7;
  --button-fg: #FFFFFF;
  --button-active-bg: #8D7C9B;
  --button-active-fg: #FFFFFF;
  --button-dark: #574D60;
  --button-light: #D8CFDF;

  --input-bg: #A692B7;
  --input-fg: #FFFFFF;
  --input-dark: #574D60;
  --input-light: #D8CFDF;

  --dialog-button-bg: #A692B7;
  --dialog-button-fg: #FFFFFF;
  --dialog-button-active-bg: #8D7C9B;
  --dialog-button-active-fg: #FFFFFF;
  --dialog-button-dark: #574D60;
  --dialog-button-light: #D8CFDF;

  --title-bar-bg: #A692B7;
  --title-bar-fg: #FFFFFF;
  --title-bar-dark: #574D60;
  --title-bar-light: #D8CFDF;

  --title-bar-active-bg: #C3C3C9;
  --title-bar-active-fg: #000000;
  --title-bar-active-dark: #6C6C6F;
  --title-bar-active-light: #E5E5E8;
}
