mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
b0589d14d9
And... a bunch of other stuff
20 lines
505 B
JSON
20 lines
505 B
JSON
{
|
|
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
|
|
"ui": {
|
|
"theme-defs": {
|
|
"invalid-theme": {
|
|
"styles": {
|
|
"text": {
|
|
"color": "InvalidColor",
|
|
"bad-property": "abc"
|
|
}
|
|
},
|
|
"highlights": {
|
|
"foobar": {
|
|
"pattern": "abc("
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |