From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: min-colors 88 Date: Fri, 28 Jan 2022 14:16:59 +0200 Message-ID: <83sft8cax0.fsf@gnu.org> References: <83sft9e6sz.fsf@gnu.org> <83r18tdxd3.fsf@gnu.org> <83bkzxdoba.fsf@gnu.org> <871r0tf21u.fsf@zoho.eu> <83zgngcmgy.fsf@gnu.org> <83y230ccsr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9656"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jan 28 13:42:40 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nDQaO-0002M6-40 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Jan 2022 13:42:40 +0100 Original-Received: from localhost ([::1]:33702 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nDQaM-00079E-Bo for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Jan 2022 07:42:38 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDQBb-00050d-BQ for help-gnu-emacs@gnu.org; Fri, 28 Jan 2022 07:17:03 -0500 Original-Received: from [2001:470:142:3::e] (port=41510 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDQBa-00083U-L1 for help-gnu-emacs@gnu.org; Fri, 28 Jan 2022 07:17:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=qlhmpQ67AlcXqTMet2IHuEIs0VYFFmYW4ZijdtTtTWY=; b=XSjBFJc9IPcpbiDalZP9 9iJS9ATGDSKmtBv7JyqtfXmOoNL2ksyqTkY8eNLiaOtpSDGuidhsmaxZgWjJUf4GVwx2fYVEm37A1 92VzUYp758///SdX+jpQdJco0JOQzacj8PEbB86G99N1OWh6aDYaR0RrXrGYX1rbJrzumesttOl1i mvafOi9RcA46TozSmH9vv8zs2ZHxWb5eRgx/9ChUOSYa9jVc7wflj2RMvIrZaqzQYODm1bNSVNkCp D3SlhcSUf9tnlMj4exfzLR279ncmhTFXUQ1GsVbuwHLn5v09iwbVlHBNgImkrim4iy8dtXoPrmuA0 RbpNwatgDu18Jg==; Original-Received: from [87.69.77.57] (port=2523 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDQBZ-0003YP-Rh for help-gnu-emacs@gnu.org; Fri, 28 Jan 2022 07:17:02 -0500 In-Reply-To: (fatiparty@tutanota.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:135592 Archived-At: > Date: Fri, 28 Jan 2022 12:54:49 +0100 (CET) > From: fatiparty@tutanota.com > Cc: Help Gnu Emacs > > For instance I can invent a code #d166ff >  ( ((class color) (min-colors 88) (background dark)) >        :foreground "#d166ff" ) > > That would not mean that #d166ff actually exists for 256 colour availability. It doesn't matter. Emacs will find a color that is the closest to that RGB value, and use it. See tty-colors.el.