aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/oblivion.theme
blob: 87dac8a5d35e5a63d809730fb4db622cbfa8a706 (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
{
    "_comments": [
        "This theme has been adapted from the GtkSourceView Oblivion theme"
    ],
    "metadata": {
        "copyright": [
            "SPDX-FileCopyrightText: 2007 Paolo Borelli <pborelli@gnome.org>, GtkSourceView team",
            "SPDX-FileCopyrightText: 2020 Alexander Schlarb <alexander@ninetailed.ninja>"
        ],
        "name": "Oblivion",
        "revision": 2,
        "license": "SPDX-License-Identifier: MIT"
    },
    "text-styles": {
        "Alert": {
            "background-color": "#451e1a",
            "bold": true,
            "selected-text-color": "#e85848",
            "text-color": "#e85848"
        },
        "Annotation": {
            "selected-text-color": "#ad7fa8",
            "text-color": "#ad7fa8"
        },
        "Attribute": {
            "selected-text-color": "#ad7fa8",
            "text-color": "#ad7fa8"
        },
        "BaseN": {
            "selected-text-color": "#fce94f",
            "text-color": "#edd400"
        },
        "BuiltIn": {
            "selected-text-color": "#729fcf",
            "text-color": "#729fcf"
        },
        "Char": {
            "selected-text-color": "#fcaf3e",
            "text-color": "#ce5c00"
        },
        "Comment": {
            "selected-text-color": "#8ae234",
            "text-color": "#30a100"
        },
        "CommentVar": {
            "selected-text-color": "#ad7fa8",
            "text-color": "#ad7fa8"
        },
        "Constant": {
            "bold": true,
            "selected-text-color": "#ffffff",
            "text-color": "#edd400"
        },
        "ControlFlow": {
            "bold": true,
            "selected-text-color": "#ffffff",
            "text-color": "#ffffff"
        },
        "DataType": {
            "selected-text-color": "#508ed8",
            "text-color": "#508ed8"
        },
        "DecVal": {
            "selected-text-color": "#fce94f",
            "text-color": "#edd400"
        },
        "Documentation": {
            "selected-text-color": "#8ae234",
            "text-color": "#4e9a06"
        },
        "Error": {
            "selected-text-color": "#e85848",
            "text-color": "#e85848",
            "underline": true
        },
        "Extension": {
            "bold": true,
            "selected-text-color": "#508ed8",
            "text-color": "#508ed8"
        },
        "Float": {
            "selected-text-color": "#fcaf3e",
            "text-color": "#ce5c00"
        },
        "Function": {
            "bold": true,
            "selected-text-color": "#729fcf",
            "text-color": "#729fcf"
        },
        "Import": {
            "selected-text-color": "#ad7fa8",
            "text-color": "#ad7fa8"
        },
        "Information": {
            "selected-text-color": "#c0a25f",
            "text-color": "#c0a25f"
        },
        "Keyword": {
            "bold": true,
            "selected-text-color": "#ffffff",
            "text-color": "#ffffff"
        },
        "Normal": {
            "selected-text-color": "#eeeeec",
            "text-color": "#d3d7c1"
        },
        "Operator": {
            "selected-text-color": "#eeeeec",
            "text-color": "#eeeeec"
        },
        "Others": {
            "selected-text-color": "#fce94f",
            "text-color": "#edd400"
        },
        "Preprocessor": {
            "selected-text-color": "#ad7fa8",
            "text-color": "#ad7fa8"
        },
        "RegionMarker": {
            "background-color": "#1c2c3f",
            "selected-text-color": "#508ed8",
            "text-color": "#508ed8"
        },
        "SpecialChar": {
            "selected-text-color": "#fcaf3e",
            "text-color": "#ce5c00"
        },
        "SpecialString": {
            "selected-text-color": "#fce94f",
            "text-color": "#fce94f"
        },
        "String": {
            "selected-text-color": "#fce94f",
            "text-color": "#edd400"
        },
        "Variable": {
            "selected-text-color": "#ce5c00",
            "text-color": "#ce5c00"
        },
        "VerbatimString": {
            "selected-text-color": "#fce94f",
            "text-color": "#c4a000"
        },
        "Warning": {
            "selected-text-color": "#e85848",
            "text-color": "#e85848"
        }
    },
    "editor-colors": {
        "BackgroundColor": "#201f1f",
        "BracketMatching": "#8f5902",
        "CodeFolding": "#19395f",
        "CurrentLine": "#2e3436",
        "CurrentLineNumber": "#ffffff",
        "IconBorder": "#302f2f",
        "IndentationLine": "#989595",
        "LineNumbers": "#e0dedb",
        "MarkBookmark": "#0000cc",
        "MarkBreakpointActive": "#cc0000",
        "MarkBreakpointDisabled": "#cc00cc",
        "MarkBreakpointReached": "#00cc00",
        "MarkError": "#cc0000",
        "MarkExecution": "#888a85",
        "MarkWarning": "#ad7fa8",
        "ModifiedLines": "#cc0000",
        "ReplaceHighlight": "#356703",
        "SavedLines": "#4e9a06",
        "SearchHighlight": "#4e9a06",
        "Separator": "#787775",
        "SpellChecking": "#e85848",
        "TabMarker": "#555753",
        "TemplateBackground": "#302f2f",
        "TemplateFocusedPlaceholder": "#23321a",
        "TemplatePlaceholder": "#23321a",
        "TemplateReadOnlyPlaceholder": "#451e1a",
        "TextSelection": "#184880",
        "WordWrapMarker": "#3c3a3a"
    }
}