aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/falcon.theme
blob: 1ebf8c69466cf16936d304a799d01432431b81c9 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
    "_comments": [
        "A theme focused on ergonomics, using the 3 digit Tango color palette"
    ],
    "metadata": {
        "name": "Falcon",
        "revision": 4,
        "license": "SPDX-License-Identifier: MIT",
        "copyright": [ "SPDX-FileCopyrightText: 2021 Alberto Salvia Novella <https://es20490446e.wordpress.com>" ]
    },
    "custom-styles": {
        "Bash": {
            "Normal Text": {
                "text-color": "#bbbbbb"
            }
        }
    },
    "editor-colors": {
        "BackgroundColor": "#223333",
        "BracketMatching": "#555555",
        "CodeFolding": "#224488",
        "CurrentLine": "#555555",
        "CurrentLineNumber": "#bbbbbb",
        "IconBorder": "#223333",
        "IndentationLine": "#888888",
        "LineNumbers": "#888888",
        "MarkBookmark": "#7799cc",
        "MarkBreakpointActive": "#ffaa33",
        "MarkBreakpointDisabled": "#aa77aa",
        "MarkBreakpointReached": "#449900",
        "MarkError": "#ef2929",
        "MarkExecution": "#888888",
        "MarkWarning": "#aa77aa",
        "ModifiedLines": "#aa0000",
        "ReplaceHighlight": "#224488",
        "SavedLines": "#449900",
        "SearchHighlight": "#224488",
        "Separator": "#555753",
        "SpellChecking": "#ef2929",
        "TabMarker": "#555555",
        "TemplateBackground": "#223333",
        "TemplateFocusedPlaceholder": "#23321a",
        "TemplatePlaceholder": "#23321a",
        "TemplateReadOnlyPlaceholder": "#451e1a",
        "TextSelection": "#3366aa",
        "WordWrapMarker": "#555753"
    },
    "text-styles": {
        "Alert": {
            "background-color": "#320000",
            "bold": true,
            "selected-text-color": "#ffaa33",
            "text-color": "#ee2222"
        },
        "Annotation": {
            "selected-text-color": "#ddddcc",
            "text-color": "#aa77aa"
        },
        "Attribute": {
            "selected-text-color": "#ddddcc",
            "text-color": "#aa77aa"
        },
        "BaseN": {
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        },
        "BuiltIn": {
            "selected-text-color": "#ddddcc",
            "text-color": "#7799cc"
        },
        "Char": {
            "selected-text-color": "#ffaa33",
            "text-color": "#ffaa33"
        },
        "Comment": {
            "selected-text-color": "#eeeeec",
            "text-color": "#888888"
        },
        "CommentVar": {
            "selected-text-color": "#ddddcc",
            "text-color": "#aa77aa"
        },
        "Constant": {
            "bold": true,
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        },
        "ControlFlow": {
            "bold": true,
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        },
        "DataType": {
            "selected-text-color": "#ddddcc",
            "text-color": "#7799cc"
        },
        "DecVal": {
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        },
        "Documentation": {
            "selected-text-color": "#eeeeee",
            "text-color": "#d3d7cf"
        },
        "Error": {
            "selected-text-color": "#ffaa33",
            "text-color": "#ee2222",
            "underline": true
        },
        "Extension": {
            "bold": true,
            "selected-text-color": "#ddddcc",
            "text-color": "#7799cc"
        },
        "Float": {
            "selected-text-color": "#ffaa33",
            "text-color": "#ffaa33"
        },
        "Function": {
            "bold": true,
            "selected-text-color": "#ddddcc",
            "text-color": "#7799cc"
        },
        "Import": {
            "selected-text-color": "#88ee33",
            "text-color": "#88ee33"
        },
        "Information": {
            "selected-text-color": "#eeeeee",
            "text-color": "#ddddcc"
        },
        "Keyword": {
            "bold": true,
            "selected-text-color": "#ddddcc",
            "text-color": "#aa77aa"
        },
        "Normal": {
            "selected-text-color": "#eeeeee",
            "text-color": "#ddddcc"
        },
        "Operator": {
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        },
        "Others": {
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        },
        "Preprocessor": {
            "selected-text-color": "#ddddcc",
            "text-color": "#aa77aa"
        },
        "RegionMarker": {
            "background-color": "#0d1932",
            "selected-text-color": "#ddddcc",
            "text-color": "#7799cc"
        },
        "SpecialChar": {
            "selected-text-color": "#ffaa33",
            "text-color": "#ffaa33"
        },
        "SpecialString": {
            "selected-text-color": "#eeeeee",
            "text-color": "#ddddcc"
        },
        "String": {
            "selected-text-color": "#eeeeee",
            "text-color": "#ddddcc"
        },
        "Variable": {
            "bold": true,
            "selected-text-color": "#ffaa33",
            "text-color": "#ffaa33"
        },
        "VerbatimString": {
            "selected-text-color": "#ffaa33",
            "text-color": "#ffaa33"
        },
        "Warning": {
            "selected-text-color": "#ffee44",
            "text-color": "#eedd00"
        }
    }
}