feat: update Github.com styles

This commit is contained in:
2026-02-15 11:58:28 +05:30
parent e97559b7be
commit 2bc3e0808e
2 changed files with 11 additions and 0 deletions

View File

@@ -10,4 +10,14 @@
.ContributionCalendar-label {
color: #FFFF4E !important;
}
[data-color-mode=dark][data-dark-theme=dark],
[data-color-mode=auto][data-light-theme=dark] {
--bgColor-default: #0000A4 !important;
--bgColor-inset: #000080 !important;
--borderColor-default: #6FC3DF !important;
--fgColor-accent: #FFFF4E !important;
--fgColor-muted: #91b2dc !important;
--borderColor-muted: #3d3d84 !important;
}

View File

@@ -16,6 +16,7 @@ The registry lives in `borlander/themes.json` and is loaded by both `content.js`
If you add/remove site themes in `borlander/sites/`, re-generate the registry:
```fish
node borlander/scripts/generate-themes.mjs
```