80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "vscode",
|
|
"line": {
|
|
"fg": "#d4d4d4",
|
|
"bg": "#1e1e1e"
|
|
},
|
|
"background": {
|
|
"bg": "#1e1e1e"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#264f78"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#1e1e1e",
|
|
"bg": "#aeafad"
|
|
},
|
|
"insert": {
|
|
"fg": "#1e1e1e",
|
|
"bg": "#ffffff"
|
|
},
|
|
"command": {
|
|
"fg": "#1e1e1e",
|
|
"bg": "#007acc"
|
|
},
|
|
"replace": {
|
|
"fg": "#1e1e1e",
|
|
"bg": "#f44747"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#858585",
|
|
"bg": "#1e1e1e"
|
|
},
|
|
"current_line": {
|
|
"fg": "#c6c6c6",
|
|
"bg": "#1e1e1e"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#ffffff",
|
|
"bg": "#007acc"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#f44747",
|
|
"bg": "#1e1e1e"
|
|
},
|
|
"output_border": {
|
|
"fg": "#3e3e3e",
|
|
"bg": "#252526"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#569cd6",
|
|
"bg": "#1e1e1e"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#6a9955",
|
|
"function": "#dcdcaa",
|
|
"keyword": "#569cd6",
|
|
"number": "#b5cea8",
|
|
"string": "#ce9178",
|
|
"type": "#4ec9b0",
|
|
"variable": "#9cdcfe"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#6a9955",
|
|
"function.call": "#dcdcaa",
|
|
"keyword.control": "#c586c0",
|
|
"string.escape": "#d7ba7d",
|
|
"variable.parameter": "#9cdcfe"
|
|
}
|
|
}
|
|
}
|