Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Editing the gtkrc file - Xfce-dusk

  1. #21
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Editing the gtkrc file - Xfce-dusk

    With these files, I can't replicate the issue. Perhaps its something in your ~/.gtkrc-2.0 file. Could you post it?

    BTW, it would be easier to read if you posted the files back using code tags. See the CODE section of this link (http://ubuntuforums.org/misc.php?do=bbcode) for information on how.

  2. #22
    Join Date
    Feb 2012
    Location
    Norway
    Beans
    191
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Editing the gtkrc file - Xfce-dusk

    Code:
    style "theme-scrollbar" {
        bg[ACTIVE]        = "#000000"
        bg[INSENSITIVE]   = "#000000"
        bg[NORMAL]        = "#ff8c00"
        bg[PRELIGHT]      = "#FF8C00"
        bg[SELECTED]      = "#000000"
    }
    class "GtkScrollbar"   style "theme-scrollbar"
    
    style "TOOLTIP" = "default" {
        bg[NORMAL] = "#FF0000"
        fg[NORMAL] = "#1F1F1F"
    }
    widget "*gtk-tooltip*" style:highest "TOOLTIP"

  3. #23
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Editing the gtkrc file - Xfce-dusk

    Hmmm. I'm still not seeing it. Here is what I get:
    Attached Images Attached Images

  4. #24
    Join Date
    Feb 2012
    Location
    Norway
    Beans
    191
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Editing the gtkrc file - Xfce-dusk

    Well, what I meant was, when you open VLC (the standard graphical interface), and you have these > selections for "My Computer", "Devices", "My Videos" et cetera; if you double click on them and get deep into a bunch of files, with my settings this annoying display appears. Can't find out how add a screenshot, so if this doesn't make sense to you, please show me how!

    --> Leo
    Last edited by sirriffsalot; April 7th, 2012 at 01:42 AM.

  5. #25
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Editing the gtkrc file - Xfce-dusk

    Quote Originally Posted by LeoTB View Post
    Can't find out how add a screenshot, so if this doesn't make sense to you, please show me how!

    --> Leo
    Click on the reply button then the "Advanced" button. In this view, there is an icon for attachements (paper clip). Click on it and a window will open that will allow you to add a screenshot.

  6. #26
    Join Date
    Feb 2012
    Location
    Norway
    Beans
    191
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Editing the gtkrc file - Xfce-dusk

    Cheers
    Attached Images Attached Images

  7. #27
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Editing the gtkrc file - Xfce-dusk

    It's the media browser and I get the same effect. It turns out that the 17th value in the Palette\inactive line controls the lighter color. I changed it to #565656 and it looks much more pleasant.
    Code:
    Palette\inactive=#d1d1d1, #5e5e5e, #8d8d8d, #757575, #2f2f2f, #3e3e3e, #ffffff, #ffffff, #ffffff, #5e5e5e, #5e5e5e, #000000, #262626, #ffffff, #0000ee, #52188b, #565656, #000000, #ffffdc, #000000
    EDIT: Colours change again when you click on the files. Looks like you have to change both the Palette\active and Palette\inactive lines:
    Code:
    Palette\active=#d1d1d1, #5e5e5e, #8d8d8d, #757575, #2f2f2f, #3e3e3e, #ffffff, #ffffff, #ffffff, #5e5e5e, #5e5e5e, #000000, #262626, #ffffff, #0000ee, #52188b, #565656, #000000, #ffffdc, #000000
    Palette\inactive=#d1d1d1, #5e5e5e, #8d8d8d, #757575, #2f2f2f, #3e3e3e, #ffffff, #ffffff, #ffffff, #5e5e5e, #5e5e5e, #000000, #262626, #ffffff, #0000ee, #52188b, #565656, #000000, #ffffdc, #000000
    Last edited by Toz; April 8th, 2012 at 02:59 AM.

  8. #28
    Join Date
    Feb 2012
    Location
    Norway
    Beans
    191
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Editing the gtkrc file - Xfce-dusk

    Once again, impeccable assistance. Thanks another million, Toz! Hopefully the quantities of thanks do not reduce the significant emphasis of each!
    Attached Images Attached Images

Page 3 of 3 FirstFirst 123

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
  •