Gim/internal/theme/themes/catppuccin-macchiato.json
2026-04-08 12:25:20 -07:00

80 lines
1.4 KiB
JSON

{
"name": "catppuccin-macchiato",
"line": {
"fg": "#cad3f5",
"bg": "#24273a"
},
"background": {
"bg": "#24273a"
},
"visual_highlight": {
"bg": "#363a4f"
},
"cursors": {
"normal": {
"fg": "#24273a",
"bg": "#cad3f5"
},
"insert": {
"fg": "#24273a",
"bg": "#a6da95"
},
"command": {
"fg": "#24273a",
"bg": "#c6a0f6"
},
"replace": {
"fg": "#24273a",
"bg": "#ed8796"
}
},
"gutter": {
"default": {
"fg": "#8087a2",
"bg": "#1e2030"
},
"current_line": {
"fg": "#cad3f5",
"bg": "#1e2030"
}
},
"status_bar": {
"default": {
"fg": "#a5adcb",
"bg": "#181926"
}
},
"command_line": {
"error": {
"fg": "#ed8796",
"bg": "#24273a"
},
"output_border": {
"fg": "#363a4f",
"bg": "#181926"
},
"continue_message": {
"fg": "#8aadf4",
"bg": "#24273a"
}
},
"syntax": {
"group": {
"comment": "#8087a2",
"function": "#8aadf4",
"keyword": "#c6a0f6",
"number": "#f5a97f",
"string": "#a6da95",
"type": "#eed49f",
"variable": "#cad3f5"
},
"exact": {
"comment.documentation": "#939ab7",
"function.call": "#8aadf4",
"keyword.return": "#ed8796",
"string.escape": "#8bd5ca",
"variable.parameter": "#ee99a0"
}
}
}