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

80 lines
1.4 KiB
JSON

{
"name": "gruvbox-light",
"line": {
"fg": "#3c3836",
"bg": "#fbf1c7"
},
"background": {
"bg": "#fbf1c7"
},
"visual_highlight": {
"bg": "#ebdbb2"
},
"cursors": {
"normal": {
"fg": "#fbf1c7",
"bg": "#3c3836"
},
"insert": {
"fg": "#fbf1c7",
"bg": "#79740e"
},
"command": {
"fg": "#fbf1c7",
"bg": "#076678"
},
"replace": {
"fg": "#fbf1c7",
"bg": "#9d0006"
}
},
"gutter": {
"default": {
"fg": "#928374",
"bg": "#fbf1c7"
},
"current_line": {
"fg": "#3c3836",
"bg": "#f2e5bc"
}
},
"status_bar": {
"default": {
"fg": "#665c54",
"bg": "#f2e5bc"
}
},
"command_line": {
"error": {
"fg": "#9d0006",
"bg": "#fbf1c7"
},
"output_border": {
"fg": "#ebdbb2",
"bg": "#f2e5bc"
},
"continue_message": {
"fg": "#076678",
"bg": "#fbf1c7"
}
},
"syntax": {
"group": {
"comment": "#928374",
"function": "#79740e",
"keyword": "#9d0006",
"number": "#8f3f71",
"string": "#79740e",
"type": "#b57614",
"variable": "#3c3836"
},
"exact": {
"comment.documentation": "#7c6f64",
"function.call": "#427b58",
"keyword.return": "#9d0006",
"string.escape": "#af3a03",
"variable.parameter": "#076678"
}
}
}