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