]> git.sev.monster Git - dotfiles.git/blame - base/.Xresources
add gpg, update install.sh, fix .zshenv.local
[dotfiles.git] / base / .Xresources
CommitLineData
e8abe786 1! fonts
8720834f 2*font: -windows-dina-medium-r-*-*-10-80-*-*-*-*-*
e8abe786 3*faceName: Dina
4*faceSize: 8
5Xft.antialias: true
6Xft.dpi: 96
7Xft.hinting: true
8Xft.hintstyle: hintslight
116467fd 9Xft.rgba: rgb
1b8a4102 10
a6e5a638 11! theming
ff1a2414 12Xcursor.theme: Paper-Mono-Dark
a6e5a638 13
14! colors
15! http://ethanschoonover.com/solarized
e8abe786 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
1b8a4102 31
e8abe786 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
1b8a4102 41! black dark/light
e8abe786 42*color0: S_base02
43*color8: S_base03
1b8a4102 44! red dark/light
e8abe786 45*color1: S_red
46*color9: S_orange
1b8a4102 47! green dark/light
e8abe786 48*color2: S_green
49*color10: S_base01
1b8a4102 50! yellow dark/light
e8abe786 51*color3: S_yellow
52*color11: S_base00
1b8a4102 53! blue dark/light
e8abe786 54*color4: S_blue
55*color12: S_base0
1b8a4102 56! magenta dark/light
e8abe786 57*color5: S_magenta
58*color13: S_violet
1b8a4102 59! cyan dark/light
e8abe786 60*color6: S_cyan
61*color14: S_base1
1b8a4102 62! white dark/light
e8abe786 63*color7: S_base2
64*color15: S_base3
ee4bf66d 65! underline
e8abe786 66*underlineColor: S_yellow
1b8a4102 67
68
118fb6e0 69! URxvt
dcac60d9 70URxvt.termName: rxvt-unicode-256color
7f359c8a 71URxvt.perl-ext:
72URxvt.perl-ext-common: searchable-scrollback,confirm-paste,matcher,font-size
1b8a4102 73
e8abe786 74URxvt.depth: 32
75URxvt.background: rgba:0000/0a00/0d00/d000
76URxvt.internalBorder: 1
77URxvt.dynamicColors: true
78URxvt.intensityStyles: false
79URxvt.cursorBlink: on
80URxvt.scrollstyle: plain
81URxvt.scrollBar_right: true
82URxvt.urgentOnBell: true
83URxvt.visualBell: true
1b8a4102 84
fef7b7c4 85URxvt.url-launcher: firefox
dcac60d9 86URxvt.matcher.button: 2
87URxvt.matcher.pattern.0: [a-zA-Z\d]+:/\/[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)?
e8abe786 88URxvt.matcher.rend.0: Uline Bold fg6
a030e783 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
e8abe786 92URxvt.keysym.M-o: matcher:last
93URxvt.keysym.M-u: matcher:list
a6e5a638 94URxvt.keysym.M-plus: font-size:increase
95URxvt.keysym.M-minus: font-size:decrease
96URxvt.keysym.M-equal: font-size:reset
97URxvt.keysym.M-slash: font-size:show
1b8a4102 98
e8abe786 99URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
ee4bf66d 100
2a766e92 101! bg terminal 1
dcac60d9 102TermBg1.termName: rxvt-unicode-256color
2a766e92 103TermBg1.perl-ext:
104TermBg1.perl-ext-common:
118fb6e0 105
2a766e92 106TermBg1.scrollBar: false
107TermBg1.cursorUnderline: true
108TermBg1.visualBell: true
118fb6e0 109
2a766e92 110TermBg1.depth: 32
111TermBg1.borderLess: true
112TermBg1.transparent: true
113TermBg1.shading: 80
114TermBg1.blurRadius: 2x4
115
116! bg terminal 2
dcac60d9 117TermBg2.termName: rxvt-unicode-256color
2a766e92 118TermBg2.perl-ext:
119TermBg2.perl-ext-common:
120
121TermBg2.scrollBar: false
122TermBg2.cursorUnderline: true
123TermBg2.visualBell: true
124
125TermBg2.depth: 32
126TermBg2.borderLess: true
127TermBg2.transparent: true
118fb6e0 128
129! xvkbd
e8abe786 130xvkbd.Alt_R.width: 1
131xvkbd.Meta_R.width: 1
132xvkbd.Multi_key.width: 1
133xvkbd.Shift_R.width: 75
dcac60d9 134
135! yeahconsole
136yeahconsole.term: urxvtc
137yeahconsole.toggleKey: Alt+grave
138yeahconsole.keySmaller: AltShift+subtract
139yeahconsole.keyBigger: AltShift+equals
140yeahconsole.keyFull: Alt+F11
141yeahconsole.scrollBar: false
142yeahconsole.cursorUnderline: true
143yeahconsole.visualBell: true
144
145yeahconsole.depth: 32
146yeahconsole.borderLess: true
147yeahconsole.transparent: true
148yeahconsole.shading: 80
149yeahconsole.blurRadius: 2x4
This page took 0.069029 seconds and 4 git commands to generate.