mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-11 08:21:00 +00:00
Chnaging some default colors in editor's syntax
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_5@24224 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1963b5297c
commit
b5b4e69064
1 changed files with 66 additions and 66 deletions
|
@ -8,172 +8,172 @@
|
|||
Keywords = (
|
||||
{
|
||||
Pattern = "<auto>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<break>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<case>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<char>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<const>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<continue>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<default>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<do>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<double>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<else>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<enum>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<extern>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<float>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<for>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<goto>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<if>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<int>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<long>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<register>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<return>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<short>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<signed>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<sizeof>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<static>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<struct>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<switch>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<typedef>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<union>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<inline>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<unsigned>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<void>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<volatile>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<while>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.0 0.0 0.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<wchar_t>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
|
@ -183,139 +183,139 @@
|
|||
},
|
||||
{
|
||||
Pattern = "<[nN]il>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
Bold = YES;
|
||||
ForegroundColor = "1.0 0.0 1.0";
|
||||
Bold = NO;
|
||||
},
|
||||
{
|
||||
Pattern = "<self>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<super>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<id>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<Class>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<YES>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "1.0 0.0 1.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<NO>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "1.0 1.0 1.0";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<BOOL>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.18 0.55 0.34";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<NS_DURING>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
},
|
||||
{
|
||||
Pattern = "<NS_HANDLER>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
},
|
||||
{
|
||||
Pattern = "<NS_ENDHANDLER>";
|
||||
ForegroundColor = "0.6 0.45 0.75";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
},
|
||||
{
|
||||
Pattern = "<@interface>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@implementation>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@end>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@class>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@selector>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@protocol>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@throw>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@try>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@catch>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@synchronized>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@defs>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@finally>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@private>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@protected>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@public>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@encode>";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.65 0.16 0.16";
|
||||
Bold = YES;
|
||||
},
|
||||
{
|
||||
Pattern = "<@\"";
|
||||
ForegroundColor = "0.1 0.8 0";
|
||||
ForegroundColor = "0.8 0.0 0.0";
|
||||
}
|
||||
);
|
||||
},
|
||||
|
@ -328,7 +328,7 @@
|
|||
"\\\\\\\\",
|
||||
"\\\\\""
|
||||
);
|
||||
ForegroundColor = "0 0.7 0";
|
||||
ForegroundColor = "0.8 0.0 0.0";
|
||||
Keywords = (
|
||||
{
|
||||
Pattern = "\\\\\"";
|
||||
|
@ -360,8 +360,8 @@
|
|||
ContextSkips = (
|
||||
"\\\\\n"
|
||||
);
|
||||
ForegroundColor = "0.8 0 0";
|
||||
Bold = YES;
|
||||
ForegroundColor = "0.63 0.13 0.94";
|
||||
Bold = NO;
|
||||
},
|
||||
|
||||
/* multi-line comment */
|
||||
|
|
Loading…
Reference in a new issue