Skip to content

Commit

Permalink
cut down on .xpm pixel colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebshader committed Jan 4, 2023
1 parent d56017c commit a0ca1ab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tcl/pd.xpm
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
/* XPM */
static char * pd_xpm[] = {
"32 32 8 1",
"32 32 5 1",
" c None",
". c #000000",
"+ c #3B3B4B",
"@ c #007900",
"# c #007300",
"$ c #30303C",
"% c #FFFFFF",
"& c #070707",
"........... ++",
".@@..@..@@. +++",
".@.@@@@@.@. ++ ",
"..@@@@@@@.. +++ ",
"..@@@@@@@.. ++ ",
".#@@@@@@@@. ++$ ",
".@@@@@@@@@. +++ ",
"..@@@@@@@.. +++ ",
"..@@@@@@@.. ++ ",
".@.@@@@@.@. +++ ",
Expand All @@ -32,7 +29,7 @@ static char * pd_xpm[] = {
"%%.%%%%%.%%%..%...%%%%%%%%%%% ",
"%%.%%%%..%%..%%%%.%%%%%%%%%%% ",
"%%......%%%.%%%%%.%%%%%%%%%%% ",
"%%....&%%%%.%%%%%.%%%%%%%%%%% ",
"%%.....%%%%.%%%%%.%%%%%%%%%%% ",
"%%.%%%%%%%%.%%%%%.%%%%%%%%%%% ",
"%%.%%%%%%%%.%%%%%.%%%%%%%%%%% ",
"%%.%%%%%%%%..%%%..%%%%%%%%%%% ",
Expand Down

0 comments on commit a0ca1ab

Please sign in to comment.