React icon: Added dark background (for better contrast) & pixel hinting

This commit is contained in:
Dennis Mayr 2019-04-13 16:05:49 -04:00 committed by GitHub
parent c2d284fc18
commit b48b96af12

View file

@ -1,21 +1,30 @@
/* XPM */
static char * react_xpm[] = {
"16 16 2 1",
"16 16 11 1",
" c None",
". c #61DAFB",
" ",
" .. ... ",
" . .... . ",
" . .. . ",
" . .... . ",
" .......... ",
" ..... ..... ",
". . .. . .",
". . .. . .",
" ..... ..... ",
" .......... ",
" . .... . ",
" . .. . ",
" . .... . ",
" ... ... ",
" "};
". c #484848",
"+ c #000000",
"@ c #61DAFB",
"# c #000203",
"$ c #006482",
"% c #041419",
"& c #006783",
"* c #006784",
"= c #000101",
"- c #000407",
" .++++++++++++. ",
".+++@@+++#@@+++.",
"+++@+$@%%@$+@+++",
"+++@++$@@$++@+++",
"+++@++@@@@++@+++",
"++&@@@*==*@@@&++",
"+@@@@*++++*@@@@+",
"@-+&@++@@++@&+-@",
"@-+&@++@@++@&+-@",
"+@@@@*++++*@@@@+",
"++&@@@*++*@@@&++",
"+++@+$@@@@$+@+++",
"+++@++$@@$++@+++",
"+++@++@%%@++@+++",
".+++@@=+++@@+++.",
" .++++++++++++. "};