annotate nobuild/dot-Xresources @ 137:9a9dcae45e08

Misc support file changes
author David Bryant <bagnose@gmail.com>
date Sun, 30 Sep 2012 15:25:11 +0930
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
137
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
1 ! scrollbar style - rxvt (default), plain (most compact), next, or xterm
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
2 URxvt.scrollstyle: plain
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
3 URxvt.secondaryScroll: true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
4 URxvt*scrollBar_right: true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
5
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
6 !URxvt.font: xft:Source Code Pro:size=10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
7 !URxvt.boldFont: xft:Source Sans Pro:size=10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
8 !URxvt.italicFont: xft:Source Sans Pro:size=10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
9 !URxvt.boldItalicFont: xft:Source Sans Pro:size=10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
11 URxvt.font: xft:inconsolata:size=12
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
12 !URxvt.boldFont: xft:inconsolata:bold:size=12
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
13 !URxvt.italicFont: xft:inconsolata:bold:size=12
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
14 !URxvt.boldItalicFont: xft:inconsolata:bold:size=12
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
15
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
16 !URxvt.font: xft:mensch:size=10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
17 !URxvt.boldFont: xft:mensch:bold:size=10
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
18 !URxvt.font: xft:DejaVu Sans Mono:pixelsize=15:antialias=true:hinting=true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
19 !URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=15:antialias=true:hinting=true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
20 !URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=14:antialias=true:hinting=true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
21 !URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=14:antialias=true:hinting=true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
22 !URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
23 !URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
24 !URxvt*font: xft:terminus:pixelsize=15
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
25 !URxvt*boldFont: xft:terminus:bold:pixelsize=15
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
26 !URxvt*font: -*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
27 !URxvt*boldFont: -*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
28
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
29 !URxvt.termName: screen-256color
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
30
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
31 URxvt.saveLines: 8192
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
32 URxvt.geometry: 80x50
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
33 URxvt.visualBell: true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
34
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
35 URxvt.cutchars: "()*,<>[]{}|:"
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
36
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
37 URxvt.pointerBlank: true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
38 URxvt.pointerBlankDelay: 1
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
39
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
40 ! Underline cursor (instead of solid)
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
41 URxvt.cursorUnderline: false
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
42
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
43 URxvt.perl-ext-common: default,matcher
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
44 URxvt.urlLauncher: firefox
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
45 URxvt.matcher.button: 3
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
46
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
47 URxvt.internalBorder: 1
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
48 URxvt.externalBorder: 0
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
49
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
50 !URxvt.perl-ext-common: default,tabbed
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
51
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
52 !URxvt.depth: 32
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
53 !URxvt.transparent: true
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
54 ! URxvt.shading: 0 to 99 darkens, 101 to 200 lightens
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
55 !URxvt.shading: 170
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
56
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
57 URxvt.pointerColor: #000000
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
58 URxvt.pointerColor2: #aaaaaa
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
59 ! cursor background
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
60 URxvt.cursorColor: #ff55ff
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
61 ! cursor foreground (ie, color of text behind cursor)
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
62 URxvt.cursorColor2: #000000
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
63 ! foreground during inverted selection (vim visual select) !!!!!!! URxvt.throughColor: #ff2222
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
64 ! background during non-inverted selection (mouse selection)
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
65 URxvt.highlightColor: #333333
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
66 ! foreground during non-inverted selection (mouse selection)
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
67 !URxvt.highlightTextColor: #ff0000
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
68 ! underline
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
69 URxvt.underlineColor: #ffff00
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
70 ! default background
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
71 URxvt.background: #0e0e18
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
72 ! default text
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
73 URxvt.foreground: #ffffee
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
74 URxvt.color0: #000000
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
75 URxvt.color1: #dc74d1
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
76 URxvt.color2: #0eb8c7
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
77 URxvt.color3: #dfe37e
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
78 URxvt.color4: Cyan3
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
79 URxvt.color5: #9e88f0
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
80 URxvt.color6: #73f7ff
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
81 URxvt.color7: #e1dddd
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
82 URxvt.color8: #8b8f93
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
83 URxvt.color9: #dc74d1
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
84 URxvt.color10: #0eb8c7
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
85 URxvt.color11: #dfe37e
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
86 ! ls directory
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
87 URxvt.color12: #3333ff
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
88 URxvt.color13: #9e88f0
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
89 URxvt.color14: #73f7ff
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
90 URxvt.color15: #e1dddd
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
91 ! Can also do colorBD and colorUL
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
92
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
93 URxvt.scrollColor: #999999
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
94 URxvt.borderColor: #222222
9a9dcae45e08 Misc support file changes
David Bryant <bagnose@gmail.com>
parents:
diff changeset
95 !URxvt.troughColor: #ff0000