diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-10-21 21:03:02 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-10-21 21:03:02 +0200 |
commit | ff91aa184e37082b9614efecf8ac1b3fb5fec9af (patch) | |
tree | 3548b4eba0585b943051cb431a3be1e53f9126d1 /dillorc | |
parent | 90531a3492332a841770ffe32257c97f5531dc0d (diff) |
move bg_color option to Colors section
Noticed-by: corvid
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -46,11 +46,6 @@ # RENDERING SECTION #------------------------------------------------------------------------- -# Set the background color -# bg_color=gray -# bg_color=0xd6d6c0 -#bg_color=0xdcd1ba - # Default fonts: # # If FLTK2 has been configured with Xft enabled (the default), you can @@ -175,6 +170,11 @@ # COLORS SECTION #------------------------------------------------------------------------- +# Set the background color +# bg_color=gray +# bg_color=0xd6d6c0 +#bg_color=0xdcd1ba + # If your eyes suffer with white backgrounds, change this. #allow_white_bg=YES |