80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "catppuccin-latte",
|
|
"line": {
|
|
"fg": "#4c4f69",
|
|
"bg": "#eff1f5"
|
|
},
|
|
"background": {
|
|
"bg": "#eff1f5"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#ccd0da"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#eff1f5",
|
|
"bg": "#4c4f69"
|
|
},
|
|
"insert": {
|
|
"fg": "#eff1f5",
|
|
"bg": "#40a02b"
|
|
},
|
|
"command": {
|
|
"fg": "#eff1f5",
|
|
"bg": "#8839ef"
|
|
},
|
|
"replace": {
|
|
"fg": "#eff1f5",
|
|
"bg": "#d20f39"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#9ca0b0",
|
|
"bg": "#e6e9ef"
|
|
},
|
|
"current_line": {
|
|
"fg": "#4c4f69",
|
|
"bg": "#e6e9ef"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#6c6f85",
|
|
"bg": "#dce0e8"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#d20f39",
|
|
"bg": "#eff1f5"
|
|
},
|
|
"output_border": {
|
|
"fg": "#ccd0da",
|
|
"bg": "#dce0e8"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#1e66f5",
|
|
"bg": "#eff1f5"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#9ca0b0",
|
|
"function": "#1e66f5",
|
|
"keyword": "#8839ef",
|
|
"number": "#fe640b",
|
|
"string": "#40a02b",
|
|
"type": "#df8e1d",
|
|
"variable": "#4c4f69"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#7c7f93",
|
|
"function.call": "#1e66f5",
|
|
"keyword.return": "#d20f39",
|
|
"string.escape": "#179287",
|
|
"variable.parameter": "#dd7878"
|
|
}
|
|
}
|
|
}
|