/* foxygit-dark — the original look. Every theme just redefines these
   custom properties; assets/base.css does all the actual layout/structure
   and never has a hardcoded color in it. Copy this file to add a theme. */
:root {
  --bg:      #0d0f12;
  --fg:      #c8ccd0;
  --dim:     #6b7178;
  --acc:     #7fd88f;
  --line:    #20242a;
  --surface: #14171b;
  --pre-bg:  #0a0c0f;
  --add:     #7fd88f;
  --del:     #e06c75;
  --hunk:    #61afef;
  --font-ui: ui-monospace, "JetBrains Mono", Menlo, Consolas, monospace;
}
