zsh-workers
 help / color / mirror / code / Atom feed
From: Jan Breig <subscriptions@pygos.space>
To: schaefer@brasslantern.com
Cc: zsh-workers@zsh.org
Subject: Re: [PATCH] Support more colors
Date: Thu, 12 May 2022 23:19:49 +0200	[thread overview]
Message-ID: <1c851030-c051-e5f7-8d82-a6a326eacff1@pygos.space> (raw)
In-Reply-To: <CAH+w=7YCWFrnKMqtvu1z28SaVYNEDwQ5htfVjQh_PraaqW+vuQ@mail.gmail.com>

> Thanks for the suggestion, but your email client or server has 
> mangled the diff.  Can you attach it as a .txt file?
Yes, sorry that was due to CRLF/LF conversion.
This one should work:


diff --git a/Functions/Misc/colors b/Functions/Misc/colors
index 027ca9a..49d44f9 100644
--- a/Functions/Misc/colors
+++ b/Functions/Misc/colors
@@ -62,6 +62,16 @@ color=(
  # 63 double-overline-or-left
  # 64 stress
  # 65 no-ideogram-marking
+
+# Strong color codes
+  90 strong-gray            100 bg-strong-gray
+  91 strong-red             101 bg-strong-red
+  92 strong-green           102 bg-strong-green
+  93 strong-yellow          103 bg-strong-yellow
+  94 strong-blue            104 bg-strong-blue
+  95 strong-magenta         105 bg-strong-magenta
+  96 strong-cyan            106 bg-strong-cyan
+  97 strong-white           107 bg-strong-white
  )

  # A word about black and white:  The "normal" shade of white is really
@@ -79,6 +89,7 @@ for k in ${(k)color}; do color[${color[$k]}]=$k; done
  # Add "fg-" keys for all the text colors, for clarity.

  for k in ${color[(I)3?]}; do color[fg-${color[$k]}]=$k; done
+for k in ${color[(I)9?]}; do color[fg-${color[$k]}]=$k; done

  # This is inaccurate, but the prompt theme system needs it.


  reply	other threads:[~2022-05-12 21:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-10 11:29 subscriptions
2022-05-10 11:56 ` Mikael Magnusson
2022-05-10 16:32   ` Bart Schaefer
2022-05-10 16:36 ` Bart Schaefer
2022-05-12 21:19   ` Jan Breig [this message]
2022-05-13  2:55     ` Bart Schaefer
2022-05-13  4:09     ` Lawrence Velázquez
2022-05-13  6:30       ` Jan Breig
2022-05-13 19:16         ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1c851030-c051-e5f7-8d82-a6a326eacff1@pygos.space \
    --to=subscriptions@pygos.space \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).