blob: 33f1f024b26684251ab4a71bf78384061218722e (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Catppuccin Macchiato">
<style name="Text" foreground="#CAD3F5" background="#24273A"/>
<style name="Link" foreground="#91D7E3" underlineStyle="SingleUnderline"/>
<style name="Selection" background="#5B6078"/>
<style name="LineNumber" foreground="#494D64"/>
<style name="SearchResult" foreground="#8BD5CA" bold="true"/>
<style name="SearchScope" foreground="#24273A" background="#CAD3F5"/>
<style name="Parentheses" foreground="#F5A97F" bold="true"/>
<style name="ParenthesesMismatch" foreground="#F5A97F"/>
<style name="AutoComplete" foreground="#CAD3F5"/>
<style name="CurrentLine" foreground="#24273A" background="#494D64"/>
<style name="CurrentLineNumber" foreground="#6E738D"/>
<style name="Occurrences" foreground="#24273A" background="#CAD3F5"/>
<style name="Occurrences.Unused" foreground="#CAD3F5"/>
<style name="Occurrences.Rename" foreground="#24273A" background="#CAD3F5"/>
<style name="Number" foreground="#F5A97F"/>
<style name="String" foreground="#A6DA95"/>
<style name="Type" foreground="#EED49F"/>
<style name="Local" foreground="#CAD3F5"/>
<style name="Parameter"/>
<style name="Global" foreground="#EE99A0"/>
<style name="Field" foreground="#F4DBD6"/>
<style name="Static" foreground="#8BD5CA"/>
<style name="VirtualMethod" foreground="#8AADF4" italic="true"/>
<style name="Function" foreground="#8AADF4"/>
<style name="Keyword" foreground="#C6A0F6"/>
<style name="PrimitiveType" foreground="#EED49F" italic="true"/>
<style name="Operator" foreground="#91D7E3"/>
<style name="Overloaded Operator" foreground="#91D7E3"/>
<style name="Punctuation"/>
<style name="Preprocessor" foreground="#91D7E3"/>
<style name="Label" foreground="#91D7E3"/>
<style name="Comment" foreground="#5B6078" italic="true"/>
<style name="Doxygen.Comment" foreground="#5B6078"/>
<style name="Doxygen.Tag" foreground="#5B6078" bold="true"/>
<style name="VisualWhitespace" foreground="#5B6078"/>
<style name="QmlLocalId" foreground="#A6DA95" italic="true"/>
<style name="QmlExternalId" foreground="#F5A97F" italic="true"/>
<style name="QmlTypeId" foreground="#91D7E3"/>
<style name="QmlRootObjectProperty" foreground="#A6DA95" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#A6DA95" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#F5A97F" italic="true"/>
<style name="JsScopeVar" foreground="#8AADF4" italic="true"/>
<style name="JsImportVar" foreground="#CAD3F5" italic="true"/>
<style name="JsGlobalVar" foreground="#ED8796" italic="true"/>
<style name="QmlStateName" foreground="#A6DA95" italic="true"/>
<style name="Binding" foreground="#F5BDE6"/>
<style name="DisabledCode" foreground="#6E738D"/>
<style name="AddedLine" foreground="#A6DA95"/>
<style name="RemovedLine" foreground="#ED8796"/>
<style name="DiffFile" foreground="#91D7E3"/>
<style name="DiffLocation" foreground="#F5A97F"/>
<style name="DiffFileLine" foreground="#24273A" background="#EED49F"/>
<style name="DiffContextLine" foreground="#24273A" background="#91D7E3"/>
<style name="DiffSourceLine" background="#754D5F"/>
<style name="DiffSourceChar" background="#4C3A4C"/>
<style name="DiffDestLine" background="#586E5F"/>
<style name="DiffDestChar" background="#3E4B4C"/>
<style name="LogChangeLine" foreground="#ED8796"/>
<style name="Warning" underlineColor="#F5A97F" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#F5A97F" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#ED8796" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ED8796" underlineStyle="DotLine"/>
<style name="Declaration" bold="true"/>
<style name="FunctionDefinition"/>
<style name="OutputArgument" italic="true"/>
<style name="StaticMember" foreground="#F5A97F"/>
</style-scheme>
|