]> danix's work - gitweb-theme-danix.git/commit
modernize theme to github-style with purple accent
authorDanilo M. <redacted>
Sun, 3 May 2026 12:59:33 +0000 (14:59 +0200)
committerDanilo M. <redacted>
Sun, 3 May 2026 12:59:33 +0000 (14:59 +0200)
commitfc1a37a35ef421710efb5121060a479aec0759d8
tree469b5980d21caafa0b6d122dc263e40dd62c2389
parent1939e4c5eef2cca65f3377e2fde81ad95d3d43e2
modernize theme to github-style with purple accent

- full CSS rewrite: github primer color tokens, css vars for all colors
- fonts: oxanium (headings), ibm plex sans (ui), jetbrains mono (code)
- layout: flex-column body for proper sticky footer, max-width container
  replacing inconsistent 95%/94% widths, float removal from tree icons
- dark mode: all diff colors, badges, surfaces now use vars (no hardcoded)
- ref badges: purple head, yellow tag, green branch with icon fill colors
- table rows: re-enabled alternating rows, hover states, styled headers
- mobile: breakpoints at 768px and 480px, stacked diff view on small screens
- svg icons: updated fills to match new color scheme (light + dark variants)
- html fragments: header role=banner, logo resize, site-desc semantic classes

Co-Authored-By: Claude Sonnet 4.6 <redacted>
19 files changed:
.gitignore
CLAUDE.md [new file with mode: 0644]
gitweb-danixland/commit-dark.svg
gitweb-danixland/commit.svg
gitweb-danixland/file-dark.svg
gitweb-danixland/file.svg
gitweb-danixland/folder-dark.svg
gitweb-danixland/folder.svg
gitweb-danixland/gitweb.css
gitweb-danixland/merge-dark.svg
gitweb-danixland/merge.svg
gitweb-danixland/opml-dark.svg
gitweb-danixland/opml.svg
gitweb-danixland/rss-dark.svg
gitweb-danixland/rss.svg
gitweb-danixland/tag-dark.svg
gitweb-danixland/tag.svg
header.html
site-desc.html