SyntaxHighlightingThemes/SlickEdit/SymbolColoring.xml

206 lines
4.1 KiB
XML
Raw Permalink Normal View History

2013-02-20 13:36:16 -05:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE SymbolColoring SYSTEM "http://www.slickedit.com/dtd/vse/14.0/SymbolColoring.dtd">
<SymbolColoring
version="1.0"
productName="SlickEdit"
productVersion="15.0.1.3">
<Scheme
name="Classes and Types - RailsCasts"
compatibleWith="RailsCasts">
2014-11-23 11:12:51 -05:00
<Rule
name="Local variable"
regexType=""
classRE=""
nameRE=""
kinds="lvar"
attributesOn=""
attributesOff="static|inclass"
parentColor="*CFG_WINDOW_TEXT*"
fg="0xA000"
fontFlags="F_INHERIT_STYLE|F_INHERIT_FG_COLOR|F_INHERIT_BG_COLOR">
</Rule>
<Rule
name="Member"
regexType=""
classRE=""
nameRE=""
kinds="var"
attributesOn=""
attributesOff=""
parentColor="Local variable"
fg="0xFFAB79"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR">
</Rule>
<Rule
name="Parameter"
regexType=""
classRE=""
nameRE=""
kinds="param"
attributesOn=""
attributesOff=""
parentColor="Local variable"
fg="0xFFD6BE"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR">
</Rule>
2013-02-20 13:36:16 -05:00
<Rule
name="Class"
regexType=""
classRE=""
nameRE=""
kinds="class"
attributesOn=""
attributesOff="abstract|template"
parentColor="*CFG_USER_DEFINED*"
fg="0xFF8080"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Template class"
regexType=""
classRE=""
nameRE=""
kinds="class"
attributesOn="template"
attributesOff=""
parentColor="Class"
fg="0x0"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Abstract class"
regexType=""
classRE=""
nameRE=""
kinds="class"
attributesOn="abstract"
attributesOff=""
parentColor="Class"
fg="0xFFC1C1"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Interface class"
regexType=""
classRE=""
nameRE=""
kinds="interface"
attributesOn=""
attributesOff=""
parentColor="Class"
fg="0xAF912B"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR">
</Rule>
<Rule
name="Struct"
regexType=""
classRE=""
nameRE=""
kinds="struct"
attributesOn=""
attributesOff=""
parentColor="Class"
fg="0x80C080"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Union or variant type"
regexType=""
classRE=""
nameRE=""
kinds="union"
attributesOn=""
attributesOff=""
parentColor="Class"
fg="0xE1E1"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Type definition or alias"
regexType=""
classRE=""
nameRE=""
kinds="typedef"
attributesOn=""
attributesOff=""
parentColor="*CFG_USER_DEFINED*"
fg="0x8080C0"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Preprocessor macro"
regexType=""
classRE=""
nameRE=""
kinds="define"
attributesOn=""
attributesOff=""
parentColor="*CFG_PPKEYWORD*"
fg="0x0"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Package or namespace"
regexType=""
classRE=""
nameRE=""
kinds="package,prog,lib"
attributesOn=""
attributesOff=""
parentColor="*CFG_WINDOW_TEXT*"
fg="0x40FF"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Symbolic constant"
regexType=""
classRE=""
nameRE=""
kinds="const"
attributesOn=""
attributesOff=""
parentColor="*CFG_WINDOW_TEXT*"
fg="0xC0C0C0"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Enumerated type or constant"
regexType=""
classRE=""
nameRE=""
kinds="enumc,enum"
attributesOn=""
attributesOff=""
parentColor="*CFG_USER_DEFINED*"
fg="0xE1E100"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR|F_INHERIT_FG_COLOR">
</Rule>
<Rule
name="Symbol not found"
regexType=""
classRE=""
nameRE=""
kinds="UNKNOWN"
attributesOn=""
attributesOff=""
parentColor="*CFG_WINDOW_TEXT*"
fg="0xFF"
bg="0xFFFFFF"
fontFlags="F_INHERIT_BG_COLOR">
</Rule>
</Scheme>
</SymbolColoring>