]>
Commit | Line | Data |
---|---|---|
b3d0247b | 1 | ! fonts |
8a7af819 | 2 | !xft:Dina:size=8 |
b3d0247b | 3 | *font: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* |
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 | |
189288f7 | 11 | |
12 | ! Solarized colors, http://ethanschoonover.com/solarized | |
b3d0247b | 13 | !#define S_base03 #002b36 |
14 | #define S_base03 #000a0d | |
15 | #define S_base02 #073642 | |
16 | #define S_base01 #586e75 | |
17 | #define S_base00 #657b83 | |
18 | #define S_base0 #839496 | |
19 | #define S_base1 #93a1a1 | |
20 | #define S_base2 #eee8d5 | |
21 | #define S_base3 #fdf6e3 | |
22 | *background: S_base03 | |
23 | *foreground: S_base0 | |
24 | *fadeColor: S_base03 | |
25 | *cursorColor: S_base1 | |
26 | *pointerColorBackground: S_base01 | |
27 | *pointerColorForeground: S_base1 | |
189288f7 | 28 | |
b3d0247b | 29 | #define S_yellow #b58900 |
30 | #define S_orange #cb4b16 | |
31 | #define S_red #dc322f | |
32 | #define S_magenta #d33682 | |
33 | #define S_violet #6c71c4 | |
34 | #define S_blue #268bd2 | |
35 | #define S_cyan #2aa198 | |
36 | !#define S_green #859900 | |
37 | #define S_green #85c000 | |
189288f7 | 38 | ! black dark/light |
b3d0247b | 39 | *color0: S_base02 |
40 | *color8: S_base03 | |
189288f7 | 41 | ! red dark/light |
b3d0247b | 42 | *color1: S_red |
43 | *color9: S_orange | |
189288f7 | 44 | ! green dark/light |
b3d0247b | 45 | *color2: S_green |
46 | *color10: S_base01 | |
189288f7 | 47 | ! yellow dark/light |
b3d0247b | 48 | *color3: S_yellow |
49 | *color11: S_base00 | |
189288f7 | 50 | ! blue dark/light |
b3d0247b | 51 | *color4: S_blue |
52 | *color12: S_base0 | |
189288f7 | 53 | ! magenta dark/light |
b3d0247b | 54 | *color5: S_magenta |
55 | *color13: S_violet | |
189288f7 | 56 | ! cyan dark/light |
b3d0247b | 57 | *color6: S_cyan |
58 | *color14: S_base1 | |
189288f7 | 59 | ! white dark/light |
b3d0247b | 60 | *color7: S_base2 |
61 | *color15: S_base3 | |
39bd5e00 | 62 | ! underline |
b3d0247b | 63 | *underlineColor: S_yellow |
189288f7 | 64 | |
65 | ||
9fddba79 | 66 | ! URxvt |
b3d0247b | 67 | URxvt.termName: rxvt-256color |
9938f1e2 | 68 | URxvt.perl-ext: |
69 | URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size | |
189288f7 | 70 | |
b3d0247b | 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 | |
189288f7 | 81 | |
b3d0247b | 82 | URxvt.url-launcher: /usr/local/bin/xdg-open |
83 | URxvt.matcher.button: 1 | |
9938f1e2 | 84 | URxvt.matcher.pattern.0: \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)? |
b3d0247b | 85 | URxvt.matcher.rend.0: Uline Bold fg6 |
9938f1e2 | 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 | |
b3d0247b | 89 | URxvt.keysym.M-o: matcher:last |
90 | URxvt.keysym.M-u: matcher:list | |
189288f7 | 91 | |
b3d0247b | 92 | URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" |
39bd5e00 | 93 | |
9fddba79 | 94 | ! bg terminal |
b3d0247b | 95 | URxvtBG.termName: rxvt-256color |
96 | URxvtBG.perl-ext: | |
97 | URxvtBG.perl-ext-common: | |
9fddba79 | 98 | |
b3d0247b | 99 | URxvtBG.scrollBar: false |
100 | URxvtBG.cursorUnderline: true | |
101 | URxvtBG.visualBell: true | |
9fddba79 | 102 | |
b3d0247b | 103 | URxvtBG.depth: 32 |
104 | URxvtBG.borderLess: true | |
105 | URxvtBG.transparent: true | |
106 | URxvtBG.shading: 80 | |
9fddba79 | 107 | |
108 | ! xvkbd | |
b3d0247b | 109 | xvkbd.Alt_R.width: 1 |
110 | xvkbd.Meta_R.width: 1 | |
111 | xvkbd.Multi_key.width: 1 | |
112 | xvkbd.Shift_R.width: 75 |