80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "solarized-dark",
|
|
"line": {
|
|
"fg": "#839496",
|
|
"bg": "#002b36"
|
|
},
|
|
"background": {
|
|
"bg": "#002b36"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#073642"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#002b36",
|
|
"bg": "#839496"
|
|
},
|
|
"insert": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
},
|
|
"command": {
|
|
"fg": "#002b36",
|
|
"bg": "#268bd2"
|
|
},
|
|
"replace": {
|
|
"fg": "#002b36",
|
|
"bg": "#dc322f"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#586e75",
|
|
"bg": "#002b36"
|
|
},
|
|
"current_line": {
|
|
"fg": "#93a1a1",
|
|
"bg": "#073642"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#839496",
|
|
"bg": "#00212b"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#dc322f",
|
|
"bg": "#002b36"
|
|
},
|
|
"output_border": {
|
|
"fg": "#073642",
|
|
"bg": "#00212b"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#2aa198",
|
|
"bg": "#002b36"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#586e75",
|
|
"function": "#268bd2",
|
|
"keyword": "#859900",
|
|
"number": "#d33682",
|
|
"string": "#2aa198",
|
|
"type": "#b58900",
|
|
"variable": "#839496"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#586e75",
|
|
"function.call": "#268bd2",
|
|
"keyword.return": "#dc322f",
|
|
"string.escape": "#cb4b16",
|
|
"variable.parameter": "#839496"
|
|
}
|
|
}
|
|
}
|