aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/homunculus.theme
blob: ab48ead17061e9a242769c0d7cd4088910c1174f (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
{
    "custom-styles": {
        "Common Lisp": {
            "Brackets": {
                "selected-text-color": "#904200",
                "text-color": "#005f88"
            }
        }
    },
    "editor-colors": {
        "BackgroundColor": "#f7f3f3",
        "BracketMatching": "#fceae2",
        "CodeFolding": "#94caef",
        "CurrentLine": "#daecf7",
        "CurrentLineNumber": "#1e1e1e",
        "IconBorder": "#f0f0f0",
        "IndentationLine": "#d2d2d2",
        "LineNumbers": "#a0a0a0",
        "MarkBookmark": "#005275",
        "MarkBreakpointActive": "#ff0000",
        "MarkBreakpointDisabled": "#ff00ff",
        "MarkBreakpointReached": "#ffff00",
        "MarkError": "#ff0000",
        "MarkExecution": "#a0a0a4",
        "MarkWarning": "#00ff00",
        "ModifiedLines": "#fdbc4b",
        "ReplaceHighlight": "#25d970",
        "SavedLines": "#2ecc71",
        "SearchHighlight": "#e0af82",
        "Separator": "#d5d5d5",
        "SpellChecking": "#bf0303",
        "TabMarker": "#d2d2d2",
        "TemplateBackground": "#d6d2d0",
        "TemplateFocusedPlaceholder": "#76da98",
        "TemplatePlaceholder": "#baf8ce",
        "TemplateReadOnlyPlaceholder": "#f6e6e6",
        "TextSelection": "#bcbcbc",
        "WordWrapMarker": "#ededed"
    },
    "metadata": {
        "copyright": [
            "SPDX-FileCopyrightText: 2021 shenlebantongying <shenlebantongying@gmail.com>"
        ],
        "license": "SPDX-License-Identifier: MIT",
        "name": "Homunculus",
        "revision": 1
    },
    "text-styles": {
        "Alert": {
            "background-color": "#f7e6e6",
            "bold": true,
            "selected-text-color": "#9c0e0e",
            "text-color": "#bf0303"
        },
        "Annotation": {
            "selected-text-color": "#000000",
            "text-color": "#ca60ca"
        },
        "Attribute": {
            "selected-text-color": "#000000",
            "text-color": "#0057ae"
        },
        "BaseN": {
            "selected-text-color": "#000000",
            "text-color": "#b08000"
        },
        "BuiltIn": {
            "selected-text-color": "#000000",
            "text-color": "#644a9b"
        },
        "Char": {
            "selected-text-color": "#000000",
            "text-color": "#924c9d"
        },
        "Comment": {
            "selected-text-color": "#000000",
            "text-color": "#505050"
        },
        "CommentVar": {
            "selected-text-color": "#ffffff",
            "text-color": "#0095ff"
        },
        "Constant": {
            "selected-text-color": "#000000",
            "text-color": "#aa5500"
        },
        "ControlFlow": {
            "selected-text-color": "#000000",
            "text-color": "#005f88"
        },
        "DataType": {
            "selected-text-color": "#000000",
            "text-color": "#0057ae"
        },
        "DecVal": {
            "selected-text-color": "#000000",
            "text-color": "#b08000"
        },
        "Documentation": {
            "selected-text-color": "#000000",
            "text-color": "#2a486a"
        },
        "Error": {
            "selected-text-color": "#9c0e0e",
            "text-color": "#bf0303",
            "underline": true
        },
        "Extension": {
            "selected-text-color": "#000000",
            "text-color": "#0095ff"
        },
        "Float": {
            "selected-text-color": "#000000",
            "text-color": "#b08000"
        },
        "Function": {
            "selected-text-color": "#000000",
            "text-color": "#721045"
        },
        "Import": {
            "selected-text-color": "#000000",
            "text-color": "#813e00"
        },
        "Information": {
            "selected-text-color": "#000000",
            "text-color": "#b08000"
        },
        "Keyword": {
            "selected-text-color": "#000000",
            "text-color": "#5317ac"
        },
        "Normal": {
            "selected-text-color": "#000000",
            "text-color": "#303030"
        },
        "Operator": {
            "selected-text-color": "#000000",
            "text-color": "#b455b4"
        },
        "Others": {
            "selected-text-color": "#000000",
            "text-color": "#006e28"
        },
        "Preprocessor": {
            "selected-text-color": "#000000",
            "text-color": "#006e28"
        },
        "RegionMarker": {
            "selected-text-color": "#000000",
            "text-color": "#0057ae"
        },
        "SpecialChar": {
            "selected-text-color": "#000000",
            "text-color": "#3daee9"
        },
        "SpecialString": {
            "selected-text-color": "#000000",
            "text-color": "#854001"
        },
        "String": {
            "selected-text-color": "#000000",
            "text-color": "#2544bb"
        },
        "Variable": {
            "selected-text-color": "#000000",
            "text-color": "#0057ae"
        },
        "VerbatimString": {
            "selected-text-color": "#000000",
            "text-color": "#2544bb"
        },
        "Warning": {
            "selected-text-color": "#9c0e0e",
            "text-color": "#bf0303"
        }
    }
}