lnav/src/themes/eldar.json

194 lines
6.4 KiB
JSON

{
"$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"
},
"scrollbar": {
"color": "$black",
"background-color": "$white"
},
"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"
}
}
}
}
}
}