summaryrefslogtreecommitdiffstats
path: root/src/themes/night-owl.json
blob: 7e775e3b53dbfbdab83856de95cc248e02cf1f06 (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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "ui": {
        "theme-defs": {
            "night-owl": {
                "vars": {
                    "black": "#011627",
                    "red": "#ff6868",
                    "green": "#007f00",
                    "yellow": "#cdcd00",
                    "blue": "#5394ec",
                    "magenta": "#ff70ff",
                    "cyan": "#33cccc",
                    "white": "#d6deeb",
                    "semantic_highlight_color": "semantic()"
                },
                "styles": {
                    "identifier": {
                        "background-color": "#011627",
                        "color": "semantic()"
                    },
                    "text": {
                        "color": "#d6deeb",
                        "background-color": "#011627"
                    },
                    "alt-text": {
                        "color": "#d6deeb",
                        "background-color": "#011627",
                        "bold": true
                    },
                    "ok": {
                        "color": "$green",
                        "bold": true
                    },
                    "error": {
                        "color": "#ef5350",
                        "bold": true
                    },
                    "warning": {
                        "color": "#b39554",
                        "bold": true
                    },
                    "hidden": {
                        "color": "$yellow",
                        "bold": true
                    },
                    "adjusted-time": {
                        "color": "$magenta"
                    },
                    "skewed-time": {
                        "color": "$yellow"
                    },
                    "offset-time": {
                        "color": "$cyan"
                    },
                    "invalid-msg": {
                        "color": "$yellow"
                    },
                    "focused": {
                        "color": "$black",
                        "background-color": "#666"
                    },
                    "disabled-focused": {
                        "color": "$white",
                        "background-color": "#333"
                    },
                    "popup": {
                        "color": "$base00",
                        "background-color": "$base3"
                    },
                    "h1": {
                        "underline": true
                    },
                    "h2": {
                        "underline": true
                    },
                    "h3": {
                        "underline": true
                    },
                    "h4": {
                        "underline": true
                    },
                    "h5": {
                        "underline": true
                    },
                    "h6": {
                        "underline": true
                    }
                },
                "syntax-styles": {
                    "keyword": {
                        "color": "#c792ea"
                    },
                    "string": {
                        "color": "#ecc48d",
                        "bold": true
                    },
                    "comment": {
                        "color": "#676e95"
                    },
                    "doc-directive": {
                        "color": "#addb67"
                    },
                    "variable": {
                        "color": "#addb67"
                    },
                    "symbol": {
                        "color": "#82aaff"
                    },
                    "number": {
                        "color": "#f78c6c"
                    },
                    "re-special": {
                        "color": "$cyan"
                    },
                    "re-repeat": {
                        "color": "$yellow"
                    },
                    "diff-delete": {
                        "color": "#b03435"
                    },
                    "diff-add": {
                        "color": "#264b33"
                    },
                    "diff-section": {
                        "color": "$magenta"
                    },
                    "spectrogram-low": {
                        "background-color": "$green"
                    },
                    "spectrogram-medium": {
                        "background-color": "$yellow"
                    },
                    "spectrogram-high": {
                        "background-color": "$red"
                    },
                    "file": {
                        "color": "#82aaff"
                    }
                },
                "status-styles": {
                    "disabled-title": {
                        "color": "#5394ec",
                        "background-color": "#353535",
                        "bold": true
                    },
                    "title": {
                        "color": "#f8f0f0",
                        "background-color": "#2d5a80",
                        "bold": true
                    },
                    "subtitle": {
                        "color": "#f8f8f0",
                        "background-color": "#005f5f"
                    },
                    "info": {
                        "color": "#aaa",
                        "background-color": "#0F1F2B"
                    },
                    "text": {
                        "color": "#f8f8f0",
                        "background-color": "#162d40"
                    },
                    "warn": {
                        "color": "#b39554",
                        "background-color": "#162d40"
                    },
                    "alert": {
                        "color": "#ef5350",
                        "background-color": "#162d40"
                    },
                    "active": {
                        "color": "#264b33",
                        "background-color": "#162d40"
                    },
                    "inactive": {
                        "color": "#f0f0f0",
                        "background-color": "#0F1F2B"
                    },
                    "inactive-alert": {
                        "color": "#ef5350",
                        "background-color": "#0F1F2B"
                    },
                    "hotkey": {
                        "color": "#2d5a80",
                        "bold": true,
                        "underline": true
                    },
                    "title-hotkey": {
                        "color": "$black",
                        "background-color": "#2d5a80",
                        "bold": true,
                        "underline": true
                    }
                },
                "log-level-styles": {
                    "warning": {
                        "color": "#b39554"
                    },
                    "error": {
                        "color": "#ef5350"
                    },
                    "critical": {
                        "color": "#ef5350"
                    },
                    "fatal": {
                        "color": "#ef5350"
                    }
                }
            }
        }
    }
}