Fixed Xterm background along Qt applications.

master
Ambrevar 2013-01-01 11:49:48 +01:00
parent df04a05d72
commit 8ed5dd0595
1 changed files with 5 additions and 2 deletions

View File

@ -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