aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSterling Camden <sterling@camdensoftware.com>2010-11-24 18:12:28 -0800
committerSterling Camden <sterling@camdensoftware.com>2010-11-24 18:12:28 -0800
commit807a023afe3a44ecb02c82b6625c80591df86a74 (patch)
tree0c6d9a864a39411c29139d28489e87fc11f4e29d /README
parentc5da709e41a5f7fe6ded2e4d4974e356b3e6633d (diff)
Add ability to override colors.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 03a02d8..42e589a 100644
--- a/README
+++ b/README
@@ -68,3 +68,21 @@ When a URL is launched, all overlay windows are removed and the cursor
position is restored to where it was in the terminal window before
url-picker was invoked. The url launched is displayed on the bottom
row of the terminal window for five seconds.
+
+RESOURCES
+
+The following resources are recognized by url-picker:
+
+URxvt.urlLauncher Default browser
+URxvt.url-picker.input.backgroundColor Bg color for numbers typed
+URxvt.url-picker.input.foregroundColor Fg color for numbers typed
+URxvt.url-picker.label.backgroundColor Bg color for numbered labels
+URxvt.url-picker.label.foregroundColor Fg color for numbered labels
+URxvt.url-picker.launcher Browser override
+URxvt.url-picker.prompt.backgroundColor Bg color for "Follow:" prompt
+URxvt.url-picker.prompt.foregroundColor Fg color for "Follow:" prompt
+URxvt.url-picker.status.backgroundColor Bg color for status messages
+URxvt.url-picker.status.foregroundColor Fg color for status messages
+
+Colors must be specified using urxvt color indices as described in
+the urxvt(1) man page under COLORS AND GRAPHICS.