Update contest JSON context

- Add contest pack layouts and emoji set

- Include contest render image
This commit is contained in:
2026-01-24 10:40:32 +00:00
parent 91e0725b23
commit 9666d1f4cf
3 changed files with 58 additions and 7 deletions

View File

@@ -2,6 +2,33 @@
"project": "Bashrc Dotfiles",
"branch": "dev",
"purpose": "DEFCON contest render pack for PS1 styles",
"contest_pack": {
"layout_options": [
"day-time-user",
"user-time",
"time-user",
"day-time"
],
"host_path_format": "@host - /path",
"prefix_newline": true,
"emoji_set": {
"sunrise": [
"⚡️",
"🛰️",
"🧬",
"🧠"
],
"work": [
"🛠️",
"💾",
"🧪",
"🧩"
],
"coffee": "☕",
"evening": "🎛️",
"night": "🕶️"
}
},
"styles": [
{
"id": "aurora",
@@ -97,6 +124,7 @@
"notes": [
"Palette values are 256-color codes.",
"Aurora uses seasonal palettes; other styles use fixed palettes.",
"Previews are textual layout hints for rendering."
"Previews are textual layout hints for rendering.",
"Contest pack prepends a blank line and always ends with host - path."
]
}