diff options
-rw-r--r-- | dillorc | 31 |
1 files changed, 20 insertions, 11 deletions
@@ -206,18 +206,27 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # COLORS SECTION #------------------------------------------------------------------------- -# Override the user interface colors. +# User interface colors. # -# ui_fg_color=black -# ui_main_bg_color=silver -# ui_text_bg_color=white -# ui_selection_color -# ui_button_highlight_color -# ui_tab_active_bg_color -# ui_tab_bg_color -# ui_tab_active_fg_color -# ui_tab_fg_color - +# The first four colors map to concepts in the underlying fltk toolkit. Note +# that fltk may sometimes override colors, generally for contrast and +# readability. +# +#ui_fg_color=black +#ui_main_bg_color=silver +#ui_text_bg_color=white +#ui_selection_color=navy +# +# Background used when the mouse cursor is over a button. +#ui_button_highlight_color=(by default, the main background color, lightened) +# +# Colors for the current tab. +#ui_tab_active_bg_color=(by default, the text background color) +#ui_tab_active_fg_color=(by default, the main foreground color) +# +# Colors for the other tabs. +#ui_tab_bg_color=(by default, the main background color) +#ui_tab_fg_color=(by default, the main foreground color) # Set the page background color # bg_color=gray |