git-split-diffs-api
Version:
Split diffs, now in your terminal
58 lines (57 loc) • 1.33 kB
JSON
{
"SYNTAX_HIGHLIGHTING_THEME": "solarized-dark",
"DEFAULT_COLOR": {
"color": "#839496",
"backgroundColor": "#002b36"
},
"COMMIT_HEADER_COLOR": {},
"COMMIT_HEADER_LABEL_COLOR": {},
"COMMIT_SHA_COLOR": {
"color": "#cb4b16"
},
"COMMIT_AUTHOR_COLOR": {
"color": "#b58900"
},
"COMMIT_DATE_COLOR": {
"color": "#268bd2"
},
"COMMIT_MESSAGE_COLOR": {
"color": "#eee8d5"
},
"COMMIT_TITLE_COLOR": {},
"FILE_NAME_COLOR": {
"color": "#93a1a1"
},
"BORDER_COLOR": {
"color": "#93a1a1"
},
"HUNK_HEADER_COLOR": {
"color": "#586e75",
"backgroundColor": "#073642"
},
"DELETED_WORD_COLOR": {
"backgroundColor": "#dc322f33"
},
"INSERTED_WORD_COLOR": {
"backgroundColor": "#85990033"
},
"DELETED_LINE_NO_COLOR": {
"color": "#dc322f"
},
"INSERTED_LINE_NO_COLOR": {
"color": "#859900"
},
"UNMODIFIED_LINE_NO_COLOR": {
"backgroundColor": "#073642"
},
"DELETED_LINE_COLOR": {
"color": "#dc322f",
"backgroundColor": "#202b36"
},
"INSERTED_LINE_COLOR": {
"color": "#859900",
"backgroundColor": "#003b36"
},
"UNMODIFIED_LINE_COLOR": {},
"MISSING_LINE_COLOR": {}
}