:root {
  --focus: #D5802E;

  --desktop-bg: #4D648D;

  --button-bg: #B75F5F;
  --button-fg: #FFFFFF;
  --button-active-bg: #9B5050;
  --button-active-fg: #FFFFFF;
  --button-dark: #5A2F2F;
  --button-light: #DEB6B6;

  --input-bg: #5C6A58;
  --input-fg: #FFFFFF;
  --input-dark: #2B3229;
  --input-light: #B3BAB1;

  --dialog-button-bg: #B75F5F;
  --dialog-button-fg: #FFFFFF;
  --dialog-button-active-bg: #9B5050;
  --dialog-button-active-fg: #FFFFFF;
  --dialog-button-dark: #5A2F2F;
  --dialog-button-light: #DEB6B6;

  --title-bar-bg: #B75F5F;
  --title-bar-fg: #FFFFFF;
  --title-bar-dark: #5A2F2F;
  --title-bar-light: #DEB6B6;

  --title-bar-active-bg: #D5802E;
  --title-bar-active-fg: #FFFFFF;
  --title-bar-active-dark: #6B4017;
  --title-bar-active-light: #ECC6A1;
}
