From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#46257: 28.0.50; use flat-button in modus-operandi theme Date: Wed, 03 Feb 2021 19:22:24 +0200 Organization: LINKOV.NET Message-ID: <87o8h1nu7z.fsf@mail.linkov.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22151"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 46257@debbugs.gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 03 19:21:16 2021 Return-path: Envelope-to: geb-bug-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 1l7MmC-0005fW-BK for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 03 Feb 2021 19:21:16 +0100 Original-Received: from localhost ([::1]:36150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l7MmB-00027I-E4 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 03 Feb 2021 13:21:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7MF5-0005iO-59 for bug-gnu-emacs@gnu.org; Wed, 03 Feb 2021 12:47:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55461) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l7MF4-0007w8-Pr for bug-gnu-emacs@gnu.org; Wed, 03 Feb 2021 12:47:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l7MF4-000841-Nj for bug-gnu-emacs@gnu.org; Wed, 03 Feb 2021 12:47:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Feb 2021 17:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46257 X-GNU-PR-Package: emacs Original-Received: via spool by 46257-submit@debbugs.gnu.org id=B46257.161237437630868 (code B ref 46257); Wed, 03 Feb 2021 17:47:02 +0000 Original-Received: (at 46257) by debbugs.gnu.org; 3 Feb 2021 17:46:16 +0000 Original-Received: from localhost ([127.0.0.1]:38760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7MEK-00081o-0o for submit@debbugs.gnu.org; Wed, 03 Feb 2021 12:46:16 -0500 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:34687) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7MEI-00081W-5B for 46257@debbugs.gnu.org; Wed, 03 Feb 2021 12:46:14 -0500 Original-Received: from mail.gandi.net (m91-129-108-204.cust.tele2.ee [91.129.108.204]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id C5C06200005; Wed, 3 Feb 2021 17:46:06 +0000 (UTC) In-Reply-To: (Pedro Andres Aranda Gutierrez's message of "Tue, 2 Feb 2021 12:34:06 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:199223 Archived-At: > This diff provides an example for the use of the :style flat-button in the > tab-line BTW, there are two possible contrasted styles for tab-line: 1. the active tab is lighter than inactive tabs; 2. the active tab is darker than inactive tabs. For example, some desktop environments use the second style, but currently Emacs tabs by default use the first style. I'm not sure which one is better.