From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Changing face background for org-columns view Date: Tue, 30 Jan 2018 10:08:52 +0100 Message-ID: <84k1vz67dn.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43369) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egRvN-0008Lw-0m for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 04:10:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egRvG-0007L0-5O for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 04:09:52 -0500 Received: from [195.159.176.226] (port=39446 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1egRvF-0007IX-LJ for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 04:09:45 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1egRsq-0001ee-AF for emacs-orgmode@gnu.org; Tue, 30 Jan 2018 10:07:16 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org claude fuhrer writes: > I'm using a dark theme (cyberpunk if it matters) with "bright" > foreground color for most of the faces. When I try to use the column > view (C-c C-x C-c, that is org-columns), org-mode setsĀ  the background > color for each line to bright yellow (1), whitout changing the > foreground color used.which makes the text almost unreadable. Can I > customise this background color ? Or use another kind of face (for > example slanted ou bold) instead changing the background color ? What about moving the cursor onto a line of an org column and use M-x customize-face and set some attributes of face "org-column"? HTH