mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
be377dea27
Related to #705
4835 lines
178 KiB
Plaintext
4835 lines
178 KiB
Plaintext
{
|
|
"tuning": {
|
|
"archive-manager": {
|
|
"min-free-space": 33554432,
|
|
"cache-ttl": "2d"
|
|
},
|
|
"piper": {
|
|
"max-size": 10485760,
|
|
"rotations": 4,
|
|
"ttl": "2d"
|
|
},
|
|
"file-vtab": {
|
|
"max-content-size": 33554432
|
|
},
|
|
"logfile": {
|
|
"max-unrecognized-lines": 1000
|
|
},
|
|
"remote": {
|
|
"cache-ttl": "2d",
|
|
"ssh": {
|
|
"command": "ssh",
|
|
"transfer-command": "cat > {0:} && chmod ugo+rx ./{0:}",
|
|
"start-command": "bash -c ./{0:}",
|
|
"flags": "",
|
|
"options": {
|
|
|
|
},
|
|
"config": {
|
|
"BatchMode": "yes",
|
|
"ConnectTimeout": "10"
|
|
}
|
|
}
|
|
},
|
|
"clipboard": {
|
|
"impls": {
|
|
"MacOS": {
|
|
"test": "command -v pbcopy",
|
|
"general": {
|
|
"write": "pbcopy",
|
|
"read": "pbpaste -Prefer txt"
|
|
},
|
|
"find": {
|
|
"write": "pbcopy -pboard find",
|
|
"read": "pbpaste -pboard find -Prefer txt"
|
|
}
|
|
},
|
|
"NeoVim": {
|
|
"test": "command -v win32yank.exe",
|
|
"general": {
|
|
"write": "win32yank.exe -i --crlf",
|
|
"read": "win32yank.exe -o --lf"
|
|
},
|
|
"find": {
|
|
"write": "",
|
|
"read": ""
|
|
}
|
|
},
|
|
"Wayland": {
|
|
"test": "test -n \"$WAYLAND_DISPLAY\"",
|
|
"general": {
|
|
"write": "wl-copy --foreground --type text/plain",
|
|
"read": "wl-paste --no-newline"
|
|
},
|
|
"find": {
|
|
"write": "",
|
|
"read": ""
|
|
}
|
|
},
|
|
"Windows": {
|
|
"test": "command -v clip.exe",
|
|
"general": {
|
|
"write": "clip.exe",
|
|
"read": ""
|
|
},
|
|
"find": {
|
|
"write": "",
|
|
"read": ""
|
|
}
|
|
},
|
|
"X11-xclip": {
|
|
"test": "test -n \"$DISPLAY\" && command -v xclip",
|
|
"general": {
|
|
"write": "xclip -i -selection clipboard",
|
|
"read": "xclip -o -selection clipboard"
|
|
},
|
|
"find": {
|
|
"write": "",
|
|
"read": ""
|
|
}
|
|
},
|
|
"tmux": {
|
|
"test": "test -n \"$TMUX\" -a -z \"$SSH_CLIENT\"",
|
|
"general": {
|
|
"write": "tmux load-buffer -",
|
|
"read": "tmux save-buffer -"
|
|
},
|
|
"find": {
|
|
"write": "",
|
|
"read": ""
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"url-scheme": {
|
|
"docker": {
|
|
"handler": "docker-url-handler"
|
|
},
|
|
"hw": {
|
|
"handler": "hw-url-handler"
|
|
},
|
|
"piper": {
|
|
"handler": "piper-url-handler"
|
|
}
|
|
}
|
|
},
|
|
"ui": {
|
|
"clock-format": "%Y-%m-%dT%H:%M:%S %Z",
|
|
"dim-text": false,
|
|
"default-colors": true,
|
|
"keymap": "default",
|
|
"theme": "default",
|
|
"theme-defs": {
|
|
"default": {
|
|
"vars": {
|
|
"semantic_highlight_color": "semantic()"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "Silver",
|
|
"background-color": "Black",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "#262626",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "Red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "Green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "Cyan1",
|
|
"background-color": "Red",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "Maroon",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "Teal",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "Silver",
|
|
"background-color": "Teal",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "Black",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "Black",
|
|
"background-color": "#888",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "Black",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "Teal",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "Teal",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "Blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"string": {
|
|
"color": "Green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "Green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "Teal",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "Teal",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "Blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"type": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "Teal",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "Red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "Green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "Maroon",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "Blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "Black",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "Yellow",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "Red",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "Green",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "Red",
|
|
"background-color": "Grey37",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "Silver",
|
|
"background-color": "Grey37",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "Teal",
|
|
"background-color": "Blue",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "Silver",
|
|
"background-color": "Blue",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "Black",
|
|
"background-color": "Silver",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"subtitle": {
|
|
"color": "Black",
|
|
"background-color": "Teal",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "Silver",
|
|
"background-color": "Grey37",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "Purple",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": true
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "Yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "Red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "Red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "Red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
"colors": {
|
|
"pattern": "(?:#[a-fA-F0-9]{6}|#[a-fA-F0-9]{3}\\b)",
|
|
"style": {
|
|
"color": "${semantic_highlight_color}",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"ipv4": {
|
|
"pattern": "\\b(?<!\\d\\.)\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\b(?!\\.\\d)",
|
|
"style": {
|
|
"color": "${semantic_highlight_color}",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"xml": {
|
|
"pattern": "</?([^ >=!]+)[^>]*>",
|
|
"style": {
|
|
"color": "${semantic_highlight_color}",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"xml-decl": {
|
|
"pattern": "<!([^ >=!]+)[^>]*>",
|
|
"style": {
|
|
"color": "${semantic_highlight_color}",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dracula": {
|
|
"vars": {
|
|
"black": "#282A36",
|
|
"blue": "#BD93F9",
|
|
"cyan": "#8BE9FD",
|
|
"green": "#50FA7B",
|
|
"magenta": "#FF79C6",
|
|
"orange": "#FFB86C",
|
|
"pink": "#FF79C6",
|
|
"purple": "#BD93F9",
|
|
"red": "#FF5555",
|
|
"semantic_highlight_color": "semantic()",
|
|
"white": "#F8F8F2",
|
|
"yellow": "#F1FA8C"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "$black",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "#1c1c1c",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "#44475A",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "#2a2c38",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$black",
|
|
"background-color": "$cyan",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "$black",
|
|
"background-color": "$white",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "$white",
|
|
"background-color": "#333",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$black",
|
|
"background-color": "#888",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "$purple",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"h2": {
|
|
"color": "$purple",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "$purple",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "#6272A4",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "#99a",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"quote-border": {
|
|
"color": "#666",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "$yellow",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "$blue",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "$cyan",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "$green",
|
|
"background-color": "#121212",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "$orange",
|
|
"background-color": "#121212",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "#444",
|
|
"background-color": "#121212",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "$pink",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"string": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "#6272A4",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "$pink",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "$orange",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "#78dce8",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"type": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "$pink",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "#f00",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "#0f0",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "#6272A4",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "$yellow",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "$red",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "$green",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "$red",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "#555",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "$black",
|
|
"background-color": "#5394ec",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "#5394ec",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "#5394ec",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"subtitle": {
|
|
"color": "#555",
|
|
"background-color": "#66d9ee",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "#aaa",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "#fff",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
},
|
|
"eldar": {
|
|
"vars": {
|
|
"black": "#000000",
|
|
"blue": "#729fcf",
|
|
"cyan": "#34e2e2",
|
|
"green": "#8ae234",
|
|
"magenta": "#ad7fa8",
|
|
"red": "#ef2929",
|
|
"semantic_highlight_color": "semantic()",
|
|
"white": "#ffffff",
|
|
"yellow": "#fce94f"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "$white",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "$red",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$black",
|
|
"background-color": "Grey37",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$black",
|
|
"background-color": "$white",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"string": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"type": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "$black",
|
|
"background-color": "#999",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "$yellow",
|
|
"background-color": "#999",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "$red",
|
|
"background-color": "#999",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "$green",
|
|
"background-color": "#999",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "$red",
|
|
"background-color": "Grey",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "$black",
|
|
"background-color": "Grey",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "$black",
|
|
"background-color": "$blue",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"subtitle": {
|
|
"color": "$black",
|
|
"background-color": "$cyan",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "$black",
|
|
"background-color": "Grey",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
},
|
|
"grayscale": {
|
|
"vars": {
|
|
"black": "#2d2a2e",
|
|
"blue": "#5394ec",
|
|
"cyan": "#66d9ee",
|
|
"green": "#a7e22e",
|
|
"magenta": "#ae81ff",
|
|
"plaintext": "#ccc",
|
|
"red": "#f92772",
|
|
"white": "#f6f6f6",
|
|
"yellow": "#fe9720"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "$red",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$plaintext",
|
|
"background-color": "#626262",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "$black",
|
|
"background-color": "$plaintext",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "$plaintext",
|
|
"background-color": "#333",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$black",
|
|
"background-color": "#888",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"string": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"comment": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"type": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "$yellow",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "$red",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "$green",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "$red",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "#555",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "$black",
|
|
"background-color": "#5394ec",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "#8a8a8a",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "#5394ec",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"subtitle": {
|
|
"color": "#e4e4e4",
|
|
"background-color": "#626262",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "#555",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "#fff",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
},
|
|
"monocai": {
|
|
"vars": {
|
|
"black": "#2d2a2e",
|
|
"blue": "#5394ec",
|
|
"cyan": "#66d9ee",
|
|
"green": "#a7e22e",
|
|
"magenta": "#ae81ff",
|
|
"red": "#f92772",
|
|
"semantic_highlight_color": "semantic()",
|
|
"white": "#808080",
|
|
"yellow": "#fe9720"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "$black",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "#1c1c1c",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "#7f005f",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "#5f005f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$white",
|
|
"background-color": "$cyan",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "$black",
|
|
"background-color": "$white",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "$white",
|
|
"background-color": "#333",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$black",
|
|
"background-color": "#888",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"h2": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "#99a",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"quote-border": {
|
|
"color": "#666",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "$blue",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "#eee",
|
|
"background-color": "#444",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "$red",
|
|
"background-color": "#121212",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "#eee",
|
|
"background-color": "#121212",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "#444",
|
|
"background-color": "#121212",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "#ff6188",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"string": {
|
|
"color": "#ffd866",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "#949194",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "#a9dc76",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "#a9dc76",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "#78dce8",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"type": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "#f00",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "#0f0",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "#656e76",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "$yellow",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "$red",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "$green",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "$red",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "#555",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "$black",
|
|
"background-color": "#5394ec",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "#f6f6f6",
|
|
"background-color": "#5394ec",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "#5394ec",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"subtitle": {
|
|
"color": "#555",
|
|
"background-color": "#66d9ee",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "#aaa",
|
|
"background-color": "#2f2f2f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "#fff",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
},
|
|
"night-owl": {
|
|
"vars": {
|
|
"black": "#011627",
|
|
"blue": "#5394ec",
|
|
"cyan": "#33cccc",
|
|
"green": "#007f00",
|
|
"magenta": "#ff70ff",
|
|
"red": "#ff6868",
|
|
"semantic_highlight_color": "semantic()",
|
|
"white": "#d6deeb",
|
|
"yellow": "#cdcd00"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "#011627",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "#d6deeb",
|
|
"background-color": "#011627",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "#1c1c1c",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "#ef5350",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "#b39554",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "$red",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$base00",
|
|
"background-color": "$base3",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "$black",
|
|
"background-color": "#666",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "$white",
|
|
"background-color": "#333",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$black",
|
|
"background-color": "$white",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "#c792ea",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"string": {
|
|
"color": "#ecc48d",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "#676e95",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "#addb67",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "#addb67",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "#82aaff",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "#f78c6c",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"type": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "#b03435",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "#264b33",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "#82aaff",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "#f8f8f0",
|
|
"background-color": "#162d40",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "#b39554",
|
|
"background-color": "#162d40",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "#ef5350",
|
|
"background-color": "#162d40",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "#264b33",
|
|
"background-color": "#162d40",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "#ef5350",
|
|
"background-color": "#0F1F2B",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "#f0f0f0",
|
|
"background-color": "#0F1F2B",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "$black",
|
|
"background-color": "#2d5a80",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"title": {
|
|
"color": "#f8f0f0",
|
|
"background-color": "#2d5a80",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "#5394ec",
|
|
"background-color": "#353535",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"subtitle": {
|
|
"color": "#f8f8f0",
|
|
"background-color": "#005f5f",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "#aaa",
|
|
"background-color": "#0F1F2B",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "#2d5a80",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": true
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "#b39554",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "#ef5350",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "#ef5350",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "#ef5350",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
},
|
|
"solarized-dark": {
|
|
"vars": {
|
|
"base0": "#839496",
|
|
"base00": "#657b83",
|
|
"base01": "#586e75",
|
|
"base02": "#073642",
|
|
"base03": "#002b36",
|
|
"base1": "#93a1a1",
|
|
"base2": "#eee8d5",
|
|
"base3": "#fdf6e3",
|
|
"black": "#002b36",
|
|
"blue": "#268bd2",
|
|
"cyan": "#2aa198",
|
|
"green": "#859900",
|
|
"magenta": "#d33682",
|
|
"orange": "#cb4b16",
|
|
"red": "#dc322f",
|
|
"semantic_highlight_color": "semantic()",
|
|
"violet": "#6c71c4",
|
|
"yellow": "#b58900"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "$base0",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "$base02",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "$red",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$base00",
|
|
"background-color": "$base3",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "$base03",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "$base0",
|
|
"background-color": "$base02",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$base03",
|
|
"background-color": "$base0",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"string": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "$base01",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"type": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "$base2",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "$yellow",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "$red",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "$green",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "$red",
|
|
"background-color": "$base02",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "$base1",
|
|
"background-color": "$base02",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "$base02",
|
|
"background-color": "$blue",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"subtitle": {
|
|
"color": "$base00",
|
|
"background-color": "$cyan",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "$base1",
|
|
"background-color": "$base02",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
},
|
|
"solarized-light": {
|
|
"vars": {
|
|
"base0": "#839496",
|
|
"base00": "#657b83",
|
|
"base01": "#586e75",
|
|
"base02": "#073642",
|
|
"base03": "#002b36",
|
|
"base1": "#93a1a1",
|
|
"base2": "#eee8d5",
|
|
"base3": "#fdf6e3",
|
|
"black": "#002b36",
|
|
"blue": "#268bd2",
|
|
"cyan": "#2aa198",
|
|
"green": "#859900",
|
|
"magenta": "#d33682",
|
|
"orange": "#cb4b16",
|
|
"red": "#dc322f",
|
|
"semantic_highlight_color": "semantic()",
|
|
"violet": "#6c71c4",
|
|
"yellow": "#b58900"
|
|
},
|
|
"styles": {
|
|
"identifier": {
|
|
"color": "semantic()",
|
|
"background-color": "$base3",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"text": {
|
|
"color": "$base00",
|
|
"background-color": "$base3",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alt-text": {
|
|
"color": "",
|
|
"background-color": "$base2",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"ok": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"hidden": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"cursor-line": {
|
|
"color": "$cyan",
|
|
"background-color": "$red",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"disabled-cursor-line": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"adjusted-time": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"skewed-time": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"offset-time": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid-msg": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"popup": {
|
|
"color": "$base00",
|
|
"background-color": "$base3",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"focused": {
|
|
"color": "$base03",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"disabled-focused": {
|
|
"color": "$base0",
|
|
"background-color": "$base02",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"scrollbar": {
|
|
"color": "$base3",
|
|
"background-color": "$base00",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"h1": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"h6": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": true,
|
|
"bold": false
|
|
},
|
|
"hr": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hyperlink": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"list-glyph": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"breadcrumb": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"table-header": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"footnote-text": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"snippet-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"indent-guide": {
|
|
"color": "#444",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"syntax-styles": {
|
|
"inline-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"quoted-code": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"code-border": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"keyword": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"string": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"comment": {
|
|
"color": "$base1",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"doc-directive": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"variable": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"symbol": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"number": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"type": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"function": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"separators-references-accessors": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-special": {
|
|
"color": "$cyan",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"re-repeat": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-delete": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-add": {
|
|
"color": "$green",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"diff-section": {
|
|
"color": "$magenta",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-low": {
|
|
"color": "",
|
|
"background-color": "$green",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-medium": {
|
|
"color": "",
|
|
"background-color": "$yellow",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"spectrogram-high": {
|
|
"color": "",
|
|
"background-color": "$red",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"file": {
|
|
"color": "$blue",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"status-styles": {
|
|
"text": {
|
|
"color": "$base2",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warn": {
|
|
"color": "$yellow",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"alert": {
|
|
"color": "$red",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"active": {
|
|
"color": "$green",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive-alert": {
|
|
"color": "$red",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"inactive": {
|
|
"color": "$base1",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title-hotkey": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"title": {
|
|
"color": "$base2",
|
|
"background-color": "$base0",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"disabled-title": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"subtitle": {
|
|
"color": "$base2",
|
|
"background-color": "$base01",
|
|
"underline": false,
|
|
"bold": true
|
|
},
|
|
"info": {
|
|
"color": "$base1",
|
|
"background-color": "$base03",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"hotkey": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"log-level-styles": {
|
|
"trace": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug5": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug4": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug3": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug2": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"debug": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"info": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"stats": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"notice": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"warning": {
|
|
"color": "$yellow",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"error": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"critical": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"fatal": {
|
|
"color": "$red",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
},
|
|
"invalid": {
|
|
"color": "",
|
|
"background-color": "",
|
|
"underline": false,
|
|
"bold": false
|
|
}
|
|
},
|
|
"highlights": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"movement": {
|
|
"mode": "top"
|
|
},
|
|
"keymap-defs": {
|
|
"de": {
|
|
"x21": {
|
|
"command": ":goto last 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x22": {
|
|
"command": ":goto last 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x24": {
|
|
"command": ":goto last 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x25": {
|
|
"command": ":goto last 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x26": {
|
|
"command": ":goto last hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x31": {
|
|
"command": ":goto next 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x32": {
|
|
"command": ":goto next 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x33": {
|
|
"command": ":goto next 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x34": {
|
|
"command": ":goto next 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x35": {
|
|
"command": ":goto next 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x36": {
|
|
"command": ":goto next hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x37": {
|
|
"command": ":goto previous minute",
|
|
"alt-msg": ""
|
|
},
|
|
"x38": {
|
|
"command": ":goto next minute",
|
|
"alt-msg": ""
|
|
},
|
|
"xc2xa7": {
|
|
"command": ":goto last 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
}
|
|
},
|
|
"default": {
|
|
"x04": {
|
|
"command": ";UPDATE lnav_views SET top = top + (height / 2), selection = (CASE movement WHEN 'top' THEN selection ELSE top + (height / 2) + (selection - top) END) WHERE name = (SELECT name FROM lnav_top_view)",
|
|
"alt-msg": ""
|
|
},
|
|
"x06": {
|
|
"command": ";UPDATE lnav_view_filters SET enabled = 1 - enabled WHERE view_name = (SELECT name FROM lnav_view_stack WHERE name in ('log', 'text') ORDER BY rowid DESC LIMIT 1)",
|
|
"alt-msg": ""
|
|
},
|
|
"x0c": {
|
|
"command": ":write-screen-to -",
|
|
"alt-msg": ""
|
|
},
|
|
"x12": {
|
|
"command": ":reset-session",
|
|
"alt-msg": ""
|
|
},
|
|
"x15": {
|
|
"command": ";UPDATE lnav_views SET top = top - (height / 2), selection = (CASE movement WHEN 'top' THEN selection ELSE top - (height / 2) + (selection - top) END) WHERE name = (SELECT name FROM lnav_top_view)",
|
|
"alt-msg": ""
|
|
},
|
|
"x18": {
|
|
"command": ";UPDATE lnav_views SET movement = (CASE movement WHEN 'top' THEN 'cursor' ELSE 'top' END) WHERE name = (SELECT name FROM lnav_top_view)",
|
|
"alt-msg": ""
|
|
},
|
|
"x21": {
|
|
"command": ":goto last 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x23": {
|
|
"command": ":goto last 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x24": {
|
|
"command": ":goto last 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x25": {
|
|
"command": ":goto last 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x2f": {
|
|
"command": ":prompt search",
|
|
"alt-msg": ""
|
|
},
|
|
"x31": {
|
|
"command": ":goto next 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x32": {
|
|
"command": ":goto next 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x33": {
|
|
"command": ":goto next 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x34": {
|
|
"command": ":goto next 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x35": {
|
|
"command": ":goto next 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x36": {
|
|
"command": ":goto next hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x37": {
|
|
"command": ":goto previous minute",
|
|
"alt-msg": ""
|
|
},
|
|
"x38": {
|
|
"command": ":goto next minute",
|
|
"alt-msg": ""
|
|
},
|
|
"x3a": {
|
|
"command": ":prompt command",
|
|
"alt-msg": ""
|
|
},
|
|
"x3b": {
|
|
"command": ":prompt sql",
|
|
"alt-msg": ""
|
|
},
|
|
"x3d": {
|
|
"command": ";UPDATE lnav_views SET paused = 1 - paused",
|
|
"alt-msg": ""
|
|
},
|
|
"x3f": {
|
|
"command": ":toggle-view help",
|
|
"alt-msg": ""
|
|
},
|
|
"x40": {
|
|
"command": ":goto last 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x45": {
|
|
"command": ":prev-mark error",
|
|
"alt-msg": "${keymap_def_alt_warning}"
|
|
},
|
|
"x4e": {
|
|
"command": ":prev-mark search",
|
|
"alt-msg": "${keymap_def_scroll_horiz}"
|
|
},
|
|
"x50": {
|
|
"command": ":toggle-view pretty",
|
|
"alt-msg": "${keymap_def_pop_view}"
|
|
},
|
|
"x51": {
|
|
"command": "|lnav-pop-view ${keyseq}",
|
|
"alt-msg": ""
|
|
},
|
|
"x55": {
|
|
"command": ":prev-mark",
|
|
"alt-msg": ""
|
|
},
|
|
"x57": {
|
|
"command": ":prev-mark warning",
|
|
"alt-msg": "${keymap_def_alt_hour_boundary}"
|
|
},
|
|
"x58": {
|
|
"command": ":close",
|
|
"alt-msg": ""
|
|
},
|
|
"x5e": {
|
|
"command": ":goto last hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x63": {
|
|
"command": ":write-to /dev/clipboard",
|
|
"alt-msg": "${keymap_def_clear}"
|
|
},
|
|
"x65": {
|
|
"command": ":next-mark error",
|
|
"alt-msg": "${keymap_def_alt_warning}"
|
|
},
|
|
"x67": {
|
|
"command": ":goto 0",
|
|
"alt-msg": ""
|
|
},
|
|
"x69": {
|
|
"command": ":toggle-view histogram",
|
|
"alt-msg": "${keymap_def_zoom}"
|
|
},
|
|
"x6d": {
|
|
"command": ":mark",
|
|
"alt-msg": "${keymap_def_next_user_mark}"
|
|
},
|
|
"x6e": {
|
|
"command": ":next-mark search",
|
|
"alt-msg": "${keymap_def_scroll_horiz}"
|
|
},
|
|
"x70": {
|
|
"command": ";UPDATE lnav_views SET options = json_set(options, '$.row-details', CASE jget(options, '/row-details', 'hide') WHEN 'hide' THEN 'show' ELSE 'hide' END) WHERE name = (SELECT name FROM lnav_top_view)",
|
|
"alt-msg": ""
|
|
},
|
|
"x71": {
|
|
"command": "|lnav-pop-view ${keyseq}",
|
|
"alt-msg": ""
|
|
},
|
|
"x75": {
|
|
"command": ":next-mark",
|
|
"alt-msg": "${keymap_def_next_mark}"
|
|
},
|
|
"x76": {
|
|
"command": ":toggle-view db",
|
|
"alt-msg": ""
|
|
},
|
|
"x77": {
|
|
"command": ":next-mark warning",
|
|
"alt-msg": "${keymap_def_alt_hour_boundary}"
|
|
},
|
|
"x7b": {
|
|
"command": ":prev-location",
|
|
"alt-msg": "${keymap_def_next_location}"
|
|
},
|
|
"x7c": {
|
|
"command": ":prompt script",
|
|
"alt-msg": ""
|
|
},
|
|
"x7d": {
|
|
"command": ":next-location",
|
|
"alt-msg": "${keymap_def_prev_location}"
|
|
}
|
|
},
|
|
"fr": {
|
|
"x22": {
|
|
"command": ":goto next 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x26": {
|
|
"command": ":goto next 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x27": {
|
|
"command": ":goto next 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x28": {
|
|
"command": ":goto next 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x2d": {
|
|
"command": ":goto next hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x31": {
|
|
"command": ":goto last 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x32": {
|
|
"command": ":goto last 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x33": {
|
|
"command": ":goto last 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x34": {
|
|
"command": ":goto last 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x35": {
|
|
"command": ":goto last 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x36": {
|
|
"command": ":goto last hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x37": {
|
|
"command": ":goto previous minute",
|
|
"alt-msg": ""
|
|
},
|
|
"xc3xa8": {
|
|
"command": ":goto next minute",
|
|
"alt-msg": ""
|
|
},
|
|
"xc3xa9": {
|
|
"command": ":goto next 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
}
|
|
},
|
|
"sv": {
|
|
"x22": {
|
|
"command": ":goto last 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x26": {
|
|
"command": ":goto last hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x2b": {
|
|
"command": ";UPDATE lnav_views SET paused = 1 - paused",
|
|
"alt-msg": ""
|
|
},
|
|
"x3d": {
|
|
"command": ":goto last day",
|
|
"alt-msg": ""
|
|
},
|
|
"xc2xa4": {
|
|
"command": ":goto last 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"xe2x82xac": {
|
|
"command": ":goto last 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
}
|
|
},
|
|
"uk": {
|
|
"x22": {
|
|
"command": ":goto last 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"xc2xa3": {
|
|
"command": ":goto last 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
}
|
|
},
|
|
"us": {
|
|
"x21": {
|
|
"command": ":goto last 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x23": {
|
|
"command": ":goto last 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x24": {
|
|
"command": ":goto last 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x25": {
|
|
"command": ":goto last 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x31": {
|
|
"command": ":goto next 10 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x32": {
|
|
"command": ":goto next 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x33": {
|
|
"command": ":goto next 30 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x34": {
|
|
"command": ":goto next 40 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x35": {
|
|
"command": ":goto next 50 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x36": {
|
|
"command": ":goto next hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x37": {
|
|
"command": ":goto previous minute",
|
|
"alt-msg": ""
|
|
},
|
|
"x38": {
|
|
"command": ":goto next minute",
|
|
"alt-msg": ""
|
|
},
|
|
"x40": {
|
|
"command": ":goto last 20 minutes after the hour",
|
|
"alt-msg": ""
|
|
},
|
|
"x5e": {
|
|
"command": ":goto last hour",
|
|
"alt-msg": ""
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"log": {
|
|
"date-time": {
|
|
"convert-zoned-to-local": true
|
|
},
|
|
"watch-expressions": {
|
|
|
|
},
|
|
"annotations": {
|
|
"com.vmware.vmacore.backtrace": {
|
|
"description": "Convert a vmacore backtrace into human-readable text",
|
|
"condition": ":log_body LIKE '%[context]%[/context]%'",
|
|
"handler": "com.vmware.btresolver.py"
|
|
},
|
|
"org.lnav.test": {
|
|
"description": "test annotation",
|
|
"condition": ":c_ip IS NOT NULL AND $TEST_ANNO = '1'",
|
|
"handler": "anno-test.sh"
|
|
}
|
|
}
|
|
},
|
|
"global": {
|
|
"keymap_def_alt_hour_boundary": "Press ${ansi_bold}6${ansi_bold}/${ansi_bold}^${ansi_norm} to move to the next/previous hour boundary",
|
|
"keymap_def_alt_warning": "Press ${ansi_bold}w${ansi_norm}/${ansi_bold}W${ansi_norm} to move forward/backward through ${ansi_yellow}warning${ansi_norm} messages",
|
|
"keymap_def_clear": "Press ${ansi_bold}C${ansi_norm} to clear marked messages",
|
|
"keymap_def_db_view": "Press ${ansi_bold}v${ansi_norm}/${ansi_bold}V${ansi_norm} to switch to the SQL result view",
|
|
"keymap_def_hist_view": "Press ${ansi_bold}i${ansi_norm}/${ansi_bold}I${ansi_norm} to switch to the histogram view",
|
|
"keymap_def_next_location": "Press ${ansi_bold}}${ansi_norm} to move to the next location in history",
|
|
"keymap_def_next_mark": "Press ${ansi_bold}c${ansi_norm} to copy marked lines to the clipboard; press ${ansi_bold}C${ansi_norm} to clear marked lines",
|
|
"keymap_def_next_user_mark": "Press ${ansi_bold}u${ansi_norm}/${ansi_bold}U${ansi_norm} to move forward/backward through user bookmarks",
|
|
"keymap_def_pop_view": "Press ${ansi_bold}q${ansi_norm} to return to the previous view",
|
|
"keymap_def_prev_location": "Press ${ansi_bold}{${ansi_norm} to move to the previous location in history",
|
|
"keymap_def_scroll_horiz": "Press \\'${ansi_bold}>${ansi_norm}\\' or \\'${ansi_bold}<${ansi_norm}\\' to scroll horizontally to a search result",
|
|
"keymap_def_text_view": "Press ${ansi_bold}t${ansi_norm} to switch to the text view",
|
|
"keymap_def_zoom": "Press ${ansi_bold}z${ansi_norm}/${ansi_bold}Z${ansi_norm} to zoom in/out"
|
|
}
|
|
}
|
|
|