flip black and gray, the way i intended them to be.

2000-10-02  Chris Toshok  <toshok@helixcode.com>

	* tree-unexpanded.xpm: flip black and gray, the way i intended them to be.

	* tree-expanded.xpm: same.

svn path=/trunk/; revision=5665
This commit is contained in:
Chris Toshok
2000-10-02 19:43:43 +00:00
committed by Chris Toshok
parent e459a0465f
commit a36a52e0de
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ static char * tree_expanded_xpm[] = {
"16 16 4 1",
" c None",
". c #FFFFFF",
"* c #666666",
"+ c #000000",
"* c #000000",
"+ c #666666",
" ",
" ",
" ",

View File

@ -3,8 +3,8 @@ static char * tree_unexpanded_xpm[] = {
"16 16 4 1",
" c None",
". c #FFFFFF",
"* c #666666",
"+ c #000000",
"* c #000000",
"+ c #666666",
" ",
" ",
" ",