Page 14 of 15 FirstFirst ... 412131415 LastLast
Results 131 to 140 of 143

Thread: A Beginner "How To" for gtkrc themes.

  1. #131
    Join Date
    Jan 2006
    Beans
    1,352

    Re: A Beginner "How To" for gtkrc themes.

    Quote Originally Posted by lancerocke View Post
    no, i don't mean windows border's but that would be nice to know too, for metacity and emerald. more importantly, i want to know how to have a white outline under the text, and not all around the text, making it looked 'etched it'

    and see where it says 'option' here?
    it's only under the top text, not all around it
    I'm not sure about the text... I see what you're saying... the only etched in/out shadows I know how to do is for toolbars and menubars by using:

    Code:
    GtkMenuBar::shadow_type           = out
    GtkMenuItem::selected_shadow_type = none
    GtkToolbar::shadow_type           = out
    Sorry I can't help.

  2. #132
    Join Date
    Jan 2006
    Beans
    1,352

    Re: A Beginner "How To" for gtkrc themes.

    Quote Originally Posted by dannymichel View Post
    Noob question; i'm trying to have menu bar items 'etched-in'. can anyone help me with that?
    Sorry, like the comments above I'm not sure how to do that. The only etched-in/out/none that I know of is these:

    Code:
    GtkMenuBar::shadow_type           = out
    GtkMenuItem::selected_shadow_type = in
    GtkToolbar::shadow_type           = none

  3. #133
    Join Date
    Feb 2008
    Beans
    120

    Re: A Beginner "How To" for gtkrc themes.

    Quote Originally Posted by crimesaucer View Post
    Thank you, the info is pretty old, and sort of incomplete... when I wrote this I was learning to theme gtkrc files through trial and error.

    But like I said, I stopped writing themes for the xfce4 engine and pretty much just use the murrine engine cause it looks so nice and is very easy to figure out and customize.

    Having recently switched to Gnome (less maintenance than the combo of xmonad and xfce4 that I had been using for the last few years), so this is one of my newer murrine looks:









    Sorry, I'm not sure.
    what font is that? 8px?8.somethingpx? lucida? segoi?

    Quote Originally Posted by crimesaucer View Post
    I'm not sure about the text... I see what you're saying... the only etched in/out shadows I know how to do is for toolbars and menubars by using:

    Code:
    GtkMenuBar::shadow_type           = out
    GtkMenuItem::selected_shadow_type = none
    GtkToolbar::shadow_type           = out
    Sorry I can't help.
    ok, np. i'll try to ask somewhere/one else.

  4. #134
    Join Date
    Jan 2006
    Beans
    1,352

    Re: A Beginner "How To" for gtkrc themes.

    Quote Originally Posted by lancerocke View Post
    what font is that? 8px?8.somethingpx? lucida? segoi?
    the font is Lucida Grande:size=8 (from an Apple fonts package that I found a few years back), and the conky font is "LucidaConsole:size=7" from the same package.

  5. #135
    Join Date
    Feb 2008
    Beans
    120

    Re: A Beginner "How To" for gtkrc themes.

    Quote Originally Posted by crimesaucer View Post
    the font is Lucida Grande:size=8 (from an Apple fonts package that I found a few years back), and the conky font is "LucidaConsole:size=7" from the same package.
    cool. is 8px the default mac size, do you think?

  6. #136
    Join Date
    Jan 2006
    Beans
    1,352

    Re: A Beginner "How To" for gtkrc themes.

    Quote Originally Posted by lancerocke View Post
    cool. is 8px the default mac size, do you think?
    I'm not sure, I've never used a mac before.

  7. #137
    Join Date
    May 2010
    Beans
    26

    Re: A Beginner "How To" for gtkrc themes.

    Nice topic! I'll try it myself

  8. #138
    Join Date
    Feb 2008
    Beans
    120

    Re: A Beginner "How To" for gtkrc themes.

    is there a way to control font line spacing in gtk themes?

  9. #139
    Join Date
    May 2010
    Beans
    4

    Re: A Beginner "How To" for gtkrc themes.

    y isn't this post made a sticky yet ??? i ws searching for this, for a year nw...wl post my themes within few dayzzz..

  10. #140
    Join Date
    Mar 2010
    Location
    /var/local
    Beans
    401
    Distro
    Ubuntu Development Release

    Re: A Beginner "How To" for gtkrc themes.

    I realize this is rather old, but before I start a new thread I want to check: Do you know how to let the gnome appearance editor change the colors? I tried using base[PRELIGHT] = "*"
    but that just made everything gray and ugly.
    also: how can I specify the color for the text in the gnome menu? I got it to change, but it took all the button text with it

Page 14 of 15 FirstFirst ... 412131415 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •