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