X-Original-To: alpine-user@lists.alpinelinux.org Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) by lists.alpinelinux.org (Postfix) with ESMTP id 499AE5C59CF for ; Sat, 3 Nov 2018 19:54:51 +0000 (GMT) Received: by sdaoden.eu (Postfix, from userid 1000) id A2FD91604A; Sat, 3 Nov 2018 20:54:49 +0100 (CET) Date: Sat, 03 Nov 2018 20:54:49 +0100 From: Steffen Nurpmeso To: alpine-user@lists.alpinelinux.org Subject: [alpine-user] st(1): a version with light background would be cool! Message-ID: <20181103195449.CdVpC%steffen@sdaoden.eu> Mail-Followup-To: alpine-user@lists.alpinelinux.org User-Agent: s-nail v14.9.11-76-g38917986 OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=_YP9NqWntHEA1JqBNC8hLb97D4Bpif-MTble=-=" This is a multi-part message in MIME format. --=-=_YP9NqWntHEA1JqBNC8hLb97D4Bpif-MTble=-= Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-ID: <20181103195449.UU0l-%steffen@sdaoden.eu> Hello. Would it be possible to have a st(1) port with a light background? Or would that need to be a completely new port by itself? I compile it here only with the patch below applied for this. Just an idea, but would be cool to have a binary available. Thanks! P.S.: AlpineLinux works just perfect also on (pretty old though) Acer Aspire and MacBook Air! :--)) --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) --=-=_YP9NqWntHEA1JqBNC8hLb97D4Bpif-MTble=-= Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="st.diff" Content-ID: <20181103195449.elJr3%steffen@sdaoden.eu> diff --git a/config.def.h b/config.def.h index 823e79f..74c1a7b 100644 --- a/config.def.h +++ b/config.def.h @@ -107,8 +107,9 @@ static const char *colorname[] = { [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", - "#555555", + "#f4ad42", + "#af2457", + "#fcfcf9" }; @@ -116,8 +117,8 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 7; -unsigned int defaultbg = 0; +unsigned int defaultfg = 0; +unsigned int defaultbg = 258; static unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; --=-=_YP9NqWntHEA1JqBNC8hLb97D4Bpif-MTble=-=-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---