aboutsummaryrefslogtreecommitdiff
path: root/themes/WIP-theme.el
Commit message (Collapse)AuthorAgeFilesLines
* docs: normalize generated-file headers and prune obvious commentsCraig Jennings13 days1-1/+1
| | | | The theme-studio and browser-choice generators now stamp their output with a header that names the authoritative source and says to regenerate rather than hand-edit. I regenerated both files to match. I also deleted six obvious "describe the next form" comments, replaced two stale placeholders in titlecase.el and an incomplete FIXME in org-checklist.el with real rationale, and condensed early-init's header and Commentary.
* fix(theme-studio): darken the EAT diff line backgroundsCraig Jennings14 days1-0/+2
| | | | | | The added and removed line backgrounds in Claude Code diffs read too bright. I added eat-term-color-22 (added green) and eat-term-color-52 (removed red) to the WIP theme at about half their former brightness: #005F00 to #002f00, #5F0000 to #2f0000. EAT uses each face's foreground as the palette value for both text and background paint, so darkening the foreground darkens the diff background. The green index is confirmed. The red is the symmetric counterpart. The brighter within-line word-highlight shades are different indices, left until I sample them live.
* chore(theme): WIP set nerd-icons-completion-dir-face to goldCraig Jennings14 days1-0/+1
| | | | Gold completing-read folders against the silver file and dirvish icons. The nerd-icons-config override is what lets this face win over the global dir advice.
* chore(theme): WIP palette pass over nerd-icons and dirvish facesCraig Jennings14 days1-40/+39
| | | | Region background to #424f5e, highlight distant-foreground, a few ui face locks, plus a sweep of the nerd-icons color palette (the d/l/alt variants) and several dirvish faces (file-modes, free-space, hl-line, inactive).
* fix(theme): ansi-color-bright-magenta inherits magenta, not itselfCraig Jennings2026-06-261-60/+61
| | | | The bright-magenta face was self-referential, so it resolved to no color and difftastic's bright-magenta string literals rendered near-black. Point it at ansi-color-magenta like the other bright faces. Also a broader WIP ansi/palette pass.
* chore(theme): save WIP theme stateCraig Jennings2026-06-261-25/+25
|
* chore(theme): save WIP theme stateCraig Jennings2026-06-251-2/+24
|
* chore(theme-studio): update WIP theme snapshotCraig Jennings2026-06-241-38/+38
|
* chore(theme): update WIP theme capturesCraig Jennings2026-06-231-5/+5
|
* chore(theme-studio): restyle WIP orderless-match facesCraig Jennings2026-06-201-4/+4
| | | | New foregrounds plus italic slant on orderless-match-face-0..3; source flips default to user.
* chore(theme-studio): save WIP working stateCraig Jennings2026-06-201-14/+19
|
* chore(theme-studio): save WIP working stateCraig Jennings2026-06-201-5/+20
|
* chore(theme-studio): commit WIP theme edits and migrated working stateCraig Jennings2026-06-191-3/+3
| | | | | | hl-line inherits highlight, mode-line-inactive inherits mode-line, and the dashboard title gains :height 1.15. WIP.json is reserialized under the expanded face model added this session.
* chore(theme-studio): update WIP theme region, mode-line-highlight, pearl facesCraig Jennings2026-06-181-8/+9
|
* wip(theme): snapshot WIP theme and daneel palette draftCraig Jennings2026-06-161-156/+464
|
* chore(theme): update WIP theme buildCraig Jennings2026-06-151-103/+115
|
* chore(theme-studio): refresh WIP theme export and deployed themeCraig Jennings2026-06-151-36/+80
| | | | Latest theme-studio tuning pass: updated theme.json export and the regenerated themes/WIP-theme.el it deploys.
* chore(themes): track generated theme outputsCraig Jennings2026-06-141-0/+539
Drop the theme-theme.el ignore and check in WIP-theme.el, so the deployable themes the studio generates live in the repo. The studio JSON sources stay ignored as scratch.