mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
React icon: Added dark background (for better contrast) & pixel hinting
This commit is contained in:
parent
c2d284fc18
commit
b48b96af12
1 changed files with 27 additions and 18 deletions
|
@ -1,21 +1,30 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * react_xpm[] = {
|
static char * react_xpm[] = {
|
||||||
"16 16 2 1",
|
"16 16 11 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #61DAFB",
|
". c #484848",
|
||||||
" ",
|
"+ c #000000",
|
||||||
" .. ... ",
|
"@ c #61DAFB",
|
||||||
" . .... . ",
|
"# c #000203",
|
||||||
" . .. . ",
|
"$ c #006482",
|
||||||
" . .... . ",
|
"% c #041419",
|
||||||
" .......... ",
|
"& c #006783",
|
||||||
" ..... ..... ",
|
"* c #006784",
|
||||||
". . .. . .",
|
"= c #000101",
|
||||||
". . .. . .",
|
"- c #000407",
|
||||||
" ..... ..... ",
|
" .++++++++++++. ",
|
||||||
" .......... ",
|
".+++@@+++#@@+++.",
|
||||||
" . .... . ",
|
"+++@+$@%%@$+@+++",
|
||||||
" . .. . ",
|
"+++@++$@@$++@+++",
|
||||||
" . .... . ",
|
"+++@++@@@@++@+++",
|
||||||
" ... ... ",
|
"++&@@@*==*@@@&++",
|
||||||
" "};
|
"+@@@@*++++*@@@@+",
|
||||||
|
"@-+&@++@@++@&+-@",
|
||||||
|
"@-+&@++@@++@&+-@",
|
||||||
|
"+@@@@*++++*@@@@+",
|
||||||
|
"++&@@@*++*@@@&++",
|
||||||
|
"+++@+$@@@@$+@+++",
|
||||||
|
"+++@++$@@$++@+++",
|
||||||
|
"+++@++@%%@++@+++",
|
||||||
|
".+++@@=+++@@+++.",
|
||||||
|
" .++++++++++++. "};
|
||||||
|
|
Loading…
Reference in a new issue