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

154 lines
3.9 KiB
JSON

{
"name": "kanagawa-lotus",
"line": {
"fg": "#545464",
"bg": "#f2ecbc"
},
"background": {
"bg": "#f2ecbc"
},
"visual_highlight": {
"bg": "#c9cbd1"
},
"cursors": {
"normal": {
"fg": "#f2ecbc",
"bg": "#545464"
},
"insert": {
"fg": "#f2ecbc",
"bg": "#545464"
},
"command": {
"fg": "#f2ecbc",
"bg": "#545464"
},
"replace": {
"fg": "#f2ecbc",
"bg": "#545464"
}
},
"gutter": {
"default": {
"fg": "#a09cac",
"bg": "#e7dba0"
},
"current_line": {
"fg": "#77713f",
"bg": "#e7dba0"
}
},
"status_bar": {
"default": {
"fg": "#43436c",
"bg": "#e7dba0"
}
},
"command_line": {
"error": {
"fg": "#e82424",
"bg": "#f2ecbc"
},
"output_border": {
"fg": "#545464",
"bg": "#e7dba0"
},
"continue_message": {
"fg": "#4d699b",
"bg": "#f2ecbc"
}
},
"syntax": {
"group": {
"attribute": "#77713f",
"boolean": "#b35b79",
"character": "#6f894e",
"charset": "#597b75",
"comment": "#8a8980",
"conceal": "#8a8980",
"constant": "#cc6d00",
"constructor": "#77713f",
"error": "#e82424",
"function": "#4d699b",
"import": "#624c83",
"interface": "#597b75",
"keyframes": "#c84053",
"keyword": "#624c83",
"label": "#6693bf",
"media": "#c84053",
"module": "#6693bf",
"namespace": "#6693bf",
"none": "#545464",
"nospell": "#545464",
"number": "#b35b79",
"operator": "#836f4a",
"property": "#77713f",
"spell": "#545464",
"string": "#6f894e",
"supports": "#c84053",
"tag": "#4d699b",
"type": "#597b75",
"variable": "#545464"
},
"exact": {
"attribute.builtin": "#77713f",
"character.special": "#836f4a",
"comment.documentation": "#716e61",
"constant.builtin": "#cc6d00",
"constant.macro": "#c84053",
"function.builtin": "#6693bf",
"function.call": "#4d699b",
"function.macro": "#c84053",
"function.method": "#4d699b",
"function.method.call": "#4d699b",
"keyword.conditional": "#624c83",
"keyword.conditional.ternary": "#624c83",
"keyword.coroutine": "#624c83",
"keyword.debug": "#624c83",
"keyword.directive": "#c84053",
"keyword.directive.define": "#c84053",
"keyword.exception": "#624c83",
"keyword.function": "#624c83",
"keyword.import": "#624c83",
"keyword.modifier": "#624c83",
"keyword.operator": "#836f4a",
"keyword.repeat": "#624c83",
"keyword.return": "#624c83",
"keyword.type": "#597b75",
"markup.heading": "#77713f",
"markup.heading.1": "#77713f",
"markup.heading.2": "#836f4a",
"markup.heading.3": "#cc6d00",
"markup.heading.4": "#4d699b",
"markup.heading.5": "#624c83",
"markup.heading.6": "#6693bf",
"markup.italic": "#716e61",
"markup.link.label": "#4d699b",
"markup.raw": "#6f894e",
"markup.strikethrough": "#8a8980",
"markup.strong": "#545464",
"markup.underline": "#6693bf",
"module.builtin": "#6693bf",
"number.float": "#b35b79",
"punctuation.bracket": "#4e8ca2",
"punctuation.delimiter": "#4e8ca2",
"punctuation.special": "#836f4a",
"string.documentation": "#716e61",
"string.escape": "#836f4a",
"string.regexp": "#836f4a",
"string.special.path": "#6f894e",
"string.special.symbol": "#cc6d00",
"string.special.url": "#4d699b",
"tag.attribute": "#77713f",
"tag.attribute.url": "#4d699b",
"tag.builtin": "#6693bf",
"tag.delimiter": "#4e8ca2",
"type.builtin": "#597b75",
"type.definition": "#597b75",
"variable.builtin": "#c84053",
"variable.member": "#77713f",
"variable.parameter": "#5d57a3"
}
}
}