aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.