Skip to content

Recolor docs accent to EvalEval blue#186

Merged
nelaturuharsha merged 1 commit into
mainfrom
recolor-docs-evaleval-blue
Jun 13, 2026
Merged

Recolor docs accent to EvalEval blue#186
nelaturuharsha merged 1 commit into
mainfrom
recolor-docs-evaleval-blue

Conversation

@evijit

@evijit evijit commented Jun 13, 2026

Copy link
Copy Markdown
Member

What

The Every Eval Ever docs site (https://evalevalai.com/every_eval_ever/) shipped with Just the Docs' default light color scheme, whose links, active sidebar nav item, and primary buttons render in purple (#7253ed).

This switches the accent to EvalEval blue (#3b82f6) — the accent used on evalevalai.com and the Every Eval Ever project page.

How

  • Added a custom Just the Docs color scheme at docs/_sass/color_schemes/evaleval.scss that inherits the light scheme and overrides $link-color and $btn-primary-color to #3b82f6.
  • Set color_scheme: evaleval in _config.yml.

Just the Docs imports a custom scheme after color_schemes/light and before modules, so the non-!default overrides take effect across links, sidebar/active nav, and primary buttons.

Verification

bundle exec jekyll build succeeds. In the compiled just-the-docs-default.css (the stylesheet the pages load), the accent now resolves to #3b82f6 everywhere it previously used purple. The only remaining #7253ed references are the unused .text-purple-000 / .bg-purple-000 palette utility classes, which the docs don't use.

🤖 Generated with Claude Code

The docs site shipped with Just the Docs' default "light" scheme, whose
links, active sidebar nav, and primary buttons use purple (#7253ed).

Add a custom "evaleval" color scheme that overrides $link-color and
$btn-primary-color to the EvalEval accent blue (#3b82f6) — matching
evalevalai.com and the Every Eval Ever project page — and switch
color_scheme in _config.yml to use it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@nelaturuharsha nelaturuharsha merged commit 4c9b874 into main Jun 13, 2026
6 checks passed
@evijit evijit deleted the recolor-docs-evaleval-blue branch June 13, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants