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