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

80 lines
1.4 KiB
JSON

{
"name": "tokyo-dark",
"line": {
"fg": "#a9b1d6",
"bg": "#11121d"
},
"background": {
"bg": "#11121d"
},
"visual_highlight": {
"bg": "#2d2f44"
},
"cursors": {
"normal": {
"fg": "#11121d",
"bg": "#a9b1d6"
},
"insert": {
"fg": "#11121d",
"bg": "#95c561"
},
"command": {
"fg": "#11121d",
"bg": "#7199ee"
},
"replace": {
"fg": "#11121d",
"bg": "#ee6d85"
}
},
"gutter": {
"default": {
"fg": "#4a5064",
"bg": "#11121d"
},
"current_line": {
"fg": "#a9b1d6",
"bg": "#1a1b2a"
}
},
"status_bar": {
"default": {
"fg": "#a9b1d6",
"bg": "#06080a"
}
},
"command_line": {
"error": {
"fg": "#ee6d85",
"bg": "#11121d"
},
"output_border": {
"fg": "#4a5064",
"bg": "#06080a"
},
"continue_message": {
"fg": "#7199ee",
"bg": "#11121d"
}
},
"syntax": {
"group": {
"comment": "#4a5064",
"function": "#7199ee",
"keyword": "#a485dd",
"number": "#f6955b",
"string": "#95c561",
"type": "#d7a65f",
"variable": "#a9b1d6"
},
"exact": {
"comment.documentation": "#4a5064",
"function.call": "#7199ee",
"keyword.return": "#ee6d85",
"string.escape": "#77bdc7",
"variable.parameter": "#a9b1d6"
}
}
}