Gim/internal/theme/themes/oxocarbon.json
2026-04-08 12:33:24 -07:00

80 lines
1.4 KiB
JSON

{
"name": "oxocarbon",
"line": {
"fg": "#ffffff",
"bg": "#161616"
},
"background": {
"bg": "#161616"
},
"visual_highlight": {
"bg": "#393939"
},
"cursors": {
"normal": {
"fg": "#161616",
"bg": "#ffffff"
},
"insert": {
"fg": "#161616",
"bg": "#42be65"
},
"command": {
"fg": "#161616",
"bg": "#be95ff"
},
"replace": {
"fg": "#161616",
"bg": "#fa4d56"
}
},
"gutter": {
"default": {
"fg": "#525252",
"bg": "#161616"
},
"current_line": {
"fg": "#ffffff",
"bg": "#262626"
}
},
"status_bar": {
"default": {
"fg": "#dde1e6",
"bg": "#000000"
}
},
"command_line": {
"error": {
"fg": "#fa4d56",
"bg": "#161616"
},
"output_border": {
"fg": "#393939",
"bg": "#000000"
},
"continue_message": {
"fg": "#78a9ff",
"bg": "#161616"
}
},
"syntax": {
"group": {
"comment": "#525252",
"function": "#ff7eb6",
"keyword": "#ee5396",
"number": "#3ddbd9",
"string": "#42be65",
"type": "#82cfff",
"variable": "#ffffff"
},
"exact": {
"comment.documentation": "#525252",
"function.call": "#ff7eb6",
"keyword.return": "#ee5396",
"string.escape": "#33b1ff",
"variable.parameter": "#ffffff"
}
}
}