lnav/src/themes/eldar.json

194 lines
6.4 KiB
JSON
Raw Normal View History

2019-05-08 15:05:09 +02:00
{
2020-05-07 16:08:59 +02:00
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
2019-05-08 15:05:09 +02:00
"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()"
2019-05-08 15:05:09 +02:00
},
"styles": {
"identifier": {
"background-color": "",
"color": "semantic()"
2019-05-08 15:05:09 +02:00
},
"text": {
"color": "$white",
"background-color": ""
2019-05-08 15:05:09 +02:00
},
"alt-text": {
"color": "$white",
"background-color": "",
2019-05-08 15:05:09 +02:00
"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"
},
2019-05-08 15:05:09 +02:00
"popup": {
"color": "$black",
"background-color": "Grey37"
2022-04-13 01:07:13 +02:00
},
"scrollbar": {
"color": "$black",
"background-color": "$white"
},
2022-04-13 01:07:13 +02:00
"h1": {
"underline": true
},
"h2": {
"underline": true
},
"h3": {
"underline": true
},
"h4": {
"underline": true
},
"h5": {
"underline": true
},
"h6": {
"underline": true
2019-05-08 15:05:09 +02:00
}
},
"syntax-styles": {
"keyword": {
"color": "$yellow"
},
"string": {
"color": "$magenta",
"bold": true
},
"comment": {
"color": "$cyan"
},
"doc-directive": {
"color": "$green"
},
2019-05-08 15:05:09 +02:00
"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"
},
2022-06-29 08:15:50 +02:00
"spectrogram-low": {
"background-color": "$green"
},
"spectrogram-medium": {
"background-color": "$yellow"
},
"spectrogram-high": {
"background-color": "$red"
},
2019-05-08 15:05:09 +02:00
"file": {
"color": "$blue"
}
},
"status-styles": {
"title": {
"color": "$black",
"background-color": "$blue",
"bold": true
},
"subtitle": {
"color": "$black",
"background-color": "$cyan",
"bold": true
},
"text": {
"color": "$black",
2022-05-11 06:58:32 +02:00
"background-color": "#999"
2019-05-08 15:05:09 +02:00
},
"warn": {
"color": "$yellow",
2022-05-11 06:58:32 +02:00
"background-color": "#999"
2019-05-08 15:05:09 +02:00
},
"alert": {
"color": "$red",
2022-05-11 06:58:32 +02:00
"background-color": "#999"
2019-05-08 15:05:09 +02:00
},
"active": {
"color": "$green",
2022-05-11 06:58:32 +02:00
"background-color": "#999"
2019-05-08 15:05:09 +02:00
},
2022-07-23 06:35:01 +02:00
"info": {
"color": "$black",
"background-color": "Grey"
},
2019-05-08 15:05:09 +02:00
"inactive": {
"color": "$black",
"background-color": "Grey"
},
"inactive-alert": {
"color": "$red",
"background-color": "Grey"
2019-05-08 15:05:09 +02:00
}
},
"log-level-styles": {
"warning": {
"color": "$yellow"
},
"error": {
"color": "$red"
},
"critical": {
"color": "$red"
},
"fatal": {
"color": "$red"
}
}
}
}
}
}