Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Faces inheriting colors from gtk theme
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jeremy Nickurak  
View profile  
 More options Jun 30 2012, 3:35 pm
Newsgroups: gnu.emacs.help
From: Jeremy Nickurak <emacs-l...@trk.nickurak.ca>
Date: Sat, 30 Jun 2012 13:35:25 -0600
Local: Sat, Jun 30 2012 3:35 pm
Subject: Faces inheriting colors from gtk theme

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
evan  
View profile  
 More options Nov 8 2012, 4:26 pm
Newsgroups: gnu.emacs.help
From: evan <evange...@gmail.com>
Date: Thu, 8 Nov 2012 13:26:41 -0800 (PST)
Local: Thurs, Nov 8 2012 4:26 pm
Subject: Re: Faces inheriting colors from gtk theme
On an opposite note...

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
evan  
View profile  
 More options Nov 8 2012, 4:26 pm
Newsgroups: gnu.emacs.help
From: evan <evange...@gmail.com>
Date: Thu, 8 Nov 2012 13:26:41 -0800 (PST)
Local: Thurs, Nov 8 2012 4:26 pm
Subject: Re: Faces inheriting colors from gtk theme
On an opposite note...

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Gardella  
View profile  
 More options Nov 10 2012, 2:20 am
Newsgroups: gnu.emacs.help
From: William Gardella <gardell...@gmail.com>
Date: Sat, 10 Nov 2012 02:20:32 -0500
Local: Sat, Nov 10 2012 2:20 am
Subject: Re: Faces inheriting colors from gtk theme

evan <evange...@gmail.com> writes:
> On an opposite note...

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

My advice would just be to run as fast as you can from the Gtk build of
Emacs.  Not only will you avoid color theming conflicts, but you will
also avoid the notorious "X hiccups cause Emacs to hang" issue, as in
this message:

Best,
WGG

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »