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.devel Subject: Re: adding ansi-color faces for themes that do not have them Date: Wed, 14 Dec 2022 14:26:16 +0200 Message-ID: <838rjanpcn.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6402"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yilkal Argaw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 14 13:27:01 2022 Return-path: Envelope-to: ged-emacs-devel@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 1p5Qqj-0001WH-1M for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Dec 2022 13:27:01 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5Qq8-0004Wt-BA; Wed, 14 Dec 2022 07:26:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5Qq4-0004W5-IS for emacs-devel@gnu.org; Wed, 14 Dec 2022 07:26:20 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5Qq4-0005l4-7O; Wed, 14 Dec 2022 07:26:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=PMQPPV7bYM64m+wrAVmR53hYBF6P1r1bhH3T5UsV2ts=; b=K03fI2ud9WI/ 0vdD2ZDPHkeFkK++k4A/ruEBpqs+L0kQ4SF5+IRKZ346d4Psc9hh/FbSzClx8cOZ2OBXtJ8i57oVp QmfldRf3LC/gr7ycsdZZ+rj+TxdVHWDayC/EgE2TJs5nt6wdwTOWkzg8F3/6li3iv8DMr6uRPQ1TE JxGVCoX1ItLjDmpHSwrH2DddvjudA/jOeLIJXjG1NiIwDNzSzDMIx3Uf3b4Q3ZnvTk0Fxy9rbPoyh AcTey+UETNy7BRy/hV212K97LP2u6m/ZY6P7yteatLBdKRlZFU49FiJPwYwwDM+gMAoCDYr+YqIeS prsyaLbnanGWjsAX+NnAzA==; Original-Received: from [87.69.77.57] (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 1p5Qq2-0007Ud-HV; Wed, 14 Dec 2022 07:26:19 -0500 In-Reply-To: (message from Yilkal Argaw on Wed, 14 Dec 2022 07:10:08 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301381 Archived-At: > From: Yilkal Argaw > Date: Wed, 14 Dec 2022 07:10:08 +0000 > > Shell and Eshell in emacs inherit from ansi-colors which affects how output from command line programs > that make use of them. While many of the themes included with emacs define faces for them, others do not. > Specifically adwaita, deeper-blue, light-blue, manoj-dark, tsdh-dark, tsdh-light, wheatgrass and whiteboard > themes. This makes output from terminal applications that make use of ansi-colors look awkward or hard to > read when using those themes(i.e. in shell or eshell). Is it possible to enforce definitions for ansi-colors at > least in the themes that are included with emacs. Because interaction with the shells is an essential part of > using emacs for so many people. Please report this as a bug, so we don't forget the issue. Thanks.