-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreator-dark_copy.xml
75 lines (75 loc) · 4.29 KB
/
creator-dark_copy.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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Qt Creator Dark (复制)">
<style name="Text" foreground="#cccf9a" background="#2e2f30"/>
<style name="Link" foreground="#d6c540"/>
<style name="Selection" foreground="#bec0c2" background="#513891"/>
<style name="LineNumber" foreground="#bec0c2" background="#404244"/>
<style name="SearchResult" background="#8a1f4d"/>
<style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/>
<style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/>
<style name="SearchScope" background="#8a602c"/>
<style name="Parentheses" foreground="#bec0c2" background="#513891"/>
<style name="ParenthesesMismatch" background="#ff6aad"/>
<style name="AutoComplete" foreground="#2c408a" background="#c1340c"/>
<style name="CurrentLine" background="#373737"/>
<style name="CurrentLineNumber" foreground="#d6c540" bold="true"/>
<style name="Occurrences" background="#1f7811"/>
<style name="Occurrences.Unused" foreground="#8a7f2c"/>
<style name="Occurrences.Rename" foreground="#ffaaaa" background="#965f5f"/>
<style name="Number" foreground="#e891ef"/>
<style name="String" foreground="#ffaa00" background="#094444"/>
<style name="Type" foreground="#d0ff45"/>
<style name="Local" foreground="#d6bb9a"/>
<style name="Parameter" foreground="#9ee7bd"/>
<style name="Global" foreground="#9aa7d6"/>
<style name="Field" foreground="#d69545"/>
<style name="Static" foreground="#b400b4" italic="true"/>
<style name="VirtualMethod" foreground="#ffaa00" italic="true"/>
<style name="Function" foreground="#b4cfda"/>
<style name="Keyword" foreground="#45c6d6" italic="true"/>
<style name="PrimitiveType" foreground="#c81432"/>
<style name="Operator" foreground="#d6bb9a"/>
<style name="Overloaded Operator"/>
<style name="Punctuation"/>
<style name="Preprocessor" foreground="#ff6aad"/>
<style name="Label" foreground="#d6c540"/>
<style name="Comment" foreground="#00a400" italic="true"/>
<style name="Doxygen.Comment" foreground="#65676a" bold="true" italic="true"/>
<style name="Doxygen.Tag" foreground="#66a334"/>
<style name="VisualWhitespace" foreground="#bec0c2"/>
<style name="QmlLocalId" foreground="#9acfd6" italic="true"/>
<style name="QmlExternalId" foreground="#9aa7d6" italic="true"/>
<style name="QmlTypeId" foreground="#66a334"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#9aa7d6" italic="true"/>
<style name="JsScopeVar" foreground="#9acfd6" italic="true"/>
<style name="JsImportVar" foreground="#4564d6" italic="true"/>
<style name="JsGlobalVar" foreground="#4564d6" italic="true"/>
<style name="QmlStateName" foreground="#45c6d6" italic="true"/>
<style name="Binding" foreground="#ff6aad"/>
<style name="DisabledCode" foreground="#969696" background="#474747"/>
<style name="AddedLine" foreground="#45c6d6"/>
<style name="RemovedLine" foreground="#d65645"/>
<style name="DiffFile" foreground="#66a334"/>
<style name="DiffLocation" foreground="#d6c540"/>
<style name="DiffFileLine" foreground="#2e2f30" background="#d6c540"/>
<style name="DiffContextLine" foreground="#2e2f30" background="#65676a"/>
<style name="DiffSourceLine" background="#8a2c40"/>
<style name="DiffSourceChar" foreground="#2e2f30" background="#c34141"/>
<style name="DiffDestLine" background="#588a2c"/>
<style name="DiffDestChar" foreground="#2e2f30" background="#7cc33e"/>
<style name="LogChangeLine" foreground="#d65645"/>
<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="#d6c545" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#d6c545" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#d65645" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#d65645" underlineStyle="DotLine"/>
<style name="Declaration" bold="true"/>
<style name="FunctionDefinition" foreground="#ffaa00" relativeBackgroundSaturation="-0.1"/>
<style name="OutputArgument" italic="true"/>
</style-scheme>