all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "clean" starting point for custom-theme-set-faces
@ 2014-09-17 10:00 Sam Halliday
  2014-09-17 11:41 ` Alex Kost
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sam Halliday @ 2014-09-17 10:00 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

I'm creating a custom colour theme for emacs inspired by IntelliJ's Darcula. Work in progress here:

  https://github.com/fommil/unix/blob/master/.emacs.d/lisp/Darkula-theme.el


But there are a couple of things that confuse me about emacs faces, even after reading the documentation and I'd appreciate some guidance:

1. When a theme is loaded, what are the default "inherit" values for all the faces that I'm defining? Is there an implicit "inherit" based on what that face was before the theme was loaded?
   I've found that I need to override a lot of things with e.g. ":underline nil" when actually I want to be defining my faces from a clean slate, inheriting from "default" without having to explicitly write that.

2. How do I re-use attributes inside custom-theme-set-faces? I can't put the list of faces inside a (let ) because custom-theme-set-faces is expecting one parameter per face. Ideally I'd like to define a bunch of things in some form of data structure so that I don't have to repeat the values, and also so that I can parametrise the theme. (e.g. I could have a function that returns my theme with a permutation on font-lock colours)


Best regards,
Sam


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-09-18  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 10:00 "clean" starting point for custom-theme-set-faces Sam Halliday
2014-09-17 11:41 ` Alex Kost
     [not found] ` <mailman.9025.1410954123.1147.help-gnu-emacs@gnu.org>
2014-09-17 12:31   ` Sam Halliday
2014-09-18  5:23     ` Alex Kost
2014-09-17 15:41 ` Sam Halliday
2014-09-18  9:52   ` Sam Halliday
2014-09-17 16:42 ` Drew Adams

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.