feat: add WHITE variable and 3-colour cmds() scheme across all platforms#18
Merged
Conversation
- WHITE colour variable added to mac/topics/02-colours.zsh and linux/topics/02-colours.sh (\033[0;37m) - cmds() rewritten on macOS, Linux and Windows with a consistent 3-colour scheme: MAGENTA (bold) for section headers, CYAN for command names, WHITE for descriptions and parenthetical lines. Legend line updated on all three platforms to show all three colours. - Welcome banner order fixed on macOS and Linux: Welcome -> profile loaded -> hostname -> date (date always last in YELLOW) - Coloured output added to gi(), mirror-add and setup-hooks on macOS and Linux (CYAN progress, GREEN success, RED errors) - dns-flush on Windows now uses colour-coded output - documentation.md: colour variables table added, cmds() and mirroring command entries updated, CAD and Swift platform notes clarified - guides updated (mac, linux, windows, mirroring): WHITE variable and 3-colour cmds() scheme documented - journal/002-colours-and-accessibility.md: colour table and cmds() description updated to reflect MAGENTA/CYAN/WHITE scheme
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
WHITEcolour variable added tomac/topics/02-colours.zshandlinux/topics/02-colours.shcmds()rewritten on macOS, Linux and Windows with a consistent 3-colour scheme: MAGENTA (bold) for section headers, CYAN for command names, WHITE for descriptions and parenthetical lines. Legend updated on all three platforms.gi(),mirror-addandsetup-hookson macOS and Linux (CYAN = progress, GREEN = success, RED = errors)dns-flushon Windows now uses colour-coded outputdocumentation.md: colour variables table added to Loader mechanics;cmds(),gi,mirror-add,setup-hooksentries updated; CAD and Swift platform notes clarifiedguides/mirroring.mdupdated to document the new colour schemejournal/002-colours-and-accessibility.mdupdated to reflect MAGENTA/CYAN/WHITE schemeTest plan
mac/topics/02-colours.zshand runcmds— confirm MAGENTA headers, CYAN commands, WHITE descriptionslinux/topics/02-colours.shand runcmds— same colour check