summaryrefslogtreecommitdiffstats
path: root/src/themes/eldar.json
blob: 5bce9447a0b9cd46f8e496623c856633b4ef7455 (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
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "ui": {
        "theme-defs": {
            "eldar": {
                "vars": {
                    "black": "#000000",
                    "yellow": "#fce94f",
                    "red": "#ef2929",
                    "magenta": "#ad7fa8",
                    "blue": "#729fcf",
                    "cyan": "#34e2e2",
                    "green": "#8ae234",
                    "white": "#ffffff",
                    "semantic_highlight_color": "semantic()"
                },
                "styles": {
                    "identifier": {
                        "background-color": "",
                        "color": "semantic()"
                    },
                    "text": {
                        "color": "$white",
                        "background-color": ""
                    },
                    "alt-text": {
                        "color": "$white",
                        "background-color": "",
                        "bold": true
                    },
                    "ok": {
                        "color": "$green",
                        "bold": true
                    },
                    "error": {
                        "color": "$red",
                        "bold": true
                    },
                    "warning": {
                        "color": "$yellow",
                        "bold": true
                    },
                    "hidden": {
                        "color": "$yellow",
                        "bold": true
                    },
                    "adjusted-time": {
                        "color": "$magenta"
                    },
                    "skewed-time": {
                        "color": "$yellow"
                    },
                    "offset-time": {
                        "color": "$cyan"
                    },
                    "invalid-msg": {
                        "color": "$yellow"
                    },
                    "popup": {
                        "color": "$black",
                        "background-color": "Grey37"
                    },
                    "h1": {
                        "underline": true
                    },
                    "h2": {
                        "underline": true
                    },
                    "h3": {
                        "underline": true
                    },
                    "h4": {
                        "underline": true
                    },
                    "h5": {
                        "underline": true
                    },
                    "h6": {
                        "underline": true
                    }
                },
                "syntax-styles": {
                    "keyword": {
                        "color": "$yellow"
                    },
                    "string": {
                        "color": "$magenta",
                        "bold": true
                    },
                    "comment": {
                        "color": "$cyan"
                    },
                    "doc-directive": {
                        "color": "$green"
                    },
                    "number": {
                        "color": "$red"
                    },
                    "variable": {
                        "color": "$green"
                    },
                    "symbol": {
                        "color": "$green"
                    },
                    "re-special": {
                        "color": "$cyan"
                    },
                    "re-repeat": {
                        "color": "$yellow"
                    },
                    "diff-delete": {
                        "color": "$red"
                    },
                    "diff-add": {
                        "color": "$green"
                    },
                    "diff-section": {
                        "color": "$magenta"
                    },
                    "spectrogram-low": {
                        "background-color": "$green"
                    },
                    "spectrogram-medium": {
                        "background-color": "$yellow"
                    },
                    "spectrogram-high": {
                        "background-color": "$red"
                    },
                    "file": {
                        "color": "$blue"
                    }
                },
                "status-styles": {
                    "title": {
                        "color": "$black",
                        "background-color": "$blue",
                        "bold": true
                    },
                    "subtitle": {
                        "color": "$black",
                        "background-color": "$cyan",
                        "bold": true
                    },
                    "text": {
                        "color": "$black",
                        "background-color": "#999"
                    },
                    "warn": {
                        "color": "$yellow",
                        "background-color": "#999"
                    },
                    "alert": {
                        "color": "$red",
                        "background-color": "#999"
                    },
                    "active": {
                        "color": "$green",
                        "background-color": "#999"
                    },
                    "info": {
                        "color": "$black",
                        "background-color": "Grey"
                    },
                    "inactive": {
                        "color": "$black",
                        "background-color": "Grey"
                    },
                    "inactive-alert": {
                        "color": "$red",
                        "background-color": "Grey"
                    }
                },
                "log-level-styles": {
                    "warning": {
                        "color": "$yellow"
                    },
                    "error": {
                        "color": "$red"
                    },
                    "critical": {
                        "color": "$red"
                    },
                    "fatal": {
                        "color": "$red"
                    }
                }
            }
        }
    }
}