From 8ed5dd0595d18f937d2f4e7561e6738bd7a02937 Mon Sep 17 00:00:00 2001 From: Ambrevar Date: Tue, 1 Jan 2013 11:49:48 +0100 Subject: [PATCH] Fixed Xterm background along Qt applications. --- .Xresources | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index e52600d1..29b79a9a 100644 --- a/.Xresources +++ b/.Xresources @@ -64,6 +64,9 @@ URxvt*font : xft:Dejavu Sans Mono:pixelsize=14 !! http://xcolors.net/ !! https://bbs.archlinux.org/viewtopic.php?id=51818 +xterm*background: black +xterm*foreground: #CCCCCC + !! Colors list !! color0 = black !! color1 = red @@ -83,8 +86,8 @@ URxvt*font : xft:Dejavu Sans Mono:pixelsize=14 !! color15 = bright white !! Gnome style -*background: black -*foreground: #CCCCCC +URxvt.background: black +URxvt.foreground: #CCCCCC URxvt.color0 : #000000 URxvt.color1 : #AA0000 URxvt.color2 : #00AA00