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

80 lines
1.4 KiB
JSON

{
"name": "catppuccin-frappe",
"line": {
"fg": "#c6d0f5",
"bg": "#303446"
},
"background": {
"bg": "#303446"
},
"visual_highlight": {
"bg": "#414559"
},
"cursors": {
"normal": {
"fg": "#303446",
"bg": "#c6d0f5"
},
"insert": {
"fg": "#303446",
"bg": "#a6d189"
},
"command": {
"fg": "#303446",
"bg": "#ca9ee6"
},
"replace": {
"fg": "#303446",
"bg": "#e78284"
}
},
"gutter": {
"default": {
"fg": "#838ba7",
"bg": "#292c3c"
},
"current_line": {
"fg": "#c6d0f5",
"bg": "#292c3c"
}
},
"status_bar": {
"default": {
"fg": "#a5adce",
"bg": "#232634"
}
},
"command_line": {
"error": {
"fg": "#e78284",
"bg": "#303446"
},
"output_border": {
"fg": "#414559",
"bg": "#232634"
},
"continue_message": {
"fg": "#8caaee",
"bg": "#303446"
}
},
"syntax": {
"group": {
"comment": "#838ba7",
"function": "#8caaee",
"keyword": "#ca9ee6",
"number": "#ef9f76",
"string": "#a6d189",
"type": "#e5c890",
"variable": "#c6d0f5"
},
"exact": {
"comment.documentation": "#949cbb",
"function.call": "#8caaee",
"keyword.return": "#e78284",
"string.escape": "#81c8be",
"variable.parameter": "#eebebe"
}
}
}