]> git.sev.monster Git - dotfiles.git/blame - base/.Xresources
vimrc: colorcolumn made dark, syntax changes
[dotfiles.git] / base / .Xresources
CommitLineData
e8abe786 1! fonts
d8be64ba 2!xft:Dina:size=8
e8abe786 3*font: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
4*faceName: Dina
5*faceSize: 8
6Xft.antialias: true
7Xft.dpi: 96
8Xft.hinting: true
9Xft.hintstyle: hintslight
10Xft.rgba: none
1b8a4102 11
12! Solarized colors, http://ethanschoonover.com/solarized
e8abe786 13!#define S_base03 #002b36
14#define S_base03 #000a0d
15#define S_base02 #073642
16#define S_base01 #586e75
17#define S_base00 #657b83
18#define S_base0 #839496
19#define S_base1 #93a1a1
20#define S_base2 #eee8d5
21#define S_base3 #fdf6e3
22*background: S_base03
23*foreground: S_base0
24*fadeColor: S_base03
25*cursorColor: S_base1
26*pointerColorBackground: S_base01
27*pointerColorForeground: S_base1
1b8a4102 28
e8abe786 29#define S_yellow #b58900
30#define S_orange #cb4b16
31#define S_red #dc322f
32#define S_magenta #d33682
33#define S_violet #6c71c4
34#define S_blue #268bd2
35#define S_cyan #2aa198
36!#define S_green #859900
37#define S_green #85c000
1b8a4102 38! black dark/light
e8abe786 39*color0: S_base02
40*color8: S_base03
1b8a4102 41! red dark/light
e8abe786 42*color1: S_red
43*color9: S_orange
1b8a4102 44! green dark/light
e8abe786 45*color2: S_green
46*color10: S_base01
1b8a4102 47! yellow dark/light
e8abe786 48*color3: S_yellow
49*color11: S_base00
1b8a4102 50! blue dark/light
e8abe786 51*color4: S_blue
52*color12: S_base0
1b8a4102 53! magenta dark/light
e8abe786 54*color5: S_magenta
55*color13: S_violet
1b8a4102 56! cyan dark/light
e8abe786 57*color6: S_cyan
58*color14: S_base1
1b8a4102 59! white dark/light
e8abe786 60*color7: S_base2
61*color15: S_base3
ee4bf66d 62! underline
e8abe786 63*underlineColor: S_yellow
1b8a4102 64
65
118fb6e0 66! URxvt
e8abe786 67URxvt.termName: rxvt-256color
68URxvt.perl-ext: matcher
118fb6e0 69URxvt.perl-ext-common:
1b8a4102 70
e8abe786 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
1b8a4102 81
e8abe786 82URxvt.url-launcher: /usr/local/bin/xdg-open
83URxvt.matcher.button: 1
84URxvt.matcher.rend.0: Uline Bold fg6
85URxvt.matcher.pattern.0: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
86URxvt.matcher.pattern.1: \\B(/\\S+?):(\\d+)(?=:|$)
87URxvt.matcher.launcher.1: vim +$2 $1
88URxvt.keysym.M-o: matcher:last
89URxvt.keysym.M-u: matcher:list
1b8a4102 90
e8abe786 91URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
ee4bf66d 92
118fb6e0 93! bg terminal
e8abe786 94URxvtBG.termName: rxvt-256color
95URxvtBG.perl-ext:
96URxvtBG.perl-ext-common:
118fb6e0 97
e8abe786 98URxvtBG.scrollBar: false
99URxvtBG.cursorUnderline: true
100URxvtBG.visualBell: true
118fb6e0 101
e8abe786 102URxvtBG.depth: 32
103URxvtBG.borderLess: true
104URxvtBG.transparent: true
105URxvtBG.shading: 80
118fb6e0 106
107! xvkbd
e8abe786 108xvkbd.Alt_R.width: 1
109xvkbd.Meta_R.width: 1
110xvkbd.Multi_key.width: 1
111xvkbd.Shift_R.width: 75
This page took 0.045927 seconds and 4 git commands to generate.