From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29749 invoked by alias); 4 Aug 2018 16:34:54 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23562 Received: (qmail 23535 invoked by uid 1010); 4 Aug 2018 16:34:54 -0000 X-Qmail-Scanner-Diagnostics: from mail-oi0-f50.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.218.50):SA:0(-1.9/5.0):. Processed in 2.372442 secs); 04 Aug 2018 16:34:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Qf/L+7r/wnPqG8BxG4Z8J0tIp4Q5+XGjkN00fAvagpA=; b=Kg+SfCNxVMcuLQjRiuebS/2+re/WrWcV66qv2sDBQfJPRemdOQsASymf7IsE+xE409 Vr9lTFK04hb4eBUe2XNRuf1pSM1+57rP6Ncq2Tz1VI24ElxKH5tgyPqUuCKwzTO4On8r cId0JiuCfu1LK4jM7TD5KCY+leWj5p15In4wxKhhE9Xg9pBxnnxMht3cc6eu6a2gPdu7 9NiVqFnjg9pssPiyoTAoZHHELT8t34LwdPmuFuF9BFeDy/2NHaISmqHrZ2tWEmnP3jZG GXSqz/cPo+pUOb4j7iUjleMLTR2iiRIUZENfA/IAhJznh2v8YE7iRVrA0W52JChk5zVH yPLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Qf/L+7r/wnPqG8BxG4Z8J0tIp4Q5+XGjkN00fAvagpA=; b=eY5gsrz6+JUzm4QNFq4B/l+OaIK5iXUPvDosvQMnA3Oc/UscERE4TTMd5+6LziSr/4 q8hiGoCm9HFX6wshUNeAD8AIJM5bI2HdW6hoh+BdYlisdy8Log+22QJ3Z9+mmGeyb2aa cFaXIKxiyK1DKv15nkB219B9XgpMe4iCqrWXRBYP/AG6Q6AZfsMN0zFBbb1ODTI/x8+t Fub2J9wVFWhn3qcmDwppUduHxpRG5sICae6JB+WjuZY38U8SQcWyU7KAAa9BX9H5DPh3 uxJpEAcxvGzAAW0fjqvFilsSBCMCQSx7iY1Az27GKVfNgI1f4B0xkhGKCs06NEmBWcRw h14g== X-Gm-Message-State: AOUpUlHyps85jXHCWiDLyu09zpWJiU8BO/FW+JY9yceRmwKJGmYi/Z80 GTZpDPbWpNllVeF3x5w5mVH2oYjes9fAOYRxw7+GqQ== X-Google-Smtp-Source: AAOMgpcJXZ3mah5krB7AWbkSYqfwyOtXUf+VYpgIFl8K8qGQmrRGMM/KpqCFEgDJPlsQruRx6VIrPGL27+pCd5kT0GQ= X-Received: by 2002:aca:ce85:: with SMTP id e127-v6mr8340382oig.169.1533400489576; Sat, 04 Aug 2018 09:34:49 -0700 (PDT) MIME-Version: 1.0 References: <3677211.ncymWrnqbT@tp> In-Reply-To: <3677211.ncymWrnqbT@tp> From: Sebastian Gniazdowski Date: Sat, 4 Aug 2018 18:34:37 +0200 Message-ID: Subject: Re: Fast-Syntax-Highlighting demo To: "Vadim A. Misbakh-Soloviov" Cc: Zsh Users Content-Type: text/plain; charset="UTF-8" On Sat, 4 Aug 2018 at 17:15, Vadim A. Misbakh-Soloviov wrote: > > Wouldn't you mind to: > > 1) add some "top-level" menion of secondary themes (with description that it > is the theme to apply inside `$()`) in the documentation (both in READDME and > `fast-theme -h`)? Ok. It's a constant pain, easy but not easy to describe things queued for README.md. > === > > 2) add some way to load the (custom) themes from outside of FSH repo? > It would be good if, say, fast-theme will support: > - some environment variable with additional themes location path(s) > - "loading" themes by full path (even if that path isn't on the currently > "known" paths) A user had a cool idea, to simply do `fast-theme ~/custom.ini`. It can use shorthand `fast-theme XDG:custom`, where XDG == ${XDG_CONFIG_HOME:-$HOME/.config}/fsh. Full description of how this resolved (today) is at: https://github.com/zdharma/fast-syntax-highlighting/issues/49 > === > > 3) add some "easy" way for dumping current "theme" (with all the active > redefinitions) in ini-format (to use as the new theme). Interesting idea, thanks. > > -- > wbr, > mva -- Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin