Now we can load them in via JSON files at launch time. They are embded in the final exe though...
117 lines
3.7 KiB
JSON
117 lines
3.7 KiB
JSON
{
|
|
"name": "kanagawa-dragon",
|
|
"line": { "fg": "#c5c9c5", "bg": "#181616" },
|
|
"background": { "bg": "#181616" },
|
|
"visual_highlight": { "bg": "#223249" },
|
|
"cursors": {
|
|
"normal": { "fg": "#181616", "bg": "#c5c9c5" },
|
|
"insert": { "fg": "#181616", "bg": "#c5c9c5" },
|
|
"command": { "fg": "#181616", "bg": "#c5c9c5" },
|
|
"replace": { "fg": "#181616", "bg": "#c5c9c5" }
|
|
},
|
|
"gutter": {
|
|
"default": { "fg": "#625e5a", "bg": "#282727" },
|
|
"current_line": { "fg": "#c4b28a", "bg": "#282727" }
|
|
},
|
|
"status_bar": {
|
|
"default": { "fg": "#c5c9c5", "bg": "#282727" }
|
|
},
|
|
"command_line": {
|
|
"error": { "fg": "#e82424", "bg": "#181616" },
|
|
"output_border": { "fg": "#c5c9c5", "bg": "#0d0c0c" },
|
|
"continue_message": { "fg": "#8ba4b0", "bg": "#181616" }
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"attribute": "#c4b28a",
|
|
"boolean": "#a292a3",
|
|
"character": "#8a9a7b",
|
|
"charset": "#8ea4a2",
|
|
"comment": "#737c73",
|
|
"conceal": "#737c73",
|
|
"constant": "#b6927b",
|
|
"constructor": "#c4b28a",
|
|
"error": "#e82424",
|
|
"function": "#8ba4b0",
|
|
"import": "#8992a7",
|
|
"interface": "#8ea4a2",
|
|
"keyframes": "#c4746e",
|
|
"keyword": "#8992a7",
|
|
"label": "#949fb5",
|
|
"media": "#c4746e",
|
|
"module": "#949fb5",
|
|
"namespace": "#949fb5",
|
|
"none": "#c5c9c5",
|
|
"nospell": "#c5c9c5",
|
|
"number": "#a292a3",
|
|
"operator": "#c4746e",
|
|
"property": "#c4b28a",
|
|
"spell": "#c5c9c5",
|
|
"string": "#8a9a7b",
|
|
"supports": "#c4746e",
|
|
"tag": "#8ba4b0",
|
|
"type": "#8ea4a2",
|
|
"variable": "#c5c9c5"
|
|
},
|
|
"exact": {
|
|
"attribute.builtin": "#c4b28a",
|
|
"character.special": "#c4746e",
|
|
"comment.documentation": "#a6a69c",
|
|
"constant.builtin": "#b6927b",
|
|
"constant.macro": "#c4746e",
|
|
"function.builtin": "#949fb5",
|
|
"function.call": "#8ba4b0",
|
|
"function.macro": "#c4746e",
|
|
"function.method": "#8ba4b0",
|
|
"function.method.call": "#8ba4b0",
|
|
"keyword.conditional": "#8992a7",
|
|
"keyword.conditional.ternary": "#8992a7",
|
|
"keyword.coroutine": "#8992a7",
|
|
"keyword.debug": "#8992a7",
|
|
"keyword.directive": "#c4746e",
|
|
"keyword.directive.define": "#c4746e",
|
|
"keyword.exception": "#8992a7",
|
|
"keyword.function": "#8992a7",
|
|
"keyword.import": "#8992a7",
|
|
"keyword.modifier": "#8992a7",
|
|
"keyword.operator": "#c4746e",
|
|
"keyword.repeat": "#8992a7",
|
|
"keyword.return": "#8992a7",
|
|
"keyword.type": "#8ea4a2",
|
|
"markup.heading": "#c4b28a",
|
|
"markup.heading.1": "#c4b28a",
|
|
"markup.heading.2": "#b6927b",
|
|
"markup.heading.3": "#a292a3",
|
|
"markup.heading.4": "#949fb5",
|
|
"markup.heading.5": "#8ba4b0",
|
|
"markup.heading.6": "#8ea4a2",
|
|
"markup.italic": "#a6a69c",
|
|
"markup.link.label": "#8ba4b0",
|
|
"markup.raw": "#8a9a7b",
|
|
"markup.strikethrough": "#737c73",
|
|
"markup.strong": "#c5c9c5",
|
|
"markup.underline": "#949fb5",
|
|
"module.builtin": "#949fb5",
|
|
"number.float": "#a292a3",
|
|
"punctuation.bracket": "#9e9b93",
|
|
"punctuation.delimiter": "#9e9b93",
|
|
"punctuation.special": "#c4746e",
|
|
"string.documentation": "#a6a69c",
|
|
"string.escape": "#c4746e",
|
|
"string.regexp": "#c4746e",
|
|
"string.special.path": "#8a9a7b",
|
|
"string.special.symbol": "#b6927b",
|
|
"string.special.url": "#8ba4b0",
|
|
"tag.attribute": "#c4b28a",
|
|
"tag.attribute.url": "#8ba4b0",
|
|
"tag.builtin": "#949fb5",
|
|
"tag.delimiter": "#9e9b93",
|
|
"type.builtin": "#8ea4a2",
|
|
"type.definition": "#8ea4a2",
|
|
"variable.builtin": "#b6927b",
|
|
"variable.member": "#c4b28a",
|
|
"variable.parameter": "#a6a69c"
|
|
}
|
|
}
|
|
}
|