aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config/uzbl/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-24 00:17:41 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-24 00:17:41 +0800
commit56fbba912984070b50cca1320e514e92cf834f43 (patch)
tree73f688a423e69f768bc3b4388dc7256119a80071 /examples/config/uzbl/config
parentf12bfe4243e5b337033a555986db08a0ab2e6c29 (diff)
Added in distinction between START_COMPLETION events and keycmd updates.
Diffstat (limited to 'examples/config/uzbl/config')
-rw-r--r--examples/config/uzbl/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 3dcc103..8abe554 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -71,9 +71,11 @@ set modcmd_style = weight="bold" foreground="red"
set keycmd_style = weight="light" foreground="red"
set prompt_style = foreground="grey"
set cursor_style = underline="single"
+set completion_style = foreground="green"
+set hint_style = weight="bold"
set mode_section = <span background="khaki" foreground="black">[\@[\@mode_indicator]\@]</span>
-set keycmd_section = [<span \@prompt_style>\@[\@keycmd_prompt]\@</span><span \@modcmd_style>\@modcmd</span><span \@keycmd_style>\@keycmd</span>] <span foreground="green">\@completion_list</span>
+set keycmd_section = [<span \@prompt_style>\@[\@keycmd_prompt]\@</span><span \@modcmd_style>\@modcmd</span><span \@keycmd_style>\@keycmd</span><span \@completion_style>\@completion_list</span>]
set progress_section = <span foreground="#606060">\@[\@progress_format]\@</span>
set uri_section = <span foreground="#99FF66">\@[\@uri]\@</span>
set name_section = <span foreground="khaki">\@[\@NAME]\@</span>