snibbets 2.0.19 → 2.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,179 @@
1
+ {
2
+ "metadata" : {
3
+ "copyright": [
4
+ "SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org>",
5
+ "SPDX-FileCopyrightText: 2016 Dominik Haumann <dhaumann@kde.org>"
6
+ ],
7
+ "license": "SPDX-License-Identifier: MIT",
8
+ "revision" : 9,
9
+ "name" : "Breeze Light"
10
+ },
11
+ "text-styles": {
12
+ "Normal" : {
13
+ "text-color" : "#1f1c1b",
14
+ "selected-text-color" : "#ffffff",
15
+ "bold" : false,
16
+ "italic" : false,
17
+ "underline" : false,
18
+ "strike-through" : false
19
+ },
20
+ "Keyword" : {
21
+ "text-color" : "#1f1c1b",
22
+ "selected-text-color" : "#ffffff",
23
+ "bold" : true
24
+ },
25
+ "Function" : {
26
+ "text-color" : "#644a9b",
27
+ "selected-text-color" : "#452886"
28
+ },
29
+ "Variable" : {
30
+ "text-color" : "#0057ae",
31
+ "selected-text-color" : "#00316e"
32
+ },
33
+ "ControlFlow" : {
34
+ "text-color" : "#1f1c1b",
35
+ "selected-text-color" : "#ffffff",
36
+ "bold" : true
37
+ },
38
+ "Operator" : {
39
+ "text-color" : "#ca60ca",
40
+ "selected-text-color" : "#a44ea4"
41
+ },
42
+ "BuiltIn" : {
43
+ "text-color" : "#644a9b",
44
+ "selected-text-color" : "#452886",
45
+ "bold" : true
46
+ },
47
+ "Extension" : {
48
+ "text-color" : "#0095ff",
49
+ "selected-text-color" : "#ffffff",
50
+ "bold" : true
51
+ },
52
+ "Preprocessor" : {
53
+ "text-color" : "#006e28",
54
+ "selected-text-color" : "#006e28"
55
+ },
56
+ "Attribute" : {
57
+ "text-color" : "#0057ae",
58
+ "selected-text-color" : "#00316e"
59
+ },
60
+ "Char" : {
61
+ "text-color" : "#924c9d",
62
+ "selected-text-color" : "#6c2477"
63
+ },
64
+ "SpecialChar" : {
65
+ "text-color" : "#3daee9",
66
+ "selected-text-color" : "#fcfcfc"
67
+ },
68
+ "String" : {
69
+ "text-color" : "#bf0303",
70
+ "selected-text-color" : "#9c0e0e"
71
+ },
72
+ "VerbatimString" : {
73
+ "text-color" : "#e31616",
74
+ "selected-text-color" : "#9c0e0e"
75
+ },
76
+ "SpecialString" : {
77
+ "text-color" : "#ff5500",
78
+ "selected-text-color" : "#ff5500"
79
+ },
80
+ "Import" : {
81
+ "text-color" : "#ff5500",
82
+ "selected-text-color" : "#ff5500"
83
+ },
84
+ "DataType" : {
85
+ "text-color" : "#0057ae",
86
+ "selected-text-color" : "#00316e"
87
+ },
88
+ "DecVal" : {
89
+ "text-color" : "#b08000",
90
+ "selected-text-color" : "#805c00"
91
+ },
92
+ "BaseN" : {
93
+ "text-color" : "#b08000",
94
+ "selected-text-color" : "#805c00"
95
+ },
96
+ "Float" : {
97
+ "text-color" : "#b08000",
98
+ "selected-text-color" : "#805c00"
99
+ },
100
+ "Constant" : {
101
+ "text-color" : "#aa5500",
102
+ "selected-text-color" : "#5e2f00"
103
+ },
104
+ "Comment" : {
105
+ "text-color" : "#898887",
106
+ "selected-text-color" : "#5e5d5d"
107
+ },
108
+ "Documentation" : {
109
+ "text-color" : "#607880",
110
+ "selected-text-color" : "#46585e"
111
+ },
112
+ "Annotation" : {
113
+ "text-color" : "#ca60ca",
114
+ "selected-text-color" : "#a44ea4"
115
+ },
116
+ "CommentVar" : {
117
+ "text-color" : "#0095ff",
118
+ "selected-text-color" : "#ffffff"
119
+ },
120
+ "RegionMarker" : {
121
+ "text-color" : "#0057ae",
122
+ "selected-text-color" : "#00316e",
123
+ "background-color" : "#e0e9f8"
124
+ },
125
+ "Information" : {
126
+ "text-color" : "#b08000",
127
+ "selected-text-color" : "#805c00"
128
+ },
129
+ "Warning" : {
130
+ "text-color" : "#bf0303",
131
+ "selected-text-color" : "#9c0e0e"
132
+ },
133
+ "Alert" : {
134
+ "text-color" : "#bf0303",
135
+ "selected-text-color" : "#9c0e0e",
136
+ "background-color" : "#f7e6e6",
137
+ "bold" : true
138
+ },
139
+ "Error" : {
140
+ "text-color" : "#bf0303",
141
+ "selected-text-color" : "#9c0e0e",
142
+ "underline" : true
143
+ },
144
+ "Others" : {
145
+ "text-color" : "#006e28",
146
+ "selected-text-color" : "#006e28"
147
+ }
148
+ },
149
+ "editor-colors": {
150
+ "BackgroundColor" : "#ffffff",
151
+ "CodeFolding" : "#94caef",
152
+ "BracketMatching" : "#ffff00",
153
+ "CurrentLine" : "#f8f7f6",
154
+ "IconBorder" : "#f0f0f0",
155
+ "IndentationLine" : "#d2d2d2",
156
+ "LineNumbers" : "#a0a0a0",
157
+ "CurrentLineNumber" : "#1e1e1e",
158
+ "MarkBookmark" : "#0000ff",
159
+ "MarkBreakpointActive" : "#ff0000",
160
+ "MarkBreakpointReached" : "#ffff00",
161
+ "MarkBreakpointDisabled" : "#ff00ff",
162
+ "MarkExecution" : "#a0a0a4",
163
+ "MarkWarning" : "#00ff00",
164
+ "MarkError" : "#ff0000",
165
+ "ModifiedLines" : "#fdbc4b",
166
+ "ReplaceHighlight" : "#00ff00",
167
+ "SavedLines" : "#2ecc71",
168
+ "SearchHighlight" : "#ffff00",
169
+ "TextSelection" : "#94caef",
170
+ "Separator" : "#d5d5d5",
171
+ "SpellChecking" : "#bf0303",
172
+ "TabMarker" : "#d2d2d2",
173
+ "TemplateBackground" : "#d6d2d0",
174
+ "TemplatePlaceholder" : "#baf8ce",
175
+ "TemplateFocusedPlaceholder" : "#76da98",
176
+ "TemplateReadOnlyPlaceholder" : "#f6e6e6",
177
+ "WordWrapMarker" : "#ededed"
178
+ }
179
+ }