-
Notifications
You must be signed in to change notification settings - Fork 5
/
visual-assist-enhanced-syntax.xml
89 lines (89 loc) · 4.77 KB
/
visual-assist-enhanced-syntax.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Visual Assist X Enhanced Highlighting">
<style name="Text" foreground="#b4b4b4" background="#222222"/>
<style name="Link" foreground="#589df6"/>
<style name="Selection" background="#0a2a50"/>
<style name="LineNumber" foreground="#4279a7" background="#2e2f30"/>
<style name="SearchResult" background="#5b6217"/>
<style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/>
<style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/>
<style name="SearchResultContainingFunction"/>
<style name="SearchScope" background="#214283"/>
<style name="Parentheses" foreground="#ffffff" bold="true"/>
<style name="ParenthesesMismatch" background="#700070"/>
<style name="AutoComplete" foreground="#000080" background="#c0c0ff"/>
<style name="CurrentLine"/>
<style name="CurrentLineNumber" foreground="#4279a7"/>
<style name="Occurrences" foreground="#000000" background="#729fcf"/>
<style name="Occurrences.Unused" foreground="#808000"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#b5cea8"/>
<style name="String" foreground="#d69d85"/>
<style name="Type" foreground="#ffd700"/>
<style name="Namespace" foreground="#ffd700"/>
<style name="Local" foreground="#bdb76b"/>
<style name="Parameter" foreground="#1778ff"/>
<style name="Global" foreground="#bdb76b" italic="true"/>
<style name="Field" foreground="#bdb76b"/>
<style name="Static" foreground="#bd63c5"/>
<style name="VirtualMethod" foreground="#ff8000"/>
<style name="Function" foreground="#ff8000"/>
<style name="Keyword" foreground="#569cd6"/>
<style name="PrimitiveType" foreground="#569cd6"/>
<style name="Operator" foreground="#cccccc"/>
<style name="Overloaded Operator" foreground="#00a8ca"/>
<style name="Punctuation"/>
<style name="Preprocessor" foreground="#bd63c5"/>
<style name="Macro" foreground="#ff8000"/>
<style name="Label" foreground="#e76000"/>
<style name="Comment" foreground="#57a64a"/>
<style name="Doxygen.Comment" foreground="#57a64a"/>
<style name="Doxygen.Tag" foreground="#46863c"/>
<style name="VisualWhitespace" foreground="#646482"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
<style name="QmlTypeId" foreground="#cc7832"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/>
<style name="JsScopeVar" foreground="#8888ff" italic="true"/>
<style name="JsImportVar" foreground="#8888ff" italic="true"/>
<style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
<style name="QmlStateName" italic="true"/>
<style name="Binding" foreground="#ff5555"/>
<style name="DisabledCode" foreground="#a0a0a4" background="#262626" italic="true"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#8484f3"/>
<style name="DiffLocation" foreground="#0084ff"/>
<style name="DiffFileLine" foreground="#404040" background="#dcb178"/>
<style name="DiffContextLine" foreground="#404040" background="#97bac7"/>
<style name="DiffSourceLine" background="#8c2d2d"/>
<style name="DiffSourceChar" background="#c34141"/>
<style name="DiffDestLine" background="#277027"/>
<style name="DiffDestChar" background="#339d33"/>
<style name="LogChangeLine" foreground="#c00000"/>
<style name="LogAuthorName" foreground="#007af4"/>
<style name="LogCommitDate" foreground="#006600"/>
<style name="LogCommitHash" foreground="#ff0000"/>
<style name="LogCommitSubject"/>
<style name="LogDecoration" foreground="#ff00ff"/>
<style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
<style name="Declaration"/>
<style name="FunctionDefinition"/>
<style name="OutputArgument" italic="true"/>
<style name="StaticMember"/>
<style name="CocoCodeAdded"/>
<style name="CocoPartiallyCovered" foreground="#808000"/>
<style name="CocoNotCovered" foreground="#ff0000"/>
<style name="CocoFullyCovered" foreground="#00ff00"/>
<style name="CocoManuallyValidated" foreground="#0000ff"/>
<style name="CocoDeadCode" foreground="#ff00ff"/>
<style name="CocoExecutionCountTooLow" foreground="#ff0000"/>
<style name="CocoNotCoveredInfo" foreground="#ff0000"/>
<style name="CocoCoveredInfo" foreground="#00ff00"/>
<style name="CocoManuallyValidatedInfo" foreground="#0000ff"/>
</style-scheme>