diff options
author | corvid <corvid@lavabit.com> | 2013-01-26 05:29:50 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2013-01-26 05:29:50 +0000 |
commit | 83ea6c6e64e1613e0c0bf48a883d3d92c96ddeb0 (patch) | |
tree | 312bb4dd7bdf98332a39fdeb4ff4d937ee6e4eb8 /dillorc | |
parent | f4155aba4ee71f60b2e674b068052180598acc9e (diff) |
dillorc move ui colors into the ui section
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 43 |
1 files changed, 21 insertions, 22 deletions
@@ -206,28 +206,6 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # COLORS SECTION #------------------------------------------------------------------------- -# User interface colors. -# -# 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 # bg_color=0xd6d6c0 @@ -254,6 +232,27 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # theme=gtk+ # theme=plastic +# UI colors +# 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) + # Size of dillo panel # tiny : buttons, location, and progress boxes in one row # small : location in one row, buttons + progress boxes in another |