diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-08-29 10:14:02 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-08-29 10:14:02 +0200 |
commit | 78e76a0c149332f6fd30c40961c4e2bb89e2866b (patch) | |
tree | d31695e7fb6483c4439306e7123ed90e9c19b2b9 /xdefaults | |
parent | f137fb40632db4000e06d1eaab931cd8034cb18d (diff) |
Weekly commit, don't know what i've done
Diffstat (limited to '')
-rw-r--r-- | xdefaults | 26 |
1 files changed, 21 insertions, 5 deletions
@@ -14,7 +14,6 @@ URxvt*cutchars: `"()'*<>[]{|} URxvt*urgentOnBell: true URxvt*visualBell: false URxvt*selection.pattern-0: ([[:word:]]+) -URxvt*inheritPixmap: true URxvt*inheritPixmap: false URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode @@ -29,7 +28,11 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] #URxvt.cursorColor: #005588 URxvt*background: #000000 URxvt*foreground: #ffffff -URxvt*underlineColor: red + +#URxvt.transparent: true +#URxvt.tintColor: #000000 +#URxvt.shading: 20 + #URxvt*colorBD: #FFFFFF #URxvt*colorUL: #FFFFFF #URxvt*color0: #5D5D5D @@ -49,6 +52,19 @@ URxvt*underlineColor: red #URxvt*color14: #69C8B1 #URxvt*color15: #9AC4DD -#URxvt.transparent: true -#URxvt.tintColor: #000000 -#URxvt.shading: 20 +#URxvt*color0: #262729 +#URxvt*color8: #554444 +#URxvt*ccolor1: #F92672 +#URxvt*color9: #FF669D +#URxvt*color2: #A6E22E +#URxvt*color10: #BEED5F +#URxvt*color3: #FD971F +#URxvt*color11: #E6DB74 +#URxvt*color4: #66D9EF +#URxvt*color12: #66D9EF +#URxvt*color5: #9E6FFE +#URxvt*color13: #9E6FFE +#URxvt*color6: #5E7175 +#URxvt*color14: #A3BABF +#URxvt*color7: #CCCCC6 +#URxvt*color15: #F8F8F2 |