diff options
author | corvid <corvid@lavabit.com> | 2013-01-26 05:06:30 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-01-26 05:06:30 +0000 |
commit | 0a8f37aa90e1132f302aec6ea004672de39c1690 (patch) | |
tree | 2dc6b53baabbd464cddcf24b843815a0e8c62767 | |
parent | f46ae2fb3d52ab903ef61b12fe9d7b942c87a993 (diff) |
dillorc give the ui prefs some commentary
-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 |