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

80 lines
1.4 KiB
JSON

{
"name": "rose-pine-dawn",
"line": {
"fg": "#575279",
"bg": "#faf4ed"
},
"background": {
"bg": "#faf4ed"
},
"visual_highlight": {
"bg": "#dfdad9"
},
"cursors": {
"normal": {
"fg": "#faf4ed",
"bg": "#575279"
},
"insert": {
"fg": "#faf4ed",
"bg": "#ea9d34"
},
"command": {
"fg": "#faf4ed",
"bg": "#907aa9"
},
"replace": {
"fg": "#faf4ed",
"bg": "#b4637a"
}
},
"gutter": {
"default": {
"fg": "#9893a5",
"bg": "#fffaf3"
},
"current_line": {
"fg": "#575279",
"bg": "#fffaf3"
}
},
"status_bar": {
"default": {
"fg": "#797593",
"bg": "#fffaf3"
}
},
"command_line": {
"error": {
"fg": "#b4637a",
"bg": "#faf4ed"
},
"output_border": {
"fg": "#f2e9e1",
"bg": "#fffaf3"
},
"continue_message": {
"fg": "#286983",
"bg": "#faf4ed"
}
},
"syntax": {
"group": {
"comment": "#9893a5",
"function": "#56949f",
"keyword": "#286983",
"number": "#ea9d34",
"string": "#d7827e",
"type": "#907aa9",
"variable": "#575279"
},
"exact": {
"comment.documentation": "#797593",
"function.call": "#56949f",
"keyword.return": "#b4637a",
"string.escape": "#286983",
"variable.parameter": "#575279"
}
}
}