Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request trapd00r#2 from joehillen/master
Background color
  • Loading branch information
trapd00r committed May 23, 2011
2 parents 23675bc + 0840b14 commit eecf50c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pnfo
Expand Up @@ -16,6 +16,7 @@ if($ENV{TERM} =~ m/rxvt-unicode|urxvt/) {
'urxvt',
'-fn', 'xft:Lucida ConsoleP:pixelsize=10:antialias=0',
'-fg', '#ffffff',
'-bg', '#000000',
'-uc',
'+sb',
'-e' , $viewer,
Expand All @@ -26,6 +27,7 @@ else {
'xterm',
'-fa', 'xft:Lucida ConsoleP:pixelsize=10:antialias=0',
'-fg', '#ffffff',
'-bg', '#000000',
'-uc',
'+sb',
'-e' , $viewer,
Expand Down

0 comments on commit eecf50c

Please sign in to comment.