* - grimoire - dark wiki & knowledge base
 (HTM) git clone git@git.drkhsh.at/codex.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4f2c2c4e734da90addf4c597f97d8b84e1266c0c
 (DIR) parent e5ec315055a4dffc456581be9e36d4e74f459ff7
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Sun, 27 Jul 2025 02:33:58 +0200
       
       *
       
       Diffstat:
         M src/database/lexicon.ndtl           |      39 +++++++++++++++++++++++++++++++
       
       1 file changed, 39 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/database/lexicon.ndtl b/src/database/lexicon.ndtl
       @@ -509,11 +509,50 @@ UNIX
                HOST : operating systems
                BREF : notes on unix-like operating systems
                TYPE : text_portal
       +RIOTHEMING
       +        HOST : plan9
       +        BREF : theming rio
       +        BODY
       +                theming {plan9}/9front rio
       +
       +                ```
       +                bind -ac /dist/plan9front /
       +                cd /sys/src/cmd/rio
       +                hget https://ftrv.se/_/9/patches/rio-themes.patch | patch -p5
       +                mk install
       +                ```
       +        LINK
       +                rio-themes : https://ftrv.se/14
       +ACMETHEMING
       +        HOST : plan9
       +        BREF : theming acme
       +        BODY
       +                theming {plan9}/9front acme
       +                git://shithub.us/jgstratt/acme-themes
       +
       +                ```
       +                mkdir tacme
       +                cp /sys/src/cmd/acme/* tacme/
       +                cd tacme
       +                ape/patch -i ../acme-themes.patch
       +                ```
       +
       +                .. then the normal mk process
       +
       +                ```
       +                cp 8.out /386/bin/tacme
       +                ```
       +        LINK
       +                acme-themes : git://shithub.us/jgstratt/acme-themes
        PLAN9
                HOST : unix
                BREF : stuff
                TYPE : text_portal
                BODY
       +                ## themes
       +
       +                see {riotheming} and {acmetheming}
       +
                        ## Programs
        
                        Editor: sam, acme