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