80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "material-palenight",
|
|
"line": {
|
|
"fg": "#a6accd",
|
|
"bg": "#292d3e"
|
|
},
|
|
"background": {
|
|
"bg": "#292d3e"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#3c435e"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#292d3e",
|
|
"bg": "#ffcb6b"
|
|
},
|
|
"insert": {
|
|
"fg": "#292d3e",
|
|
"bg": "#c3e88d"
|
|
},
|
|
"command": {
|
|
"fg": "#292d3e",
|
|
"bg": "#c792ea"
|
|
},
|
|
"replace": {
|
|
"fg": "#292d3e",
|
|
"bg": "#f07178"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#676e95",
|
|
"bg": "#292d3e"
|
|
},
|
|
"current_line": {
|
|
"fg": "#a6accd",
|
|
"bg": "#1b1e2b"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#a6accd",
|
|
"bg": "#1b1e2b"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#f07178",
|
|
"bg": "#292d3e"
|
|
},
|
|
"output_border": {
|
|
"fg": "#3c435e",
|
|
"bg": "#1b1e2b"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#82aaff",
|
|
"bg": "#292d3e"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#676e95",
|
|
"function": "#82aaff",
|
|
"keyword": "#c792ea",
|
|
"number": "#f78c6c",
|
|
"string": "#c3e88d",
|
|
"type": "#ffcb6b",
|
|
"variable": "#a6accd"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#a6accd",
|
|
"function.call": "#82aaff",
|
|
"keyword.return": "#f07178",
|
|
"string.escape": "#89ddff",
|
|
"variable.parameter": "#ff5370"
|
|
}
|
|
}
|
|
}
|