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