From 3f688c06d425f7d1d7bc7ffd695ac318d45598c7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 6 Jan 2012 11:04:34 +0100 Subject: XDEFAULTS: Tronify and vbell Tronify my xdefaults colors and make urxvt use a visualBell instead of an audible one. --- .Xdefaults | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 03f5e7e..1ce4327 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,28 +1,28 @@ ! -*- mode: conf-xdefaults; mode: rainbow -*- ! - color scheme *.background: #000000 -*.foreground: #ff9800 +*.foreground: #15abc3 ! black -*.color0: #0c181c -*.color8: #2e3436 +*.color0: #000000 +*.color8: #0d0b0c ! red *.color1: #800000 *.color9: #c89490 ! green -*.color2: #337733 -*.color10: #4E9A06 +*.color2: #00815b +*.color10: #05e4a5 ! yellow -*.color3: #eac435 -*.color11: #ffff77 +*.color3: #c3ab15 +*.color11: #e0c624 ! blue -*.color4: #295874 -*.color12: RoyalBlue +*.color4: #035390 +*.color12: #029cdc ! purple *.color5: #585ca8 *.color13: #9b859d ! cyan -*.color6: #287373 -*.color14: #53a5a5 +*.color6: #15abc3 +*.color14: #24c6e0 ! white *.color7: #808080 *.color15: #ececec @@ -38,6 +38,7 @@ urxvt*cursorBlink: false urxvt*cursorUnderline: true urxvt*urgentOnBell: true urxvt*termName: rxvt-256color +urxvt.visualBell: true ! Extensions urxvt*perl-lib: /usr/lib/urxvt/perl/ -- cgit v1.2.3-54-g00ecf