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

80 lines
1.4 KiB
JSON

{
"name": "dracula",
"line": {
"fg": "#f8f8f2",
"bg": "#282a36"
},
"background": {
"bg": "#282a36"
},
"visual_highlight": {
"bg": "#44475a"
},
"cursors": {
"normal": {
"fg": "#282a36",
"bg": "#f8f8f2"
},
"insert": {
"fg": "#282a36",
"bg": "#50fa7b"
},
"command": {
"fg": "#282a36",
"bg": "#bd93f9"
},
"replace": {
"fg": "#282a36",
"bg": "#ff5555"
}
},
"gutter": {
"default": {
"fg": "#6272a4",
"bg": "#282a36"
},
"current_line": {
"fg": "#f8f8f2",
"bg": "#343746"
}
},
"status_bar": {
"default": {
"fg": "#f8f8f2",
"bg": "#191a21"
}
},
"command_line": {
"error": {
"fg": "#ff5555",
"bg": "#282a36"
},
"output_border": {
"fg": "#44475a",
"bg": "#191a21"
},
"continue_message": {
"fg": "#8be9fd",
"bg": "#282a36"
}
},
"syntax": {
"group": {
"comment": "#6272a4",
"function": "#50fa7b",
"keyword": "#ff79c6",
"number": "#bd93f9",
"string": "#f1fa8c",
"type": "#8be9fd",
"variable": "#f8f8f2"
},
"exact": {
"comment.documentation": "#6272a4",
"function.call": "#50fa7b",
"keyword.return": "#ff79c6",
"string.escape": "#ffb86c",
"variable.parameter": "#ffb86c"
}
}
}