Gim/internal/theme/themes/ayu-mirage.json
2026-04-08 12:33:24 -07:00

80 lines
1.4 KiB
JSON

{
"name": "ayu-mirage",
"line": {
"fg": "#d9d7ce",
"bg": "#212733"
},
"background": {
"bg": "#212733"
},
"visual_highlight": {
"bg": "#343f4c"
},
"cursors": {
"normal": {
"fg": "#212733",
"bg": "#ffcc66"
},
"insert": {
"fg": "#212733",
"bg": "#bae67e"
},
"command": {
"fg": "#212733",
"bg": "#5ccfe6"
},
"replace": {
"fg": "#212733",
"bg": "#ff3333"
}
},
"gutter": {
"default": {
"fg": "#5c6773",
"bg": "#212733"
},
"current_line": {
"fg": "#d9d7ce",
"bg": "#212733"
}
},
"status_bar": {
"default": {
"fg": "#d9d7ce",
"bg": "#191e2a"
}
},
"command_line": {
"error": {
"fg": "#ff3333",
"bg": "#212733"
},
"output_border": {
"fg": "#343f4c",
"bg": "#191e2a"
},
"continue_message": {
"fg": "#ffad66",
"bg": "#212733"
}
},
"syntax": {
"group": {
"comment": "#5c6773",
"function": "#ffcc66",
"keyword": "#ffa759",
"number": "#ffad66",
"string": "#bae67e",
"type": "#5ccfe6",
"variable": "#d9d7ce"
},
"exact": {
"comment.documentation": "#5c6773",
"function.call": "#ffcc66",
"keyword.return": "#ffa759",
"string.escape": "#95e6cb",
"variable.parameter": "#d9d7ce"
}
}
}