help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23 scrollbar behavior


From: Peter Dyballa
Subject: Re: Emacs 23 scrollbar behavior
Date: Sat, 13 Mar 2010 13:57:19 +0100


Am 13.03.2010 um 12:59 schrieb Sean Sieger:

Peter Dyballa writes:

What do you mean? To what do you construct a connection of my dotemacs
   file?

I think you once posted your dotemacs in regards to appearance
configurations. I remember thinking, `Huh, look at (the names of) those colors.' To see in the image that you posted what I am assuming are the
very same colors, I wanted to try it.  Maybe I'm dreaming.



I had some X resources (could be there are more for GNU Emacs):

        Emacs*verticalScrollBar.background: green

It seems to apply for GNU Emacs 22.x – fore- *and* background...

For the standard GTK variant of GNU Emacs 23 I have;

        style "scroll"
        {
          fg[NORMAL] = "tan3"                   # The arrow color.
bg[NORMAL] = "light goldenrod" # The thumb and background around the arrow.
          bg[ACTIVE] = "pale violet red"        # The trough color.
bg[PRELIGHT] = "lavender" # The thumb color when the mouse is over it.
        }
        widget "*verticalScrollBar*" style "scroll"

It's just a hack. I'd have to study GTK a bit more – maybe next live, then when, hopefully, GTK has become something useful, something as elaborate as OpenWindows/OpenLook.

For the (for me) more useful Xaw3d variant I have this customisation:

'(scroll-bar ((t (:background "light sky blue" :foreground "RosyBrown4"))))

– which does not seem to work completely, because foreground and background are the same in my picture. I should start to read the info file again...

--
Greetings

  Pete

Atheism is a non prophet organization.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]