From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7867ae4a for ; Fri, 28 Jun 2019 19:59:14 +0000 (UTC) Received: (qmail 18425 invoked by alias); 28 Jun 2019 19:59:07 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44468 Received: (qmail 22967 invoked by uid 1010); 28 Jun 2019 19:59:07 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f45.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25489. spamassassin: 3.4.2. Clear:RC:0(209.85.166.45):SA:0(-2.0/5.0):. Processed in 1.377234 secs); 28 Jun 2019 19:59:07 -0000 X-Envelope-From: justindorfman@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.45 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to; bh=DkAFl57o5nIu8FjblrHCEgwwleWiBIjn42EdQ4WRPuU=; b=HGHzOmBURag69WCeqvUvcjcSogYjKeTLz9qpboW910hHod0C66HgKDiGyOqTS9FcgU EVwmBTZnRFYJM86WNACFd6xB2bnHrPUz5gnEJQeFGCXyrF2A11FOyN0a3Rj6MR9GgjOK ISkegMNRV1aWc2KZVvJNdmpd7V+i/U+NsNvxEqdebM9nNsi09KOgL+LaUP9/tcPbpeZM YyBUjYc0fyUnO6fpkqm4Nojq5a1GU/fDkUbqfEpWvcNTM64quO6sU5JHEkVG6CloTL3C /p2p30ZwZAcN12lzqTvYBgVEBB3owe7QfMAEjWzKk+K4xbCmt8UKRWTUQ/m/EXUPM0bT vvGw== 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:reply-to :from:date:message-id:subject:to; bh=DkAFl57o5nIu8FjblrHCEgwwleWiBIjn42EdQ4WRPuU=; b=hGZ16b0xG5nd6Dtf/lJl3srj25VPliXtLiECuNLs/vzmcgW1u3QL1a/alqysF74Nci wuAMecJjrp4gS6FV49N87sz/+7lt9e43MjPuffb8yZ2O2C8YreY7wGVdYv6GwCL8TGBw pSKR1MDpVwfUWPbJ/tQb9wNMOf/h3OottvtFrVmeQkZw9W7jcmskf77oqqKUnsaFxldB F+LKCEwONb7UXKhV30ZusIXa7zL3E+ir+ILyOJXhU0/FKNLaPqwT+nByqCZbe84rlnkt 6lI+IM6RaN2ypO7//FcQqpBYPpmi+WFHh0i5mOEurhQzBxvzmMxIXPhIlOdH4Q2x6vYq lALA== X-Gm-Message-State: APjAAAXFAlegJwMhBI4HfHAUoJ7GKyBC8RCJU5W2sSd7K92DXG2cLAq9 rPfxVUrTQkbfbXGZCIzJ5iipEFbcnO+s99sdBhE= X-Google-Smtp-Source: APXvYqztZgLKJASfJY2B8s+s+tgZduMJ41H6hVdVgbBgSR+UcX8FPn7AsvjN9rMjihpKOZR0Yd45Hl2zMnYMX/neumc= X-Received: by 2002:a6b:2cc7:: with SMTP id s190mr12923523ios.29.1561751911886; Fri, 28 Jun 2019 12:58:31 -0700 (PDT) MIME-Version: 1.0 References: <95208-1561675878.358761@oOx4.pGSX.EcaY> <20190628101238.dscl5mryiilbh5ib@chaz.gmail.com> In-Reply-To: <20190628101238.dscl5mryiilbh5ib@chaz.gmail.com> Reply-To: justindorfman@gmail.com From: Justin Dorfman Date: Fri, 28 Jun 2019 12:58:20 -0700 Message-ID: Subject: Re: Logo To: Bart Schaefer , Oliver Kiddle , Justin Dorfman , "Zsh Hackers' List" Content-Type: multipart/alternative; boundary="000000000000ef77e3058c67b3ce" --000000000000ef77e3058c67b3ce Content-Type: text/plain; charset="UTF-8" Hey Everyone, This is amazing feedback. I'm going to wait a few days before going over it with the designer just in case there is more. From there I will respond to any questions in one email. Thank you all. Regards, Justin Dorfman @jdorfman On Fri, Jun 28, 2019 at 3:12 AM Stephane Chazelas < stephane.chazelas@gmail.com> wrote: > 2019-06-27 16:20:31 -0700, Bart Schaefer: > [...] > > Now that you mention it, I'm curious how orange and black got chosen > > in the first place? Is it because zsh was invented at Princeton? > [...] > > Sorry for throwing a completely unrelated idea late to the > party, but when the idea of a new zsh logo was first mentioned, > one thing that came to my mind was a "ZSH" made with multicolor > lego bricks to reflect the multi-faced, modular nature of zsh > (and it can be shaped any way you want; playdough would also > work there I guess). > > Maybe not the best image for a shell as lego bricks may convey > some "building" meaning which do not as directly apply to a > shell as to other tools. > > -- > Stephane > --000000000000ef77e3058c67b3ce--