80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "gruvbox-dark",
|
|
"line": {
|
|
"fg": "#ebdbb2",
|
|
"bg": "#282828"
|
|
},
|
|
"background": {
|
|
"bg": "#282828"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#504945"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#282828",
|
|
"bg": "#ebdbb2"
|
|
},
|
|
"insert": {
|
|
"fg": "#282828",
|
|
"bg": "#b8bb26"
|
|
},
|
|
"command": {
|
|
"fg": "#282828",
|
|
"bg": "#83a598"
|
|
},
|
|
"replace": {
|
|
"fg": "#282828",
|
|
"bg": "#fb4934"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#928374",
|
|
"bg": "#282828"
|
|
},
|
|
"current_line": {
|
|
"fg": "#ebdbb2",
|
|
"bg": "#3c3836"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#a89984",
|
|
"bg": "#3c3836"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#fb4934",
|
|
"bg": "#282828"
|
|
},
|
|
"output_border": {
|
|
"fg": "#504945",
|
|
"bg": "#3c3836"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#83a598",
|
|
"bg": "#282828"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#928374",
|
|
"function": "#b8bb26",
|
|
"keyword": "#fb4934",
|
|
"number": "#d3869b",
|
|
"string": "#b8bb26",
|
|
"type": "#fabd2f",
|
|
"variable": "#ebdbb2"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#a89984",
|
|
"function.call": "#8ec07c",
|
|
"keyword.return": "#fb4934",
|
|
"string.escape": "#fe8019",
|
|
"variable.parameter": "#83a598"
|
|
}
|
|
}
|
|
}
|