ref: ff84152ce1d5225a887239d3c3788c6eb6d42c53
dir: /README.md/
# plan9-tacme This is plan’s acme text editor, but it will use themes from rio-themes (https://ftrv.se/14) if they are installed. Basically, this code is the functions from rio-themes, yanked out and dumped into acme. Currently it only reads the themes on execution. So if you change your theme, you will need to restart acme if you want it to reflect the new theme. If no theme is installed, then it defaults to traditional acme. # To apply this patch: mkdir tacme cp /sys/src/cmd/acme/* tacme/ cd tacme ape/patch -i ../acme-themes.patch .. then the normal mk process # To revert the patch: ape/patch -i ../acme-themes.patch -R # Note to self, to generate this patch off of code: diff -ur /sys/src/cmd/acme acme > acme-themes.patch