Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429190
EclipseDark.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
EclipseDark.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Phan\Output\ColorScheme
;
/**
* Contains colors similar to eclipse's dark theme
* @suppress PhanUnreferencedClass this is used dynamically
*/
class
EclipseDark
{
/** @suppress PhanUnreferencedPublicClassConstant this is used dynamically */
public
const
DEFAULT_COLOR_FOR_TEMPLATE
=
[
'CLASS'
=>
'light_blue'
,
'CLASSLIKE'
=>
'light_blue'
,
'CODE'
=>
'magenta'
,
'COMMENT'
=>
'light_gray'
,
'CONST'
=>
'light_blue'
,
'COUNT'
=>
'light_blue'
,
'DETAILS'
=>
'light_gray'
,
'ENUM'
=>
'light_blue'
,
'FILE'
=>
'light_cyan'
,
'FUNCTIONLIKE'
=>
'light_green'
,
'FUNCTION'
=>
'light_green'
,
'INDEX'
=>
'light_blue'
,
'INTERFACE'
=>
'light_blue'
,
'ISSUETYPE'
=>
'light_blue'
,
// used by Phan\Output\Printer, for minor issues
'ISSUETYPE_CRITICAL'
=>
'red'
,
// for critical issues, e.g. "PhanUndeclaredMethod"
'ISSUETYPE_NORMAL'
=>
'light_yellow'
,
// for normal issues
'LINE'
=>
'light_gray'
,
'METHOD'
=>
'green'
,
'NAMESPACE'
=>
'light_gray'
,
'OPERATOR'
=>
'light_gray'
,
'PARAMETER'
=>
'magenta'
,
'PROPERTY'
=>
'light_blue'
,
'SCALAR'
=>
'green'
,
'STRING_LITERAL'
=>
'green'
,
'SUGGESTION'
=>
'light_gray'
,
'TYPE'
=>
'light_blue'
,
'TRAIT'
=>
'light_blue'
,
'VARIABLE'
=>
'yellow'
,
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:15 (9 h, 45 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0a/29/2d85d29b699ae33d8f83865b1ec2
Default Alt Text
EclipseDark.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment