]>
Commit | Line | Data |
---|---|---|
1 | ! fonts | |
2 | *font: -windows-dina-medium-r-normal--10-80-96-96-c-70-\ | |
3 | microsoft-cp1252 | |
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 | |
11 | ||
12 | ! theming | |
13 | Xcursor.theme: Paper | |
14 | ||
15 | ! colors | |
16 | ! http://ethanschoonover.com/solarized | |
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 | |
32 | ||
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 | |
42 | ! black dark/light | |
43 | *color0: S_base02 | |
44 | *color8: S_base03 | |
45 | ! red dark/light | |
46 | *color1: S_red | |
47 | *color9: S_orange | |
48 | ! green dark/light | |
49 | *color2: S_green | |
50 | *color10: S_base01 | |
51 | ! yellow dark/light | |
52 | *color3: S_yellow | |
53 | *color11: S_base00 | |
54 | ! blue dark/light | |
55 | *color4: S_blue | |
56 | *color12: S_base0 | |
57 | ! magenta dark/light | |
58 | *color5: S_magenta | |
59 | *color13: S_violet | |
60 | ! cyan dark/light | |
61 | *color6: S_cyan | |
62 | *color14: S_base1 | |
63 | ! white dark/light | |
64 | *color7: S_base2 | |
65 | *color15: S_base3 | |
66 | ! underline | |
67 | *underlineColor: S_yellow | |
68 | ||
69 | ||
70 | ! URxvt | |
71 | URxvt.termName: rxvt-unicode-256color | |
72 | URxvt.perl-ext: | |
73 | URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size | |
74 | ||
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 | |
85 | ||
86 | URxvt.url-launcher: /usr/local/bin/xdg-open | |
87 | URxvt.matcher.button: 1 | |
88 | URxvt.matcher.pattern.0: [a-zA-Z\d]+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)? | |
89 | URxvt.matcher.rend.0: Uline Bold fg6 | |
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 | |
93 | URxvt.keysym.M-o: matcher:last | |
94 | URxvt.keysym.M-u: matcher:list | |
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 | |
99 | ||
100 | URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" | |
101 | ||
102 | ! bg terminal 1 | |
103 | TermBg1.termName: rxvt-unicode-256color | |
104 | TermBg1.perl-ext: | |
105 | TermBg1.perl-ext-common: | |
106 | ||
107 | TermBg1.scrollBar: false | |
108 | TermBg1.cursorUnderline: true | |
109 | TermBg1.visualBell: true | |
110 | ||
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-unicode-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 | |
129 | ||
130 | ! xvkbd | |
131 | xvkbd.Alt_R.width: 1 | |
132 | xvkbd.Meta_R.width: 1 | |
133 | xvkbd.Multi_key.width: 1 | |
134 | xvkbd.Shift_R.width: 75 |