From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: zch@cocaine.ninja Newsgroups: gmane.emacs.help Subject: Changing default background color to #0C0C0C causes a different shade of black to appear in areas where there is text or whitespace. Bug or not? Date: Sat, 08 Dec 2018 22:09:44 -0700 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1544390324 3529 195.159.176.226 (9 Dec 2018 21:18:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 9 Dec 2018 21:18:44 +0000 (UTC) User-Agent: Roundcube Webmail/1.3.6 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 09 22:18:40 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gW6TH-0000oq-E5 for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Dec 2018 22:18:39 +0100 Original-Received: from localhost ([::1]:56817 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gW6VO-0003Rd-4x for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Dec 2018 16:20:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVrLj-0006Ok-4c for help-gnu-emacs@gnu.org; Sun, 09 Dec 2018 00:09:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVrLi-0000Pp-AF for help-gnu-emacs@gnu.org; Sun, 09 Dec 2018 00:09:51 -0500 Original-Received: from cock.li ([2a06:1700:0:b::c0cc]:49386) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVrLh-0000Nv-VY for help-gnu-emacs@gnu.org; Sun, 09 Dec 2018 00:09:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cocaine.ninja; s=mail; t=1544332185; bh=5QoA5mfGqM5taFSFxbUH2Fl+oxmjs3eoCHMhbC3c+LM=; h=Date:From:To:Subject:From; b=SRAE1kyp+RxfoeeFCfVrvefdov8VGIWsDI2TD0/41P2DubJyQpxsMhAZ7i9YasvZK 20uV4/TdoWIXY1MKdAxjGmFIP/gyeLXQNpEI1ALhI4uNVrJk35sUBbZJR3+iYX+bF7 lM5EXk93FOl2K5sCow+HWWStBXnS9vj1dychF6wL6TwK8Z+TmP3vU8p83/IFoJKv6I 3y7mbVOCmKrHhkzlnnYlOIUAgnIBQVhCdcJlHjzcKsbarIm+cSEEJ+Lmz7mNQHWWON +6SGSKpAuXYyfERnL2YNczLKnvnTDfSv5wnVawWs6Jc3MZnkOwN+sRstMEznq8/CE0 zlgIojrJ9aIQA== X-Sender: zch@cocaine.ninja X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a06:1700:0:b::c0cc X-Mailman-Approved-At: Sun, 09 Dec 2018 16:19:44 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118952 Archived-At: If I change the default background color to #0C0C0C I get a different shade of black background where there is text or whitespace: https://i.imgur.com/B7XIHCs.png This does not continue if I change the background to, say, red: https://i.imgur.com/1S0nNHC.png Even with a fresh emacs session, ``emacs -Q'' does not alleviate the issue https://i.imgur.com/PuvtB8q.png Am I doing something wrong?