Quick Customisation Tasks - Slapparoo/TempleOS-EE GitHub Wiki

Quick Customisation Tasks

A couple of tasks that you can perform to customise the system

Change the Autocomplete standby text

Ed("/Doc/StandBy.DD');

This is the Text that is presented in the Autocomplete window when it is in "Standby"

Change the items the text then hit <esc> to save

Change the default system colours

Ed("/Adam/Gr/GrPalette.HC");

Find the Red in CBGR48 0xAAAA00000000

change it to something else like 0x555577779999 hit <Esc> a few times Reboot;

to restart

Stop the blinking

Ed("/Adam/DolDoc/DocRecalc.HC");

Goto line 916

<ctrl>+g

916 <Esc>

// Comment out the case DOCT_BLINK: block (six lines) hit <Esc> a few times to save and exit Reboot;

⚠️ **GitHub.com Fallback** ⚠️