From nobody Sun Oct 10 06:27:53 2021 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 897EF17ED5EA for ; Sun, 10 Oct 2021 06:27:58 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from mail.foucry.net (mail.foucry.net [IPv6:2a01:4f9:4a:1fd8::17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HRsRy1tWqz4swn for ; Sun, 10 Oct 2021 06:27:58 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from mail.foucry.net (unknown [192.168.12.17]) by mail.foucry.net (Postfix) with ESMTP id 443322E12D for ; Sun, 10 Oct 2021 06:27:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at foucry.net Received: from mail.foucry.net ([192.168.12.17]) by mail.foucry.net (mail.foucry.net [192.168.12.17]) (amavisd-new, port 10024) with ESMTP id 81y6F_bOFx2s for ; Sun, 10 Oct 2021 06:27:57 +0000 (UTC) Received: by mail.foucry.net (Postfix, from userid 58) id C86D22E1E6; Sun, 10 Oct 2021 06:27:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=foucry.net; s=dkim; t=1633847277; bh=uFv+T8aM2+CSqj+IMU3Kppyer4Sq0mjSjUfRg6GgRr4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=p9Z2P57s0LnXhvKWG0CnMCcbL5nCy/jofLLexhyoEVKG4Y4HFwq+W0n7azYYfDTp+ jeDEAPDHWPdd393NnbMd6aZq+swBMYGIGJMoEiuKo9vMZUVLga41N41I0jq63Aswkd MOsVaS/5fwiwLdQHRsoUsNxEj2rbSfhrfwm1bqHQ= Received: from mithril.foucry.net (unknown [IPv6:2a01:cb10:8e64:fe00:4aa4:72ff:fe9e:65a1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.foucry.net (Postfix) with ESMTPSA id 0D87F2E76E; Sun, 10 Oct 2021 06:27:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=foucry.net; s=dkim; t=1633847276; bh=uFv+T8aM2+CSqj+IMU3Kppyer4Sq0mjSjUfRg6GgRr4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=j7N3XfbXWxZHo76Wt/ZgbJ+AKPr1cf+iIcciQ6tCI4vcTXoKR6F5QvkF41QRW2zfd l7Q2ITsvNidHl9ep5Xh+H9srLiVLjz/9iK283EkqR1OGLCPoXX7Mt+9I+loK9Ynl36 xrORpGuBtdncf5D19UGJv9JTJnJqbjvCM9AuKHHw= Received: from mithril.foucry.net (localhost [IPv6:::1]) by mithril.foucry.net (Postfix) with ESMTPS id 11E741AEE; Sun, 10 Oct 2021 08:27:55 +0200 (CEST) Date: Sun, 10 Oct 2021 08:27:53 +0200 From: Jacques Foucry To: tundra@tundraware.com Cc: freebsd-questions@freebsd.org Subject: Re: Dialog colors Message-ID: Mail-Followup-To: tundra@tundraware.com, freebsd-questions@freebsd.org References: <82037ea2-d0a1-8f36-243e-38c9425bd8ba@tundraware.com> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <82037ea2-d0a1-8f36-243e-38c9425bd8ba@tundraware.com> X-Operating-System: FreeBSD X-Rspamd-Queue-Id: 4HRsRy1tWqz4swn X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[freebsd] X-ThisMailContainsUnwantedMimeParts: N Le samedi 09 oct. 2021 à 16:31:15 (-0500), Tim Daneliuk via freebsd-questions à écrit: > On 10/9/21 3:16 AM, Jacques Foucry wrote: > > Hello folks, > > > > I have a little trouble with dialog default colors. > > > > When I need to compile a pkg using /usr/ports, each option dialog appaers with > > default color, lightblue and white. It'a really difficult to read. > > > > Is there a way to change the default colors? > > > > Other question, is it possible to have more contrasted colors for people whith > > vision difficulties? May be did I have to make a issue in on repot (which > > one?)? > > > > Thankls for reading me and you advices. > > > > Well, if you are building your own dialogs, you can embed color and highlighting > in the text with --colors. > > To change default colors (and many other things) there seems to be a way, > but it's not obvious. First do this: > > dialog --create-rc ~/.dialogrc > > You can then edit that file which I _think_ will let you change defaults as you > wish. Ok thanks. This will solve my problem, but what about the installer for example which have the same colors. Vision disabled people could a big difficulties whith those colors. Is there a list where I can talk for this problem? Or fill issue somewhere? Regards, -- Jacques Foucry