aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/syntax-highlighting/data/themes/solarized-dark.theme
blob: 42a6eacbe8fc112273622805e81aaba8da8775f2 (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
{
    "metadata" : {
        "revision" : 1,
        "name" : "Solarized Dark"
    },
    "text-styles": {
        "Normal" : {
            "text-color" : "#839496",
            "selected-text-color" : "#586e75",
            "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" : "#2aa198",
            "selected-text-color" : "#2aa198"
        },
        "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" : "#586e75",
            "selected-text-color" : "#93a1a1",
            "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" : "#073642"
        },
        "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": {
        "background-color" : "#002b36",
        "code-folding" : "#6c71c4",
        "bracket-matching" : "#073642",
        "current-line" : "#073642",
        "icon-border" : "#073642",
        "indentation-line" : "#073642",
        "line-numbers" : "#586e75",
        "current-line-number" : "#586e75",
        "mark-bookmark" : "#268bd2",
        "mark-breakpoint-active" : "#dc322f",
        "mark-breakpoint-reached" : "#b58900",
        "mark-breakpoint-disabled" : "#d33682",
        "mark-execution" : "#586e75",
        "mark-warning" : "#cb4b16",
        "mark-error" : "#dc322f",
        "modified-lines" : "#cb4b16",
        "replace-highlight" : "#859900",
        "saved-lines" : "#2aa198",
        "search-highlight" : "#b58900",
        "selection" : "#eee8d5",
        "separator" : "#586e75",
        "spell-checking" : "#dc322f",
        "tab-marker" : "#586e75",
        "template-background" : "#073642",
        "template-placeholder" : "#073642",
        "template-focused-placeholder" : "#073642",
        "template-read-only-placeholder" : "#073642",
        "word-wrap-marker" : "#586e75"
    }
}