mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
synedit: added icon for TSynFreePascalSyn
git-svn-id: trunk@11811 -
This commit is contained in:
parent
06753dbd34
commit
b758598ba6
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -564,6 +564,7 @@ components/synedit/design/tsyncppsyn.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsyncsssyn.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsynedit.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsynexporterhtml.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsynfreepascalsyn.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsynhtmlsyn.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsynjavasyn.xpm -text svneol=native#image/x-xpixmap
|
||||
components/synedit/design/tsynlfmsyn.xpm -text svneol=native#image/x-xpixmap
|
||||
|
28
components/synedit/design/tsynfreepascalsyn.xpm
Normal file
28
components/synedit/design/tsynfreepascalsyn.xpm
Normal file
@ -0,0 +1,28 @@
|
||||
/* XPM */
|
||||
static const unsigned char * tsynfreepascalsyn_xpm[] = {
|
||||
"17 19 6 1",
|
||||
" c None",
|
||||
"! c white",
|
||||
"# c black",
|
||||
"$ c #0000FF",
|
||||
"% c #FF0000",
|
||||
"& c #00FF00",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"!!!$$!!$$!!!$$!!#",
|
||||
"!!$!!!$!!$!$!!$!#",
|
||||
"!!$!!!$!!$!$!!!!#",
|
||||
"!!$$$!$$$!!$!!!!#",
|
||||
"!!$!!!$!!!!$!!$!#",
|
||||
"!!$!!!$!!!!!$$!!#",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"!!####!%%%!!!!!!#",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"!!###!!!!!!!!!!!#",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"!!!!%%!&&&&!!!!!#",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"!!!!$$$$$!%%%!!!#",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"!!###!!!!!!!!!!!#",
|
||||
"!!!!!!!!!!!!!!!!#",
|
||||
"#################"};
|
Loading…
Reference in New Issue
Block a user