feat: Alone Roman variant (no italics) - #16
Merged
Merged
Conversation
…ticItalic tokens
- base.yaml routes every syntax italic through ${style.italic} (tokenColors)
and ${style.semanticItalic} (semantic); Markdown emphasis stays literal.
- alone/soft/focused bind italic/true; new alone-roman.yaml binds ""/false
with strings #9C8B4A and defaultLibrary #AA884C so CVD pairs pass on
colour alone (verified).
- package.json contributes entry, README variant blurb + italic section,
CHANGELOG.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Reviewer's GuideIntroduces a new "Alone Roman" VS Code theme variant that reuses the standard palette but removes all syntax italics via new font-style tokens, while keeping existing variants byte-identical and documenting the new option in README and CHANGELOG. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Plan step 5 of
docs/plans/2026-08-18-audit-remediation.md— a fourthcontributes.themesentry, Alone Roman: the Standard palette with the italic channel removed, for astigmatic readers (slanted monospace edges fringe) and anyone who dislikes italic code.How
base.yamlgains two font-style tokens: everyfontStyle: italic(15 tokenColors rules) becomes${style.italic}and every semanticitalic: true(22 selectors) becomes${style.semanticItalic}. The Markdown emphasis rule stays literally italic — that's the document's own formatting.alone/alone-soft/alone-focusedbindstyle.italic: italic,style.semanticItalic: true(their JSON is byte-identical to before).themes/_src/variants/alone-roman.yamlbinds""/false,isStandard: false. Two hexes differ from Standard so the role pairs Standard separates with italics stay ΔE2000 ≥ 5 apart after protan/deutan simulation on colour alone: strings#9A8B60 → #9C8B4A(vs Functions 5.5) and*.defaultLibrary#B08C50 → #AA884C(vs Types 5.4). Everything else, incl. bold keywords/escapes/errors, is Standard.package.jsontheme entry; README install list + "Alone Roman" blurb + Italic-fringing section now recommends Roman (Soft-only override example kept, shortened) + contributor note; CHANGELOG 2.0.0 "Added — Alone Roman variant".Test plan
npm run checkgreen (4 variants),npm test26/26vsce lsshows 4 theme JSONs; installed the VSIX and switched through all fourthemes/alone*-color-theme.jsonfor the three existing variants: no change🤖 Generated with Claude Code
Summary by Sourcery
Add an upright Alone Roman theme variant for readers who prefer or require code without italic styling.
New Features:
Enhancements:
Build:
Documentation:
Tests: