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

80 lines
1.4 KiB
JSON

{
"name": "github-dark",
"line": {
"fg": "#c9d1d9",
"bg": "#0d1117"
},
"background": {
"bg": "#0d1117"
},
"visual_highlight": {
"bg": "#21262d"
},
"cursors": {
"normal": {
"fg": "#0d1117",
"bg": "#58a6ff"
},
"insert": {
"fg": "#0d1117",
"bg": "#3fb950"
},
"command": {
"fg": "#0d1117",
"bg": "#bc8cff"
},
"replace": {
"fg": "#0d1117",
"bg": "#f85149"
}
},
"gutter": {
"default": {
"fg": "#484f58",
"bg": "#0d1117"
},
"current_line": {
"fg": "#c9d1d9",
"bg": "#161b22"
}
},
"status_bar": {
"default": {
"fg": "#8b949e",
"bg": "#010409"
}
},
"command_line": {
"error": {
"fg": "#f85149",
"bg": "#0d1117"
},
"output_border": {
"fg": "#30363d",
"bg": "#010409"
},
"continue_message": {
"fg": "#58a6ff",
"bg": "#0d1117"
}
},
"syntax": {
"group": {
"comment": "#8b949e",
"function": "#d2a8ff",
"keyword": "#ff7b72",
"number": "#79c0ff",
"string": "#a5d6ff",
"type": "#ffa657",
"variable": "#c9d1d9"
},
"exact": {
"comment.documentation": "#8b949e",
"function.call": "#d2a8ff",
"keyword.return": "#ff7b72",
"string.escape": "#79c0ff",
"variable.parameter": "#ffa657"
}
}
}