mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
77 lines
No EOL
2.2 KiB
JSON
77 lines
No EOL
2.2 KiB
JSON
{
|
|
"light": false,
|
|
"ImGuiStyle": {
|
|
"WindowRounding": 2.0,
|
|
"ChildRounding": 2.0,
|
|
"FrameRounding": 2.0,
|
|
"GrabRounding": 2.0,
|
|
"PopupRounding": 2.0,
|
|
"ScrollbarRounding": 2.0
|
|
},
|
|
"ImGuiColors": {
|
|
"Text": "#FFFFFFFF",
|
|
"TextDisabled": "#808080FF",
|
|
"WindowBg": "#0F0F0FF0",
|
|
"ChildBg": "#FFFFFF00",
|
|
"PopupBg": "#141414F0",
|
|
"Border": "#6E6E8080",
|
|
"BorderShadow": "#00000000",
|
|
"FrameBg": "#3336388A",
|
|
"FrameBgHovered": "#3336388A",
|
|
"FrameBgActive": "#3336388A",
|
|
"TitleBg": "#0A0A0AFF",
|
|
"TitleBgActive": "#4A4A4AFF",
|
|
"TitleBgCollapsed": "#00000082",
|
|
"MenuBarBg": "#242424FF",
|
|
"ScrollbarBg": "#05050587",
|
|
"ScrollbarGrab": "#4F4F4FFF",
|
|
"ScrollbarGrabHovered": "#696969FF",
|
|
"ScrollbarGrabActive": "#828282FF",
|
|
"CheckMark": "#3D85E0FF",
|
|
"SliderGrab": "#3D85E0FF",
|
|
"SliderGrabActive": "#4296FAFF",
|
|
"Button": "#70707066",
|
|
"ButtonHovered": "#70707073",
|
|
"ButtonActive": "#70707066",
|
|
"Header": "#A1A1B34F",
|
|
"HeaderHovered": "#A1A1B366",
|
|
"HeaderActive": "#A1A1B34F",
|
|
"Separator": "#6E6E8080",
|
|
"SeparatorHovered": "#B8B8B8C7",
|
|
"SeparatorActive": "#828282FF",
|
|
"ResizeGrip": "#E8E8E840",
|
|
"ResizeGripHovered": "#CFCFCFAB",
|
|
"ResizeGripActive": "#757575F2",
|
|
"PlotLines": "#66E6FFFF",
|
|
"PlotLinesHovered": "#FF6E59FF",
|
|
"PlotHistogram": "#BA9926FF",
|
|
"PlotHistogramHovered": "#FF9900FF",
|
|
"TextSelectedBg": "#DEDEDE59",
|
|
"ModalWindowDimBg": "#CCCCCC59",
|
|
"DragDropTarget": "#FFFF00E6",
|
|
"NavHighlight": "#999999FF",
|
|
"NavWindowingHighlight": "#FFFFFFB3"
|
|
},
|
|
"SatDumpColors": {
|
|
"red": "#FF0000FF",
|
|
"green": "#1EFF00FF",
|
|
"blue": "#0000FFFF",
|
|
"yellow": "#FFFF00FF",
|
|
"orange": "#FFAC12FF",
|
|
"cyan": "#00FFFFFF",
|
|
"fuchsia": "#FF00FFFF",
|
|
"magenta": "#C800FFFF",
|
|
"lavender": "#A0A0FFFF",
|
|
"light_green": "#64FF64FF",
|
|
"light_cyan": "#00EDFFFF",
|
|
"constellation": "#1EFF00FF",
|
|
"plot_bg": "#3336388A",
|
|
"fft_graduations": "#FFFFFF66",
|
|
"notification_bg": "#2A2A2A64",
|
|
"widget_bg": "#000000FF",
|
|
"frame_bg": "#111111FF",
|
|
"overlay_bg": "#000000B5",
|
|
"freq_highlight": "#98BAE180",
|
|
"treeview_icon": "#808080FF"
|
|
}
|
|
} |