:root {
  --focus: #FFFFE6;

  --desktop-bg: #858CD9;

  --button-bg: #858CD9;
  --button-fg: #FFFFFF;
  --button-active-bg: #7177B8;
  --button-active-fg: #FFFFFF;
  --button-dark: #454971;
  --button-light: #C9CCEE;

  --input-bg: #858CD9;
  --input-fg: #FFFFFF;
  --input-dark: #454971;
  --input-light: #C9CCEE;

  --dialog-button-bg: #858CD9;
  --dialog-button-fg: #FFFFFF;
  --dialog-button-active-bg: #7177B8;
  --dialog-button-active-fg: #FFFFFF;
  --dialog-button-dark: #454971;
  --dialog-button-light: #C9CCEE;

  --title-bar-bg: #858CD9;
  --title-bar-fg: #FFFFFF;
  --title-bar-dark: #454971;
  --title-bar-light: #C9CCEE;

  --title-bar-active-bg: #FFFFE6;
  --title-bar-active-fg: #000000;
  --title-bar-active-dark: #99998A;
  --title-bar-active-light: #CCCCB8;
}
