Initial commit

This commit is contained in:
svk28
2017-07-13 12:45:37 +03:00
commit 87496f7fb0
446 changed files with 14655 additions and 0 deletions

29
share/icons/mini/tle.xpm Executable file
View File

@@ -0,0 +1,29 @@
/* XPM */
static char * tex_16x16_xpm[] = {
"16 16 10 1",
" c None",
". c #0015FC",
"+ c #FF0000",
"@ c #000000",
"# c #C1CD35",
"$ c #F6FF00",
"% c #F7C300",
"& c #F8AE00",
"* c #F7D600",
"= c #F7D800",
" ",
" ",
"........ ++ ++ ",
".@@..@@.@ +@ +@@",
".@ ..@ .@ ++@+@ ",
" @ ..@ @ ++@@ ",
" .#$$$$$$%+@ ",
" ..$$@@@&*++@ ",
" ..$$@ +$@+@ ",
" ..$$@ % @ + ",
" ...#$$=%+ +++",
" @@$$@@$@@ @@",
" $$ @$ ",
" $$ $$@ ",
" $$$$$$$$@ ",
" @@@@@@@@ "};