76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
|
|
{
|
||
|
|
"name": "High Contrast",
|
||
|
|
"syntax": {
|
||
|
|
"keyword": "#FFFF00",
|
||
|
|
"string": "#00FF00",
|
||
|
|
"comment": "#00FFFF",
|
||
|
|
"number": "#FFA500",
|
||
|
|
"function": "#FF66FF",
|
||
|
|
"parameter": "#FFFFFF",
|
||
|
|
"type": "#00BFFF",
|
||
|
|
"operator": "#FFFFFF",
|
||
|
|
"punctuation": "#FFFFFF",
|
||
|
|
"builtin": "#FFD700",
|
||
|
|
"identifier": "#FFFFFF",
|
||
|
|
"plain": "#FFFFFF"
|
||
|
|
},
|
||
|
|
"editor": {
|
||
|
|
"gutter_bg": "#000000",
|
||
|
|
"gutter_text": "#FFFFFF",
|
||
|
|
"diag_error": "#FF0000",
|
||
|
|
"diag_warning": "#FFA500",
|
||
|
|
"diag_info": "#00BFFF",
|
||
|
|
"suggestion": "#FFFF00",
|
||
|
|
"conflict": "#FF0000",
|
||
|
|
"conflict_line": "#FF0000B4",
|
||
|
|
"fold_indicator": "#FFFFFF",
|
||
|
|
"line_highlight": "#1A1A1A",
|
||
|
|
"selection": "#003366",
|
||
|
|
"annotation_tag_bg": "#1A1A1A",
|
||
|
|
"fold_placeholder": "#FFFFFF",
|
||
|
|
"caret": "#FFFFFF",
|
||
|
|
"minimap_bg": "#000000",
|
||
|
|
"minimap_line": "#333333",
|
||
|
|
"minimap_line_active": "#666666",
|
||
|
|
"minimap_view": "#FFFFFF"
|
||
|
|
},
|
||
|
|
"imgui": {
|
||
|
|
"WindowBg": "#000000",
|
||
|
|
"ChildBg": "#000000",
|
||
|
|
"PopupBg": "#000000",
|
||
|
|
"Border": "#FFFFFF",
|
||
|
|
"Text": "#FFFFFF",
|
||
|
|
"TextDisabled": "#AAAAAA",
|
||
|
|
"FrameBg": "#111111",
|
||
|
|
"FrameBgHovered": "#222222",
|
||
|
|
"FrameBgActive": "#333333",
|
||
|
|
"TitleBg": "#000000",
|
||
|
|
"TitleBgActive": "#000000",
|
||
|
|
"Header": "#111111",
|
||
|
|
"HeaderHovered": "#222222",
|
||
|
|
"HeaderActive": "#333333",
|
||
|
|
"Tab": "#111111",
|
||
|
|
"TabHovered": "#222222",
|
||
|
|
"TabActive": "#000000",
|
||
|
|
"Button": "#111111",
|
||
|
|
"ButtonHovered": "#222222",
|
||
|
|
"ButtonActive": "#333333",
|
||
|
|
"ScrollbarBg": "#000000",
|
||
|
|
"ScrollbarGrab": "#444444",
|
||
|
|
"ScrollbarGrabHovered": "#666666",
|
||
|
|
"ScrollbarGrabActive": "#888888",
|
||
|
|
"CheckMark": "#FFFFFF",
|
||
|
|
"SliderGrab": "#FFFFFF",
|
||
|
|
"SliderGrabActive": "#FFFFFF",
|
||
|
|
"Separator": "#FFFFFF",
|
||
|
|
"SeparatorHovered": "#FFFFFF",
|
||
|
|
"SeparatorActive": "#FFFFFF"
|
||
|
|
},
|
||
|
|
"layout": {
|
||
|
|
"panelPadding": [8.0, 6.0],
|
||
|
|
"panelSpacing": [8.0, 6.0],
|
||
|
|
"windowBorderSize": 2.0,
|
||
|
|
"frameBorderSize": 2.0
|
||
|
|
}
|
||
|
|
}
|