body.peaceframe {
  --bg-body: #e8f3fb;
  --bg-panel: #d4e8f5;
  --bg-sidebar: #bcd9eb;
  --bg-tab: #cbe2f2;
  --bg-tab-active: #a5d2f2;
  --bg-button: #3399cc;
  --highlight-color: var(--bg-button);

  --text-main: #1c3f55;
  --text-subtle: #345f77;
  --text-muted: #668899;
  --text-inverted: #31647e;

  --border-color: #77aac6;
  --shadow: 0 4px 12px rgba(0, 64, 128, 0.2);

  --tab-hover-bg: #99cce6;
  --tab-hover-text: #ffffff;
  --tab-border: #55aadd;
  --tab-shadow: #88ccee;
  --tab-hover-shadow: #aaddff;
  --theme-desc: "Hold the line. Keep the peace. Be the balance. -- ISF";
}
