aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/solarized-light.theme
blob: 51c76faaec46168be8a677f7c5f1811381502cf3 (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
185
186
187
188
189
190
191
192
193
194
195
196
{
    "_comments": [
        "This theme has been adapted from: https://ethanschoonover.com/solarized/"
    ],
    "metadata" : {
        "copyright": [
            "SPDX-FileCopyrightText: 2011 Ethan Schoonover",
            "SPDX-FileCopyrightText: 2012 Dominik Haumann <dhaumann@kde.org>",
            "SPDX-FileCopyrightText: 2018 Andrew Crouthamel <andrew.crouthamel@kdemail.net>"
        ],
        "license": "SPDX-License-Identifier: MIT",
        "revision" : 5,
        "name" : "Solarized Light"
    },
    "text-styles": {
        "Normal" : {
            "text-color" : "#657b83",
            "selected-text-color" : "#839496",
            "bold" : false,
            "italic" : false,
            "underline" : false,
            "strike-through" : false
        },
        "Keyword" : {
            "text-color" : "#859900",
            "selected-text-color" : "#859900",
            "bold" : true
        },
        "Function" : {
            "text-color" : "#268bd2",
            "selected-text-color" : "#268bd2"
        },
        "Variable" : {
            "text-color" : "#268bd2",
            "selected-text-color" : "#268bd2"
        },
        "ControlFlow" : {
            "text-color" : "#859900",
            "selected-text-color" : "#859900",
            "bold" : true
        },
        "Operator" : {
            "text-color" : "#859900",
            "selected-text-color" : "#859900"
        },
        "BuiltIn" : {
            "text-color" : "#cb4b16",
            "selected-text-color" : "#cb4b16"
        },
        "Extension" : {
            "text-color" : "#268bd2",
            "selected-text-color" : "#268bd2",
            "bold" : true
        },
        "Preprocessor" : {
            "text-color" : "#cb4b16",
            "selected-text-color" : "#cb4b16"
        },
        "Attribute" : {
            "text-color" : "#268bd2",
            "selected-text-color" : "#268bd2"
        },
        "Char" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "SpecialChar" : {
            "text-color" : "#dc322f",
            "selected-text-color" : "#dc322f"
        },
        "String" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "VerbatimString" : {
            "text-color" : "#23837a",
            "selected-text-color" : "#23837a"
        },
        "SpecialString" : {
            "text-color" : "#dc322f",
            "selected-text-color" : "#dc322f"
        },
        "Import" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "DataType" : {
            "text-color" : "#b58900",
            "selected-text-color" : "#b58900",
            "bold" : true
        },
        "DecVal" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "BaseN" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "Float" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "Constant" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198",
            "bold" : true
        },
        "Comment" : {
            "text-color" : "#93a1a1",
            "selected-text-color" : "#586e75",
            "italic" : true
        },
        "Documentation" : {
            "text-color" : "#dc322f",
            "selected-text-color" : "#dc322f"
        },
        "Annotation" : {
            "text-color" : "#268bd2",
            "selected-text-color" : "#268bd2"
        },
        "CommentVar" : {
            "text-color" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "RegionMarker" : {
            "text-color" : "#268bd2",
            "selected-text-color" : "#268bd2",
            "background-color" : "#eee8d5"
        },
        "Information" : {
            "text-color" : "#b58900",
            "selected-text-color" : "#b58900"
        },
        "Warning" : {
            "text-color" : "#cb4b16",
            "selected-text-color" : "#cb4b16"
        },
        "Alert" : {
            "text-color" : "#d33682",
            "selected-text-color" : "#d33682",
            "bold" : true
        },
        "Error" : {
            "text-color" : "#dc322f",
            "selected-text-color" : "#dc322f",
            "underline" : true
        },
        "Others" : {
            "text-color" : "#859900",
            "selected-text-color" : "#859900"
        }
   },
    "editor-colors": {
        "BackgroundColor" : "#fdf6e3",
        "CodeFolding" : "#6c71c4",
        "BracketMatching" : "#eee8d5",
        "CurrentLine" : "#eee8d5",
        "IconBorder" : "#eee8d5",
        "IndentationLine" : "#eee8d5",
        "LineNumbers" : "#93a1a1",
        "CurrentLineNumber" : "#93a1a1",
        "MarkBookmark" : "#268bd2",
        "MarkBreakpointActive" : "#dc322f",
        "MarkBreakpointReached" : "#b58900",
        "MarkBreakpointDisabled" : "#d33682",
        "MarkExecution" : "#93a1a1",
        "MarkWarning" : "#cb4b16",
        "MarkError" : "#dc322f",
        "ModifiedLines" : "#cb4b16",
        "ReplaceHighlight" : "#859900",
        "SavedLines" : "#2aa198",
        "SearchHighlight" : "#b58900",
        "TextSelection" : "#073642",
        "Separator" : "#e0dccc",
        "SpellChecking" : "#dc322f",
        "TabMarker" : "#93a1a1",
        "TemplateBackground" : "#eee8d5",
        "TemplatePlaceholder" : "#eee8d5",
        "TemplateFocusedPlaceholder" : "#eee8d5",
        "TemplateReadOnlyPlaceholder" : "#eee8d5",
        "WordWrapMarker" : "#93a1a1"
    },
    "custom-styles": {
        "XML": {
            "Element": {
                "selected-text-color": "#268bd2",
                "text-color": "#268bd2"
            },
            "Element Symbols": {
                "selected-text-color": "#93a1a1",
                "text-color": "#839496"
            }
        }
    }
}