diff options
-rw-r--r-- | dillorc | 42 | ||||
-rw-r--r-- | src/IO/about.c | 9 |
2 files changed, 51 insertions, 0 deletions
@@ -253,6 +253,48 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" #ui_tab_bg_color=(by default, the main background color) #ui_tab_fg_color=(by default, the main foreground color) + +# Note to packagers: leaving these variables for the system to guess +# gives different results in different environments, so we played it safe +# by defining the traditional colors. Please choose the color theme that +# better fits your distro. + +# +# Gray theme (traditional) +# +ui_fg_color=black +ui_main_bg_color=#c6c6c6 +ui_text_bg_color=bfdabf +ui_selection_color=#191970 +ui_button_highlight_color=#a9a9a9 +ui_tab_active_bg_color=#87aca7 +ui_tab_active_fg_color=black +ui_tab_bg_color=#b7beb7 + +# +# Earthly theme: +# +#ui_fg_color=#100404 +#ui_main_bg_color=#c2a47b +#ui_text_bg_color=#cdc9a5 +#ui_selection_color=#763024 +#ui_tab_active_bg_color=#af4b3f +#ui_tab_active_fg_color=white +#ui_tab_bg_color=#d2b48c + +# +# Greenish theme: +# +#ui_fg_color=#100404 +#ui_main_bg_color=#c8d394 +#ui_text_bg_color=#bdd8b6 +#ui_selection_color=#7c5f42 +#ui_button_highlight_color=#adad70 +#ui_tab_active_bg_color=#b5b679 +#ui_tab_active_fg_color=#b60907 +#ui_tab_bg_color=#cac682 + + # Size of dillo panel # tiny : buttons, location, and progress boxes in one row # small : location in one row, buttons + progress boxes in another diff --git a/src/IO/about.c b/src/IO/about.c index 6734e704..6eb49471 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -244,6 +244,15 @@ const char *const AboutSplash= "clearing the way for Dillo to return to those distributions\n" "which had excluded Dillo2 due to FLTK2 never being officially released.\n" "<p>\n" +"This release comes with <b>configurable UI colors</b> in\n" +"<a href='http://www.dillo.org/dillorc'>dillorc</a>.\n" +"Packagers should set the theme that better fits the distro, and\n" +"end users may tweak freely if they like!\n" +"<p>\n" +"In order to use the <b>hyphenation</b> feature, pattern files from CTAN\n" +"need to be installed. Most probably your packager did it for you. If not\n" +"enabled, just follow directions from the README file.\n" +"<p>\n" "The core team welcomes developers willing to join our workforce.\n" "<p>\n" " </table>\n" |