not sure why i was looking into this today since i'm meant to be on holiday, but i thought I'd share brief notes on adjusting console colours:
- open up the fullscreen console frame by adding "/frame/" to the end of your console's url
- open up the developer tools
- then change terminal properties via
Anywhere.terminal.prefs_
eg
Anywhere.terminal.prefs_.set('background-color', 'wheat')
Anywhere.terminal.prefs_.set('foreground-color', '#533300')
More info in the hterm repo
Maybe saving this into a greasmonkey script would be a way to automatically load such customisations? not sure, i haven't used greasemonkey...