On Thu, 23 Oct 2008 15:15:43 +0000 (UTC)
Werner <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> how can I get black instead of white as background-color?
> 
> Thanks
> 
> Werner
> 

Hi Werner,

 well, it depends ;)

1) For image window background, use Edit > Preferences > Image > Appearance,
    set Custom border color and select a black border color.
 
2) For the rest, you can use a geeqie-specific gtktrc file.

For example, you may try something like:

8<-----------------------
style "default-style"
{
        bg[NORMAL] = "#999999"
        fg[NORMAL] = "#000000"

        bg[PRELIGHT] = "#ffc800"
        fg[PRELIGHT] = "#000000"

        base[NORMAL] = "#000000"
        text[NORMAL] = "#ffffff"

        base[SELECTED] = "#cb8926"
        text[SELECTED] = "#000000"

}

class "GtkWidget" style "default-style"
8<-----------------------

Save it in .geeqie/gtkrc

Best regards,

-- 
Laurent MONIN aka Zas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to