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