80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "material-deep-ocean",
|
|
"line": {
|
|
"fg": "#a6accd",
|
|
"bg": "#0f111a"
|
|
},
|
|
"background": {
|
|
"bg": "#0f111a"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#1f2233"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#0f111a",
|
|
"bg": "#80cbc4"
|
|
},
|
|
"insert": {
|
|
"fg": "#0f111a",
|
|
"bg": "#c3e88d"
|
|
},
|
|
"command": {
|
|
"fg": "#0f111a",
|
|
"bg": "#82aaff"
|
|
},
|
|
"replace": {
|
|
"fg": "#0f111a",
|
|
"bg": "#ff5370"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#464b5d",
|
|
"bg": "#0f111a"
|
|
},
|
|
"current_line": {
|
|
"fg": "#a6accd",
|
|
"bg": "#090b10"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#a6accd",
|
|
"bg": "#090b10"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#ff5370",
|
|
"bg": "#0f111a"
|
|
},
|
|
"output_border": {
|
|
"fg": "#1f2233",
|
|
"bg": "#090b10"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#82aaff",
|
|
"bg": "#0f111a"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#464b5d",
|
|
"function": "#82aaff",
|
|
"keyword": "#c792ea",
|
|
"number": "#f78c6c",
|
|
"string": "#c3e88d",
|
|
"type": "#ffcb6b",
|
|
"variable": "#a6accd"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#546e7a",
|
|
"function.call": "#82aaff",
|
|
"keyword.return": "#ff5370",
|
|
"string.escape": "#89ddff",
|
|
"variable.parameter": "#7986cb"
|
|
}
|
|
}
|
|
}
|