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