Color values in the Xresources/Xdefaults files are all uppercase

This commit is contained in:
David Majnemer 2008-11-24 06:46:27 -06:00
parent 8daf1a4347
commit 1e9132d24f

View file

@ -9,7 +9,7 @@ XTerm*faceSize: 9
XTerm*faceName: Monospace XTerm*faceName: Monospace
XTerm*background: black XTerm*background: black
XTerm*foreground: #cccccc XTerm*foreground: #CCCCCC
XTerm*termName: xterm-256color XTerm*termName: xterm-256color
@ -39,7 +39,7 @@ UXTerm*faceSize: 9
UXTerm*faceName: Monospace UXTerm*faceName: Monospace
UXTerm*background: black UXTerm*background: black
UXTerm*foreground: #cccccc UXTerm*foreground: #CCCCCC
UXTerm*termName: xterm-256color UXTerm*termName: xterm-256color
@ -68,7 +68,7 @@ UXTerm*color15: #EEEEEC
URxvt*font: xft:Monospace-9 URxvt*font: xft:Monospace-9
URxvt*background: black URxvt*background: black
URxvt*foreground: #cccccc URxvt*foreground: #CCCCCC
URxvt*scrollBar: false URxvt*scrollBar: false