From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: Changes for emacs 28 Date: Fri, 11 Sep 2020 14:10:22 +0000 Message-ID: References: <87y2lkb6kb.fsf@gmail.com> <9A4FA038-CCFD-45DF-8B57-E348AFF951D9@gmail.com> <87sgbsb0eb.fsf@gmail.com> <87h7s6c31d.fsf@gmail.com> <87mu1xrjqw.fsf@gkayaalp.com> <48ed4897-356c-4669-a330-1fdb5d65402b@default> <83lfhhijbl.fsf@gnu.org> <871rj9uz12.fsf@gkayaalp.com> <835z8kj1ia.fsf@gnu.org> <30814485-6a91-34ce-796b-ce01bf275993@yandex.ru> Reply-To: Gregory Heytings Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="-212064758-614754872-1599833032=:25510" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21109"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.22 (NEB 394 2020-01-19) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 11 16:13:13 2020 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 1kGjnc-0005Mq-Dw for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Sep 2020 16:13:12 +0200 Original-Received: from localhost ([::1]:58934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kGjnb-0007p2-Gx for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Sep 2020 10:13:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45820) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kGjlB-00058g-Fw for emacs-devel@gnu.org; Fri, 11 Sep 2020 10:10:41 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:62958) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kGjl9-0000xd-3P for emacs-devel@gnu.org; Fri, 11 Sep 2020 10:10:41 -0400 Original-Received: from sdf.org (IDENT:ghe@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 08BEAP6T006234 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Fri, 11 Sep 2020 14:10:25 GMT Original-Received: (from ghe@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 08BEAaON008025; Fri, 11 Sep 2020 14:10:36 GMT In-Reply-To: Content-ID: Received-SPF: pass client-ip=205.166.94.24; envelope-from=ghe@sdf.org; helo=mx.sdf.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/11 09:22:45 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:255179 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---212064758-614754872-1599833032=:25510 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: > >> If, and only if, Emacs adapts the appearance of the menu bar to the=20 >> chosen theme. A boring gray oldish menu bar above a dark mode buffer=20 >> goes against "slick" appearance. > > Which build of emacs are you using? Emacs+GTK on Gnu/Linux here follows= =20 > the theme set in the desktop environment for menus (the buffer itself is= =20 > still white on black, but that=CA=BCs a different discussion). > I did not mean "to the chosen desktop theme" but "to the chosen Emacs=20 theme". IOW, if it were possible for example for Doom Emacs to force the= =20 menu bar to have white text on a dark gray background. That might be=20 possible in fact, but I don't know how this could be done. There is a=20 `menu' face and a `tool-bar' face, but changing them does not seem to have= =20 any effect. ---212064758-614754872-1599833032=:25510--