all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: evan <evangelou@gmail.com>
To: help-gnu-emacs@gnu.org
Cc: help-gnu-emacs@gnu.org
Subject: Re: Faces inheriting colors from gtk theme
Date: Thu, 8 Nov 2012 13:26:41 -0800 (PST)	[thread overview]
Message-ID: <9923f238-3512-43ee-b015-e6551dd0e31f@googlegroups.com> (raw)
In-Reply-To: <mailman.3777.1341085750.855.help-gnu-emacs@gnu.org>

On an opposite note...

Is it possible to disable the use of gtk colors for region?

On Saturday, 30 June 2012 20:35:25 UTC+1, Jeremy Nickurak  wrote:
> I've read and observed that emacs24 uses standard gtk colors for the  "region" face.
> 
> 
> Is it also supposed to do that for other faces? Or is there a way to get that behavior?
> 
> 
> 
> In particular, it would seem natural to define faces as follows:
> 
> 
> 
> (cursor ((t (:foreground "theme_selected_fg_color_" :background "theme_selected_bg_color_"))))
> 
> (mouse ((t (:foreground "theme_selected_fg_color_" :background "theme_selected_bg_color_"))))
> (fringe ((t (:foreground "theme_fg_color_" :background "theme_bg_color_"))))
> 
> (border ((t (:foreground "theme_fg_color_" :background "theme_bg_color_"))))
> (mode-line ((t (:foreground "theme_fg_color_" :background "theme_bg_color_" :box (:line-width -1 :style released-button)))))
> 
> (mode-line-buffer-id ((t (:foreground "theme_fg_color_" :background "theme_bg_color_"))))
> (mode-line-inactive ((t (:foreground "theme_fg_color_" :background "theme_bg_color_"))))
> 
> (minibuffer-prompt ((t (:foreground "theme_fg_color_" :background "theme_base_color_"))))
> (region ((t (:foreground "theme_fg_color_" :background "theme_selected_bg_color_"))))
> 
> (secondary-selection ((t (:foreground "theme_fg_color_" :background "theme_selected_bg_color_"))))
> (tooltip ((t (:background "theme_tooltip_bg_color_" :foreground "theme_tooltip_fg_color_"))))
> 
> (default ((t (:foreground "theme_fg_color_" :background "theme_base_color_")))))
> 
> 
> ... where the theme_X_colors were derived from the appropriate gtk color scheme property.



       reply	other threads:[~2012-11-08 21:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3777.1341085750.855.help-gnu-emacs@gnu.org>
2012-11-08 21:26 ` evan [this message]
     [not found] ` <mailman.12573.1352412538.855.help-gnu-emacs@gnu.org>
2012-11-10  7:20   ` Faces inheriting colors from gtk theme William Gardella
2012-06-30 19:35 Jeremy Nickurak

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=9923f238-3512-43ee-b015-e6551dd0e31f@googlegroups.com \
    --to=evangelou@gmail.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.