From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Color theme loading on startup Date: Wed, 8 Jul 2015 14:06:08 +0100 Message-ID: <87fv4yer3z.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCp3Y-00069t-1c for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 09:06:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCp3P-0006YM-U5 for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 09:06:31 -0400 Received: from mail-am1on0135.outbound.protection.outlook.com ([157.56.112.135]:7245 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCp3P-0006Xc-M5 for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 09:06:23 -0400 In-Reply-To: (Daniel Hertrich's message of "Wed, 8 Jul 2015 14:08:43 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Hertrich Cc: emacs-org list On Wednesday, 8 Jul 2015 at 14:08, Daniel Hertrich wrote: > Hi guys, > > quick question, as I don=E2=80=99t really see any root cause for this: >=20=20 > Whenever I try to load a color theme directly from .emacs using load-them= e, e.g. > > (load-theme 'cyberpunk) [...] I am not sure what causes the behaviour you see but I can say that I use the following sequence to set the particular colour theme I want: (require 'color-theme) (color-theme-initialize) (color-theme-blue-sea) The second line makes all the colour themes available and you can see them all by M-x color-theme TAB. --=20 : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-1260-gced= ef7