Hi,
Last week I was with insomnia and playing with IAs and I managed to
create some nice styles (based on existing ones) you can use to improve
how your Pharo code look :)
Metacello new
  repository: 'gtithub://estebanlm/themes';
  baseline: 'Themes';
  load: 'HighlightStyles'
... then you can have some nice styles (other than the current ones),
both for dark and light themes :)
Enjoy,
Esteban