:root {
  --focus: #5C6A58;

  --desktop-bg: #4D648D;

  --button-bg: #4D648D;
  --button-fg: #FFFFFF;
  --button-active-bg: #415577;
  --button-active-fg: #FFFFFF;
  --button-dark: #253043;
  --button-light: #ADB7CA;

  --input-bg: #4D648D;
  --input-fg: #FFFFFF;
  --input-dark: #253043;
  --input-light: #ADB7CA;

  --dialog-button-bg: #4D648D;
  --dialog-button-fg: #FFFFFF;
  --dialog-button-active-bg: #415577;
  --dialog-button-active-fg: #FFFFFF;
  --dialog-button-dark: #253043;
  --dialog-button-light: #ADB7CA;

  --title-bar-bg: #4D648D;
  --title-bar-fg: #FFFFFF;
  --title-bar-dark: #253043;
  --title-bar-light: #ADB7CA;

  --title-bar-active-bg: #5C6A58;
  --title-bar-active-fg: #FFFFFF;
  --title-bar-active-dark: #2B3229;
  --title-bar-active-light: #B3BAB1;
}
