Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fast-Syntax-Highlighting demo
- X-seq: zsh-users 23562
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: "Vadim A. Misbakh-Soloviov" <zsh@xxxxxxxx>
- Subject: Re: Fast-Syntax-Highlighting demo
- Date: Sat, 4 Aug 2018 18:34:37 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- 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==
- In-reply-to: <3677211.ncymWrnqbT@tp>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAGbnDRs+ZiO526n9yCz3PsV+_DZ9Kvu6q3DVLmfb2h9A@mail.gmail.com> <3677211.ncymWrnqbT@tp>
On Sat, 4 Aug 2018 at 17:15, Vadim A. Misbakh-Soloviov <zsh@xxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author