80 lines
1.4 KiB
JSON
80 lines
1.4 KiB
JSON
{
|
|
"name": "nord",
|
|
"line": {
|
|
"fg": "#d8dee9",
|
|
"bg": "#2e3440"
|
|
},
|
|
"background": {
|
|
"bg": "#2e3440"
|
|
},
|
|
"visual_highlight": {
|
|
"bg": "#434c5e"
|
|
},
|
|
"cursors": {
|
|
"normal": {
|
|
"fg": "#2e3440",
|
|
"bg": "#d8dee9"
|
|
},
|
|
"insert": {
|
|
"fg": "#2e3440",
|
|
"bg": "#a3be8c"
|
|
},
|
|
"command": {
|
|
"fg": "#2e3440",
|
|
"bg": "#81a1c1"
|
|
},
|
|
"replace": {
|
|
"fg": "#2e3440",
|
|
"bg": "#bf616a"
|
|
}
|
|
},
|
|
"gutter": {
|
|
"default": {
|
|
"fg": "#4c566a",
|
|
"bg": "#2e3440"
|
|
},
|
|
"current_line": {
|
|
"fg": "#d8dee9",
|
|
"bg": "#3b4252"
|
|
}
|
|
},
|
|
"status_bar": {
|
|
"default": {
|
|
"fg": "#d8dee9",
|
|
"bg": "#242933"
|
|
}
|
|
},
|
|
"command_line": {
|
|
"error": {
|
|
"fg": "#bf616a",
|
|
"bg": "#2e3440"
|
|
},
|
|
"output_border": {
|
|
"fg": "#3b4252",
|
|
"bg": "#242933"
|
|
},
|
|
"continue_message": {
|
|
"fg": "#88c0d0",
|
|
"bg": "#2e3440"
|
|
}
|
|
},
|
|
"syntax": {
|
|
"group": {
|
|
"comment": "#4c566a",
|
|
"function": "#88c0d0",
|
|
"keyword": "#81a1c1",
|
|
"number": "#b48ead",
|
|
"string": "#a3be8c",
|
|
"type": "#8fbcbb",
|
|
"variable": "#d8dee9"
|
|
},
|
|
"exact": {
|
|
"comment.documentation": "#616e88",
|
|
"function.call": "#88c0d0",
|
|
"keyword.return": "#81a1c1",
|
|
"string.escape": "#ebcb8b",
|
|
"variable.parameter": "#eceff4"
|
|
}
|
|
}
|
|
}
|