From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cody Goodman Subject: Org habits is showing up faded after switching to emacs config from spacemacs Date: Thu, 16 Aug 2018 21:52:07 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000f3a228057398a556" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqUsA-0000gP-83 for emacs-orgmode@gnu.org; Thu, 16 Aug 2018 22:52:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqUs9-0005vz-Bg for emacs-orgmode@gnu.org; Thu, 16 Aug 2018 22:52:22 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:43457) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqUs9-0005v4-7H for emacs-orgmode@gnu.org; Thu, 16 Aug 2018 22:52:21 -0400 Received: by mail-qk0-x22f.google.com with SMTP id z74-v6so5345499qkb.10 for ; Thu, 16 Aug 2018 19:52:20 -0700 (PDT) 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 --000000000000f3a228057398a556 Content-Type: text/plain; charset="UTF-8" For some reason my org habit colors are washed out. Before: https://imgur.com/a/EgcPrng Now washed out: https://imgur.com/a/nX9xHzG Here is my init.el https://gist.github.com/codygman/7b41f511547c47cb2a94d33f528c47d8 I'm guessing spacemacs was doing something I'm not? Thanks, Cody --000000000000f3a228057398a556 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
For some reason my org habit colors are washed out. <= br>



I'm guessing spacemacs was doing something I'm not?

Thanks,

Cody
--000000000000f3a228057398a556-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cody Goodman Subject: Re: Org habits is showing up faded after switching to emacs config from spacemacs Date: Thu, 16 Aug 2018 22:40:53 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqVdC-00034c-Oo for emacs-orgmode@gnu.org; Thu, 16 Aug 2018 23:40:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqVdA-0005pp-Rw for emacs-orgmode@gnu.org; Thu, 16 Aug 2018 23:40:58 -0400 Received: from mail-qt0-x22d.google.com ([2607:f8b0:400d:c0d::22d]:46714) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqVd9-0005mT-Mu for emacs-orgmode@gnu.org; Thu, 16 Aug 2018 23:40:56 -0400 Received: by mail-qt0-x22d.google.com with SMTP id d4-v6so7373715qtn.13 for ; Thu, 16 Aug 2018 20:40:55 -0700 (PDT) In-Reply-To: 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 It looks like I was calling load-theme twice! Problem solved I suppose. On 8/16/18, Cody Goodman wrote: > For some reason my org habit colors are washed out. > > Before: https://imgur.com/a/EgcPrng > > Now washed out: https://imgur.com/a/nX9xHzG > > Here is my init.el > https://gist.github.com/codygman/7b41f511547c47cb2a94d33f528c47d8 > > I'm guessing spacemacs was doing something I'm not? > > Thanks, > > Cody >