skill
Adom Theme
Public Made by Adomby adom
The canonical Adom application theme spec: five schemes, exact tokens, font pairings, and the implementation contract.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
{
"type": "skill",
"slug": "adom-theme",
"title": "Adom Theme",
"brief": "The canonical Adom application theme spec: five schemes, exact tokens, font pairings, and the implementation contract.",
"tags": [
"themes",
"design-system",
"brand",
"tokens",
"fonts",
"hydrogen-desktop",
"adom-desktop"
],
"discovery_triggers": [
"adom theme",
"adom themes",
"theme system",
"color scheme",
"colour scheme",
"theme tokens",
"adom design tokens",
"implement adom themes",
"adom studio theme",
"kickstand theme",
"adom slate",
"bright inverse",
"scheme slugs",
"adom fonts",
"satoshi",
"jetbrains mono",
"familjen grotesk",
"vs code adom theme",
"dark theme adom"
],
"sample_prompts": [
{
"label": "Implement the themes",
"prompt": "Implement the Adom theme system in this app: same five schemes, exact tokens, and font pairings."
},
{
"label": "What are the tokens?",
"prompt": "Show me the Adom Studio token values and what each token drives."
},
{
"label": "Add a scheme picker",
"prompt": "Add a colour scheme picker that follows the Adom theme system's slug and label rules."
}
],
"hero": {
"type": "image",
"path": "screenshots/hero-v6.png"
},
"name": "adom-theme",
"version": "2.3.6",
"description": "THE Adom application theme: five colour schemes with exact tokens, slugs vs labels, font pairings, the VS Code theme pack (adom.adom-theme, version-locked to this package), migration rules, and the guards. Hydrogen Desktop is the reference implementation.",
"discovery_pitch": "Implementing or matching Adom's look in any app: load this first. Exact tokens for all five schemes, the slug/label contract, font pairings and delivery traps, and the guard scripts.",
"files": [
"SKILL.md",
"README.md",
"package.json",
"install.sh",
"uninstall.sh",
"tokens.css",
"vscode/package.json",
"vscode/themes/adom-studio-color-theme.json",
"vscode/themes/adom-studio-bright-color-theme.json",
"vscode/themes/adom-studio-dark-color-theme.json",
"vscode/themes/adom-kickstand-color-theme.json",
"vscode/themes/adom-slate-color-theme.json",
"fonts/LICENSES.md",
"fonts/satoshi/README.md",
"fonts/jetbrains-mono/JetBrainsMono-Regular.woff2",
"fonts/jetbrains-mono/JetBrainsMono-Italic.woff2",
"fonts/jetbrains-mono/JetBrainsMono-Bold.woff2",
"fonts/jetbrains-mono/JetBrainsMono-BoldItalic.woff2",
"fonts/jetbrains-mono/OFL.txt",
"fonts/familjen-grotesk/FamiljenGrotesk-Variable.woff2",
"fonts/familjen-grotesk/OFL.txt",
"reference/README.md",
"reference/gen-vscode-themes.mjs",
"reference/vscode-theme-template.json",
"reference/install-brand-fonts.sh",
"reference/check-scheme-parity.sh",
"reference/check-installed-themes.sh",
"reference/check-vscode-theme-names.sh"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"dependencies": {},
"org": "adom",
"author": {
"name": "John Lauer",
"email": "[email protected]"
}
}