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

80 lines
1.4 KiB
JSON

{
"name": "catppuccin-mocha",
"line": {
"fg": "#cdd6f4",
"bg": "#1e1e2e"
},
"background": {
"bg": "#1e1e2e"
},
"visual_highlight": {
"bg": "#313244"
},
"cursors": {
"normal": {
"fg": "#1e1e2e",
"bg": "#cdd6f4"
},
"insert": {
"fg": "#1e1e2e",
"bg": "#a6e3a1"
},
"command": {
"fg": "#1e1e2e",
"bg": "#cba6f7"
},
"replace": {
"fg": "#1e1e2e",
"bg": "#f38ba8"
}
},
"gutter": {
"default": {
"fg": "#7f849c",
"bg": "#181825"
},
"current_line": {
"fg": "#cdd6f4",
"bg": "#181825"
}
},
"status_bar": {
"default": {
"fg": "#a6adc8",
"bg": "#11111b"
}
},
"command_line": {
"error": {
"fg": "#f38ba8",
"bg": "#1e1e2e"
},
"output_border": {
"fg": "#313244",
"bg": "#11111b"
},
"continue_message": {
"fg": "#89b4fa",
"bg": "#1e1e2e"
}
},
"syntax": {
"group": {
"comment": "#7f849c",
"function": "#89b4fa",
"keyword": "#cba6f7",
"number": "#fab387",
"string": "#a6e3a1",
"type": "#f9e2af",
"variable": "#cdd6f4"
},
"exact": {
"comment.documentation": "#9399b2",
"function.call": "#89b4fa",
"keyword.return": "#f38ba8",
"string.escape": "#94e2d5",
"variable.parameter": "#eba0ac"
}
}
}