You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/themes/monocai.json

170 lines
5.7 KiB
JSON

{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"ui": {
"theme-defs": {
"monocai": {
"vars": {
"black": "#2d2a2e",
"red": "#f92772",
"green": "#a7e22e",
"yellow": "#fe9720",
"blue": "#5394ec",
"magenta": "#ae81ff",
"cyan": "#66d9ee",
"white": "#808080"
},
"styles": {
"identifier": {
"background-color": "$black"
},
"text": {
"color": "#f6f6f6",
"background-color": "$black"
},
"alt-text": {
"color": "#f6f6f6",
"background-color": "$black",
"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": "$white",
"background-color": "$cyan"
},
"scrollbar": {
"color": "$black",
"background-color": "#888"
}
},
"syntax-styles": {
"keyword": {
"color": "#ff6188",
"bold": true
},
"string": {
"color": "#ffd866",
"bold": true
},
"comment": {
"color": "#727072"
},
"doc-directive": {
"color": "#a9dc76"
},
"variable": {
"color": "#a9dc76"
},
"symbol": {
"color": "#78dce8"
},
"re-special": {
"color": "$cyan"
},
"re-repeat": {
"color": "$yellow"
},
"diff-delete": {
"color": "#8f5247"
},
"diff-add": {
"color": "#294436"
},
"diff-section": {
"color": "#656e76"
},
"file": {
"color": "$blue"
}
},
"status-styles": {
"disabled-title": {
"color": "#5394ec",
"background-color": "#353535",
"bold": true
},
"title": {
"color": "#f6f6f6",
"background-color": "#5394ec",
"bold": true
},
"subtitle": {
"color": "#555",
"background-color": "#66d9ee",
"bold": true
},
"title-hotkey": {
"color": "$black",
"background-color": "#5394ec",
"underline": true
},
"hotkey": {
"color": "#fff",
"background-color": "#353535",
"underline": true
},
"text": {
"color": "#f6f6f6",
"background-color": "#353535"
},
"warn": {
"color": "$yellow",
"background-color": "#353535"
},
"alert": {
"color": "$red",
"background-color": "#353535"
},
"active": {
"color": "$green",
"background-color": "#353535"
},
"inactive": {
"color": "#555",
"background-color": "#2f2f2f"
}
},
"log-level-styles": {
"warning": {
"color": "$yellow"
},
"error": {
"color": "$red"
},
"critical": {
"color": "$red"
},
"fatal": {
"color": "$red"
}
}
}
}
}
}