lnav/test/bad-config2/configs/invalid-theme/config.json
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
2023-07-25 20:45:12 -07:00

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("
}
}
}
}
}
}