Apply gruvbox dark theme to design tokens #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Repo
ldraney/mdview
User Story
As a user, I want the markdown viewer to render in gruvbox dark so it matches my terminal/editor aesthetic.
Context
The initial scaffold shipped with a light-mode token set copied from ror-css-guide defaults. This is a personal CLI tool -- dark theme should be the baseline.
Description
Replace all
:rootcolor tokens with gruvbox dark palette values. Switch mermaid.js to dark theme. No CSS rule changes -- token swap only per ror-css-guide principle: "Projects override tokens, not rules."File Targets
app/assets/stylesheets/application.css--:rootblockapp/javascript/controllers/mermaid_controller.js-- theme paramAcceptance Criteria
:rootcolor tokens map to gruvbox dark palette:rootTest Expectations
Constraints
:rootChecklist
Related
First feature issue on this repo.