]>
Commit | Line | Data |
---|---|---|
1b8a4102 | 1 | ! generic settings |
d8be64ba | 2 | !xft:Dina:size=8 |
3 | *font: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-* | |
1b8a4102 | 4 | |
5 | ! Solarized colors, http://ethanschoonover.com/solarized | |
6 | !#define S_base03 #002b36 | |
7 | #define S_base03 #000a0d | |
8 | #define S_base02 #073642 | |
9 | #define S_base01 #586e75 | |
10 | #define S_base00 #657b83 | |
11 | #define S_base0 #839496 | |
12 | #define S_base1 #93a1a1 | |
13 | #define S_base2 #eee8d5 | |
14 | #define S_base3 #fdf6e3 | |
15 | *background: S_base03 | |
16 | *foreground: S_base0 | |
17 | *fadeColor: S_base03 | |
18 | *cursorColor: S_base1 | |
19 | *pointerColorBackground: S_base01 | |
20 | *pointerColorForeground: S_base1 | |
21 | ||
22 | #define S_yellow #b58900 | |
23 | #define S_orange #cb4b16 | |
24 | #define S_red #dc322f | |
25 | #define S_magenta #d33682 | |
26 | #define S_violet #6c71c4 | |
27 | #define S_blue #268bd2 | |
28 | #define S_cyan #2aa198 | |
29 | !#define S_green #859900 | |
30 | #define S_green #85c000 | |
31 | ! black dark/light | |
32 | *color0: S_base02 | |
33 | *color8: S_base03 | |
34 | ! red dark/light | |
35 | *color1: S_red | |
36 | *color9: S_orange | |
37 | ! green dark/light | |
38 | *color2: S_green | |
39 | *color10: S_base01 | |
40 | ! yellow dark/light | |
41 | *color3: S_yellow | |
42 | *color11: S_base00 | |
43 | ! blue dark/light | |
44 | *color4: S_blue | |
45 | *color12: S_base0 | |
46 | ! magenta dark/light | |
47 | *color5: S_magenta | |
48 | *color13: S_violet | |
49 | ! cyan dark/light | |
50 | *color6: S_cyan | |
51 | *color14: S_base1 | |
52 | ! white dark/light | |
53 | *color7: S_base2 | |
54 | *color15: S_base3 | |
ee4bf66d | 55 | ! underline |
ee4bf66d | 56 | *underlineColor: S_yellow |
1b8a4102 | 57 | |
58 | ||
118fb6e0 | 59 | ! URxvt |
60 | URxvt.termName: rxvt-256color | |
61 | URxvt.perl-ext: | |
62 | URxvt.perl-ext-common: | |
1b8a4102 | 63 | |
118fb6e0 | 64 | URxvt.cursorBlink: on |
118fb6e0 | 65 | URxvt.scrollstyle: plain |
66 | URxvt.scrollBar_right: true | |
67 | URxvt.urgentOnBell: true | |
68 | URxvt.visualBell: true | |
1b8a4102 | 69 | |
118fb6e0 | 70 | URxvt.depth: 32 |
71 | URxvt.background: rgba:0000/0a00/0d00/d000 | |
72 | URxvt.dynamicColors: true | |
73 | URxvt.intensityStyles: false | |
1b8a4102 | 74 | |
118fb6e0 | 75 | URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')" |
ee4bf66d | 76 | |
118fb6e0 | 77 | ! bg terminal |
78 | URxvtRoot.termName: rxvt-256color | |
79 | URxvtRoot.perl-ext: | |
80 | URxvtRoot.perl-ext-common: | |
81 | ||
82 | URxvtRoot.scrollBar: false | |
83 | URxvtRoot.visualBell: true | |
84 | ||
85 | URxvtRoot.depth: 32 | |
86 | URxvtRoot.borderLess: true | |
87 | URxvtRoot.transparent: true | |
88 | URxvtRoot.shading: 80 | |
89 | ||
90 | ! xvkbd | |
1b8a4102 | 91 | xvkbd.Alt_R.width: 1 |
92 | xvkbd.Meta_R.width: 1 | |
93 | xvkbd.Multi_key.width: 1 | |
94 | xvkbd.Shift_R.width: 75 |