chore(tui): strip noise comments

This commit is contained in:
Brooklyn Nicholson
2026-04-16 19:14:05 -05:00
parent 7f1204840d
commit ca30803d89
9 changed files with 2 additions and 60 deletions
-2
View File
@@ -94,8 +94,6 @@ export const DEFAULT_THEME: Theme = {
statusWarn: '#FFD700',
statusBad: '#FF8C00',
statusCritical: '#FF6B6B',
// muted navy — sits under gold/amber fg without fighting it, swaps
// cleanly with SGR-inverse that fragmented per fg color
selectionBg: '#3a3a55',
diffAdded: 'rgb(220,255,220)',