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