From 5030fa55c85578831e033bebc2291189abdd6cb1 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 4 Apr 2011 10:10:02 +0200 Subject: No idea... --- pentadactylrc | 1 + xorg/xresources | 90 +++++++++++++++++++++------------------------------------ 2 files changed, 34 insertions(+), 57 deletions(-) diff --git a/pentadactylrc b/pentadactylrc index 7770d15..0bc58c5 100644 --- a/pentadactylrc +++ b/pentadactylrc @@ -1,2 +1,3 @@ set guioptions=bBCrs set autocomplete= +colorscheme zenburn diff --git a/xorg/xresources b/xorg/xresources index c16e049..27579fd 100644 --- a/xorg/xresources +++ b/xorg/xresources @@ -1,60 +1,36 @@ -# Font -*font: -xos4-terminus-*-r-*-*-12-*-*-*-*-*-*-* -#*font: xft:DejaVu Sans Mono:size=8 +*font: xft:Terminus:bold:size=8:antialias=false -# General Settings -URxvt*buffered: true -URxvt*internalBorder: 0 -URxvt*reverseVideo: false -URxvt*scrollBar: false -URxvt*scrollstyle: plain -URxvt*secondaryscroll: true -URxvt*saveLines: 1000 -URxvt*termName: rxvt-unicode -URxvt*eightBitInput: true -URxvt*metaSendsEscape: true -URxvt*cutchars: `"()'*<>[]{|} -URxvt*urgentOnBell: true -URxvt*visualBell: false -URxvt*selection.pattern-0: ([[:word:]]+) +*buffered: true +*internalBorder: 0 +*reverseVideo: false +*scrollBar: false +*scrollstyle: plain +*secondaryscroll: true +*saveLines: 1000 +*termName: rxvt +*eightBitInput: true +*metaSendsEscape: true +*cutchars: `"()'*<>[]{|} +*urgentOnBell: true +*visualBell: false +*cursorUnderline: true -# Yank URLs -URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode -URxvt*underlineURLs: true -URxvt*perl-lib: /home/gideonstar/etc/perl/ -URxvt*perl-ext: selection,mark-yank-urls -URxvt*perl-ext-common: default,matcher -URxvt*urlLauncher: google-chrome -URxvt*matcher.button: 1 -URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] +*background: #000000 +*foreground: #ffffff -# Transparency -#URxvt*inheritPixmap: True -#URxvt*transparent: True -#URxvt*shading: 35 -#URxvt*fading: 40 -#URxvt*tintColor: grey - -# Colors -#URxvt*cursorColor: #6E8558 -URxvt*background: #656565 -URxvt*foreground: #ffffff -#URxvt*colorBD: #FFFFFF -#URxvt*colorUL: #FFFFFF - -#URxvt*color0: #5D5D5D -#URxvt*color1: #CC0000 -#URxvt*color2: #6E8558 -#URxvt*color3: #E7D78E -#URxvt*color4: #3465A4 -#URxvt*color5: #CEA86F -#URxvt*color6: #0099FF -#URxvt*color7: #FFFFFF -#URxvt*color8: #888888 -#URxvt*color9: #D76666 -#URxvt*color10: #B5DF8D -#URxvt*color11: #FF0000 -URxvt*color12: #729FCF -#URxvt*color13: #FFD28F -#URxvt*color14: #69C8B1 -#URxvt*color15: #9AC4DD +*color0: #000000 +*color8: #555753 +*color1: #ff6565 +*color9: #ff8d8d +*color2: #93d44f +*color10: #c8e7a8 +*color3: #eab93d +*color11: #ffc123 +*color4: #204a87 +*color12: #3465a4 +*color5: #ce5c00 +*color13: #f57900 +*color6: #89b6e2 +*color14: #46a4ff +*color7: #cccccc +*color15: #ffffff -- cgit v1.2.3