dotfiles

view .Xdefaults @ 13:a72d02acbab2

added clickable links in urxvt
author meillo@marmaro.de
date Wed, 09 Jan 2008 10:13:43 +0100
parents f4fd1276a8b3
children
line source
1 ! by markus schnalke
2 ! http://marmaro.de
6 *font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
8 *foreground: #bbbbbb
9 *background: #222222
13 urxvt*scrollBar: false
15 urxvt*saveLines: 10000
17 urxvt.secondaryScroll: true
19 ! have links clickable with middle-mouse to open in browser
20 urxvt.perl-ext-common: mark-urls
21 urxvt.urlLauncher: firefox
25 !! colors 0-7 should be seen as background colors
27 !! black
28 urxvt*color0: #444444
29 !! darkgray
30 urxvt*color8: #000000
31 !
32 !! red
33 urxvt*color1: #cc5566
34 !! lightred
35 urxvt*color9: #992233
36 !
37 !! green
38 !urxvt*color2: #aece91
39 urxvt*color2: #66aa44
40 !! lightgreen
41 !urxvt*color10: #c5f779
42 urxvt*color10: #88aa88
43 !
44 !! yellow
45 urxvt*color3: #dddd55
46 !! lightyellow
47 urxvt*color11: #cccc22
48 !
49 !! blue
50 urxvt*color4: #003366
51 !urxvt*color4: #9db7d0
52 !! lightblue
53 urxvt*color12: #4488cc
54 !urxvt*color12: #3c8ec4
55 !
56 !! magenta
57 !urxvt*color5: #963c59
58 urxvt*color5: #aacc99
59 !! lightmagenta
60 !urxvt*color13: #cf9ebe
61 urxvt*color13: #9977aa
62 !
63 !! cyan
64 !urxvt*color6: #9fc1cc
65 urxvt*color6: #88aadd
66 !! lightcyan
67 !urxvt*color14: #9fc1cc
68 urxvt*color14: #448877
69 !
70 !! gray
71 urxvt*color7: #666666
72 !! white
73 urxvt*color15: #bbbbbb
79 ! to divide urxvt and xterm apart
80 xterm*background: #111111
81 xterm*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*