From b48b96af12a13cdf1fb7aba0e1d5b99955915bb2 Mon Sep 17 00:00:00 2001 From: Dennis Mayr <30353238+dennismayr@users.noreply.github.com> Date: Sat, 13 Apr 2019 16:05:49 -0400 Subject: [PATCH] React icon: Added dark background (for better contrast) & pixel hinting --- icons/react.xpm | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/icons/react.xpm b/icons/react.xpm index 1de2a89..b5be19a 100644 --- a/icons/react.xpm +++ b/icons/react.xpm @@ -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", +" .++++++++++++. ", +".+++@@+++#@@+++.", +"+++@+$@%%@$+@+++", +"+++@++$@@$++@+++", +"+++@++@@@@++@+++", +"++&@@@*==*@@@&++", +"+@@@@*++++*@@@@+", +"@-+&@++@@++@&+-@", +"@-+&@++@@++@&+-@", +"+@@@@*++++*@@@@+", +"++&@@@*++*@@@&++", +"+++@+$@@@@$+@+++", +"+++@++$@@$++@+++", +"+++@++@%%@++@+++", +".+++@@=+++@@+++.", +" .++++++++++++. "};