xmake-theme
Installation
SKILL.md
Xmake Theme Style
Xmake's terminal output can be re-themed globally. Themes control color palette, the progress bar style, and whether emoji are used. Configured per-machine via xmake g.
Switch theme
xmake g --theme=default # default: colorful, rolling progress
xmake g --theme=ninja # ninja-style single-line progress bar
xmake g --theme=emoji # uses emoji in place of colors
xmake g --theme=dark # darker palette for very light terminals
xmake g --theme=light # light palette for very dark terminals
xmake g --theme=plain # strip all color/emoji — fixes garbled terminals
xmake g --theme=powershell # tuned for Windows PowerShell's odd palette
Reset to default: