plugins/omi-github-app/THEME_UPDATE.md
Updated all pages of the OMI GitHub Issues app to use GitHub's dark theme and design language.
The entire app now uses GitHub's official dark theme colors:
#0d1117 (GitHub's primary dark background)#161b22 (cards and containers)#21262d (hover states)#30363d (subtle borders)#c9d1d9 (main text)#8b949e (muted text)#58a6ff (links and highlights)#238636 (primary buttons, success states)#f85149 (error states)#d29922 (warning states)Added custom scrollbar styling to match GitHub's dark theme:
Updated log/code sections to use GitHub's monospace font stack:
'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', monospace
/) - Not authenticated state/) - Authenticated state with repo selection/auth/callback)/test?dev=true)All pages now follow GitHub's design principles:
Run the app locally to see the changes:
cd /Users/aaravgarg/omi-ai/Code/apps/github
python main.py
Then visit:
http://localhost:8000/ - Main interfacehttp://localhost:8000/test?dev=true - Test interfacehttp://localhost:8000/health - Health checkmain.pyget_mobile_css() function (lines 1073-1488)