I have two problems with my tables:
-
MemoryRecords need to be colored manually. It's time consuming and slowing down table making but I can't stop using colors.
-
Different CE users prefere different CE colors (dark/light) and colored records can have weird looking with 'wrong' CE theme. I don't like the idea of using universal colors good looking in every circumstances.
The solution of both problems is using LUA script or CE extension that quickly applies suitable color theme.
Here is a prototype of the solution:
How to play with the prototype :
Place [ic]themes.rar[/ic] contents into the CE-autorun path. Usually it looks like: [ic]C:\Program Files\Cheat Engine 7.4\autorun[/ic]
Run the .CT and it's lua script.
Tick different themes under the "Theme selector" record
How it works:
LUA script reads colors from VSCode color theme files (*.json) and then applies them to AddressList panel and all memory records.
Using OnPaint event provides opportunity for further automation.