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

80 lines
1.4 KiB
JSON

{
"name": "onedark",
"line": {
"fg": "#abb2bf",
"bg": "#282c34"
},
"background": {
"bg": "#282c34"
},
"visual_highlight": {
"bg": "#3e4452"
},
"cursors": {
"normal": {
"fg": "#282c34",
"bg": "#61afef"
},
"insert": {
"fg": "#282c34",
"bg": "#98c379"
},
"command": {
"fg": "#282c34",
"bg": "#c678dd"
},
"replace": {
"fg": "#282c34",
"bg": "#e06c75"
}
},
"gutter": {
"default": {
"fg": "#4b5263",
"bg": "#282c34"
},
"current_line": {
"fg": "#abb2bf",
"bg": "#2c323c"
}
},
"status_bar": {
"default": {
"fg": "#abb2bf",
"bg": "#21252b"
}
},
"command_line": {
"error": {
"fg": "#e06c75",
"bg": "#282c34"
},
"output_border": {
"fg": "#181a1f",
"bg": "#21252b"
},
"continue_message": {
"fg": "#61afef",
"bg": "#282c34"
}
},
"syntax": {
"group": {
"comment": "#5c6370",
"function": "#61afef",
"keyword": "#c678dd",
"number": "#d19a66",
"string": "#98c379",
"type": "#e5c07b",
"variable": "#e06c75"
},
"exact": {
"comment.documentation": "#5c6370",
"function.call": "#61afef",
"keyword.return": "#c678dd",
"string.escape": "#56b6c2",
"variable.parameter": "#d19a66"
}
}
}