A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
/* 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;
}