]>
Commit | Line | Data |
---|---|---|
e8abe786 | 1 | ! fonts |
8720834f | 2 | *font: -windows-dina-medium-r-*-*-10-80-*-*-*-*-* |
e8abe786 | 3 | *faceName: Dina |
4 | *faceSize: 8 | |
d569f3f7 | 5 | Xft.antialias: 1 |
6 | Xft.rgba: rgb | |
e8abe786 | 7 | Xft.dpi: 96 |
d569f3f7 | 8 | Xft.hinting: 1 |
e8abe786 | 9 | Xft.hintstyle: hintslight |
1b8a4102 | 10 | |
a6e5a638 | 11 | ! theming |
ff1a2414 | 12 | Xcursor.theme: Paper-Mono-Dark |
a6e5a638 | 13 | |
14 | ! colors | |
15 | ! http://ethanschoonover.com/solarized | |
e8abe786 | 16 | !#define S_base03 #002b36 |
17 | #define S_base03 #000a0d | |
18 | #define S_base02 #073642 | |
19 | #define S_base01 #586e75 | |
20 | #define S_base00 #657b83 | |
21 | #define S_base0 #839496 | |
22 | #define S_base1 #93a1a1 | |
23 | #define S_base2 #eee8d5 | |
24 | #define S_base3 #fdf6e3 | |
e8abe786 | 25 | #define S_yellow #b58900 |
26 | #define S_orange #cb4b16 | |
27 | #define S_red #dc322f | |
28 | #define S_magenta #d33682 | |
29 | #define S_violet #6c71c4 | |
30 | #define S_blue #268bd2 | |
31 | #define S_cyan #2aa198 | |
32 | !#define S_green #859900 | |
33 | #define S_green #85c000 | |
1118e1ee | 34 | *background: S_base03 |
35 | *foreground: S_base0 | |
36 | *fadeColor: S_base03 | |
37 | *cursorColor: S_base1 | |
38 | *pointerColorBackground: S_base01 | |
39 | *pointerColorForeground: S_base1 | |
40 | *underlineColor: S_yellow | |
41 | ! black | |
e8abe786 | 42 | *color0: S_base02 |
43 | *color8: S_base03 | |
1118e1ee | 44 | ! red |
e8abe786 | 45 | *color1: S_red |
46 | *color9: S_orange | |
1118e1ee | 47 | ! green |
e8abe786 | 48 | *color2: S_green |
49 | *color10: S_base01 | |
1118e1ee | 50 | ! yellow |
e8abe786 | 51 | *color3: S_yellow |
52 | *color11: S_base00 | |
1118e1ee | 53 | ! blue |
e8abe786 | 54 | *color4: S_blue |
55 | *color12: S_base0 | |
1118e1ee | 56 | ! magenta |
e8abe786 | 57 | *color5: S_magenta |
58 | *color13: S_violet | |
1118e1ee | 59 | ! cyan |
e8abe786 | 60 | *color6: S_cyan |
61 | *color14: S_base1 | |
1118e1ee | 62 | ! white |
e8abe786 | 63 | *color7: S_base2 |
64 | *color15: S_base3 | |
1b8a4102 | 65 | |
118fb6e0 | 66 | ! URxvt |
dcac60d9 | 67 | URxvt.termName: rxvt-unicode-256color |
7f359c8a | 68 | URxvt.perl-ext: |
69 | URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size | |
1b8a4102 | 70 | |
e8abe786 | 71 | URxvt.depth: 32 |
72 | URxvt.background: rgba:0000/0a00/0d00/d000 | |
73 | URxvt.internalBorder: 1 | |
74 | URxvt.dynamicColors: true | |
75 | URxvt.intensityStyles: false | |
76 | URxvt.cursorBlink: on | |
77 | URxvt.scrollstyle: plain | |
78 | URxvt.scrollBar_right: true | |
79 | URxvt.urgentOnBell: true | |
80 | URxvt.visualBell: true | |
1b8a4102 | 81 | |
fef7b7c4 | 82 | URxvt.url-launcher: firefox |
dcac60d9 | 83 | URxvt.matcher.button: 2 |
84 | URxvt.matcher.pattern.0: [a-zA-Z\d]+:/\/[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)? | |
e8abe786 | 85 | URxvt.matcher.rend.0: Uline Bold fg6 |
a030e783 | 86 | !URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$) |
87 | !URxvt.matcher.rend.1: Uline fg3 | |
88 | !URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1 | |
e8abe786 | 89 | URxvt.keysym.M-o: matcher:last |
90 | URxvt.keysym.M-u: matcher:list | |
a6e5a638 | 91 | URxvt.keysym.M-plus: font-size:increase |
92 | URxvt.keysym.M-minus: font-size:decrease | |
93 | URxvt.keysym.M-equal: font-size:reset | |
94 | URxvt.keysym.M-slash: font-size:show | |
1b8a4102 | 95 | |
e8abe786 | 96 | URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" |
ee4bf66d | 97 | |
2a766e92 | 98 | ! bg terminal 1 |
dcac60d9 | 99 | TermBg1.termName: rxvt-unicode-256color |
2a766e92 | 100 | TermBg1.perl-ext: |
101 | TermBg1.perl-ext-common: | |
118fb6e0 | 102 | |
2a766e92 | 103 | TermBg1.scrollBar: false |
104 | TermBg1.cursorUnderline: true | |
105 | TermBg1.visualBell: true | |
118fb6e0 | 106 | |
2a766e92 | 107 | TermBg1.depth: 32 |
108 | TermBg1.borderLess: true | |
109 | TermBg1.transparent: true | |
110 | TermBg1.shading: 80 | |
111 | TermBg1.blurRadius: 2x4 | |
112 | ||
113 | ! bg terminal 2 | |
dcac60d9 | 114 | TermBg2.termName: rxvt-unicode-256color |
2a766e92 | 115 | TermBg2.perl-ext: |
116 | TermBg2.perl-ext-common: | |
117 | ||
118 | TermBg2.scrollBar: false | |
119 | TermBg2.cursorUnderline: true | |
120 | TermBg2.visualBell: true | |
121 | ||
122 | TermBg2.depth: 32 | |
123 | TermBg2.borderLess: true | |
124 | TermBg2.transparent: true | |
118fb6e0 | 125 | |
126 | ! xvkbd | |
e8abe786 | 127 | xvkbd.Alt_R.width: 1 |
128 | xvkbd.Meta_R.width: 1 | |
129 | xvkbd.Multi_key.width: 1 | |
130 | xvkbd.Shift_R.width: 75 | |
dcac60d9 | 131 | |
132 | ! yeahconsole | |
133 | yeahconsole.term: urxvtc | |
134 | yeahconsole.toggleKey: Alt+grave | |
135 | yeahconsole.keySmaller: AltShift+subtract | |
136 | yeahconsole.keyBigger: AltShift+equals | |
137 | yeahconsole.keyFull: Alt+F11 | |
138 | yeahconsole.scrollBar: false | |
139 | yeahconsole.cursorUnderline: true | |
140 | yeahconsole.visualBell: true | |
141 | ||
142 | yeahconsole.depth: 32 | |
143 | yeahconsole.borderLess: true | |
144 | yeahconsole.transparent: true | |
145 | yeahconsole.shading: 80 | |
146 | yeahconsole.blurRadius: 2x4 |