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

80 lines
1.4 KiB
JSON

{
"name": "github-light",
"line": {
"fg": "#24292f",
"bg": "#ffffff"
},
"background": {
"bg": "#ffffff"
},
"visual_highlight": {
"bg": "#afdbff"
},
"cursors": {
"normal": {
"fg": "#ffffff",
"bg": "#0969da"
},
"insert": {
"fg": "#ffffff",
"bg": "#1a7f37"
},
"command": {
"fg": "#ffffff",
"bg": "#8250df"
},
"replace": {
"fg": "#ffffff",
"bg": "#cf222e"
}
},
"gutter": {
"default": {
"fg": "#8c959f",
"bg": "#ffffff"
},
"current_line": {
"fg": "#24292f",
"bg": "#f6f8fa"
}
},
"status_bar": {
"default": {
"fg": "#57606a",
"bg": "#f6f8fa"
}
},
"command_line": {
"error": {
"fg": "#cf222e",
"bg": "#ffffff"
},
"output_border": {
"fg": "#d0d7de",
"bg": "#f6f8fa"
},
"continue_message": {
"fg": "#0969da",
"bg": "#ffffff"
}
},
"syntax": {
"group": {
"comment": "#6e7781",
"function": "#8250df",
"keyword": "#cf222e",
"number": "#0550ae",
"string": "#0a3069",
"type": "#953800",
"variable": "#24292f"
},
"exact": {
"comment.documentation": "#57606a",
"function.call": "#8250df",
"keyword.return": "#cf222e",
"string.escape": "#0550ae",
"variable.parameter": "#24292f"
}
}
}