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

80 lines
1.4 KiB
JSON

{
"name": "monokai",
"line": {
"fg": "#f8f8f2",
"bg": "#272822"
},
"background": {
"bg": "#272822"
},
"visual_highlight": {
"bg": "#49483e"
},
"cursors": {
"normal": {
"fg": "#272822",
"bg": "#f8f8f2"
},
"insert": {
"fg": "#272822",
"bg": "#a6e22e"
},
"command": {
"fg": "#272822",
"bg": "#66d9ef"
},
"replace": {
"fg": "#272822",
"bg": "#f92672"
}
},
"gutter": {
"default": {
"fg": "#75715e",
"bg": "#272822"
},
"current_line": {
"fg": "#f8f8f2",
"bg": "#3e3d32"
}
},
"status_bar": {
"default": {
"fg": "#f8f8f2",
"bg": "#191919"
}
},
"command_line": {
"error": {
"fg": "#f92672",
"bg": "#272822"
},
"output_border": {
"fg": "#49483e",
"bg": "#191919"
},
"continue_message": {
"fg": "#66d9ef",
"bg": "#272822"
}
},
"syntax": {
"group": {
"comment": "#75715e",
"function": "#a6e22e",
"keyword": "#f92672",
"number": "#ae81ff",
"string": "#e6db74",
"type": "#66d9ef",
"variable": "#fd971f"
},
"exact": {
"comment.documentation": "#75715e",
"function.call": "#a6e22e",
"keyword.return": "#f92672",
"string.escape": "#ae81ff",
"variable.parameter": "#fd971f"
}
}
}