1
0
Fork 0
mirror of https://github.com/NixOS/nixos-artwork synced 2024-10-18 00:06:24 -04:00
nixos-artwork/logo/nix-snowflake-14x16.xpm
Cillian de Róiste f60a76c355 Add optimized SVG logo and small icon versions
This SVG version has separate lambdas which are cut at intersections to
avoid any potential overlap. This is useful for laser cutting and
printing where the additional hidden lines in the original version can
produce unexpected results.
2015-02-04 12:53:56 +01:00

36 lines
595 B
C

/* XPM */
static char *nix_snowflake[] = {
/* columns rows colors chars-per-pixel */
"14 16 13 1 ",
" c #4040BF",
". c #3F3FC0",
"X c #4040C0",
"o c #4141C0",
"O c #4040C1",
"+ c #4444C3",
"@ c #4545C5",
"# c #5A5AD9",
"$ c #6666E6",
"% c #7272F2",
"& c #7A7AFA",
"* c #8080FF",
"= c None",
/* pixels */
"==============",
"==============",
"====*=====X===",
"=====**===X===",
"XX====$*==X=X.",
"==X XX==*%XX==",
"==X@======X===",
"XX=*======X===",
"===*======X=*=",
"===*======&*==",
"==**+X==****==",
"**=*==X#====**",
"===*===XX=====",
"===*=====X.===",
"==============",
"=============="
};