diff options
author | corvid <devnull@localhost> | 2014-04-05 17:35:57 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-04-05 17:35:57 +0000 |
commit | 4a808023ebaf713cdcc0ffe504c0a914e28f0da7 (patch) | |
tree | 24d3eba465a489b5b31543a3a655f811aee5c81d /dillorc | |
parent | 69064f7fe797c5983a8e1aa4482f7418103cca15 (diff) |
dillorc, fix missing '#' in color
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # ui_fg_color=black ui_main_bg_color=#c6c6c6 -ui_text_bg_color=bfdabf +ui_text_bg_color=#bfdabf ui_selection_color=#191970 ui_button_highlight_color=#a9a9a9 ui_tab_active_bg_color=#87aca7 |