all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Samuel Banya" <sbanya@fastmail.com>
To: "Emanuel Berg" <help-gnu-emacs@gnu.org>
Subject: Re: Having Issues With Using 'hallo.el' Example Theme, And Creating A Custom Theme
Date: Sun, 15 May 2022 15:17:24 -0400	[thread overview]
Message-ID: <61544fdd-ea5d-4024-a6ea-ff317294ccda@www.fastmail.com> (raw)
In-Reply-To: <837d6mk3oz.fsf@gnu.org>

Output that you requested:

custom-theme-load-path is a variable defined in ‘custom.el’.

Its value is
("/home/sam/.emacs.d/elpa/gruvbox-theme-20220101.1208/" "/home/sam/.emacs.d/elpa/spacemacs-theme-20220430.2248/" custom-theme-directory t)

List of directories to search for custom theme files.
When loading custom themes (e.g. in ‘customize-themes’ and
‘load-theme’), Emacs searches for theme files in the specified
order.  Each element in the list should be one of the following:
- the symbol ‘custom-theme-directory’, meaning the value of
  ‘custom-theme-directory’.
- the symbol t, meaning the built-in theme directory (a directory
  named "themes" in ‘data-directory’).
- a directory name (a string).

Each theme file is named THEME-theme.el, where THEME is the theme
name.

This variable is designed for use in lisp code (including
external packages).  For manual user customizations, use
‘custom-theme-directory’ instead.

  Probably introduced at or before Emacs version 24.1.

On Sun, May 15, 2022, at 3:15 PM, Eli Zaretskii wrote:
> > Date: Sun, 15 May 2022 15:01:18 -0400
> > From: "Samuel Banya" <sbanya@fastmail.com>
> > 
> > Here's the debugger output when I attempted to load the theme:
> > Debugger entered--Lisp error: (error "Unable to find theme file for ‘emacs-morrowind’")
> >   signal(error ("Unable to find theme file for ‘emacs-morrowind’"))
> >   error("Unable to find theme file for `%s'" emacs-morrowind)
> >   load-theme(emacs-morrowind t)
> >   eval((load-theme 'emacs-morrowind t) t)
> >   eval-expression((load-theme 'emacs-morrowind t) nil nil 127)
> >   funcall-interactively(eval-expression (load-theme 'emacs-morrowind t) nil nil 127)
> >   call-interactively(eval-expression nil nil)
> >   command-execute(eval-expression)
> 
> What version of Emacs is that?
> 
> And what is the value of the variable custom-theme-load-path?
> 
> 


  reply	other threads:[~2022-05-15 19:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 19:01 Having Issues With Using 'hallo.el' Example Theme, And Creating A Custom Theme Samuel Banya
2022-05-15 19:14 ` Samuel Banya
2022-05-15 19:15 ` Eli Zaretskii
2022-05-15 19:17   ` Samuel Banya [this message]
2022-05-15 19:17   ` Samuel Banya
2022-05-15 20:05     ` Emanuel Berg
2022-05-16  1:40       ` Samuel Banya
2022-05-15 19:17 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=61544fdd-ea5d-4024-a6ea-ff317294ccda@www.fastmail.com \
    --to=sbanya@fastmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.