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 >