mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
69 lines
No EOL
1.9 KiB
JSON
69 lines
No EOL
1.9 KiB
JSON
{
|
|
"light": true,
|
|
"font_size": 15,
|
|
"ImGuiStyle": {
|
|
"WindowRounding": 0.0,
|
|
"ChildRounding": 0.0,
|
|
"FrameRounding": 0.0,
|
|
"GrabRounding": 0.0,
|
|
"PopupRounding": 0.0,
|
|
"ScrollbarRounding": 0.0,
|
|
"TabBorderSize": 1.0,
|
|
"FrameBorderSize": 1.0
|
|
},
|
|
"ImGuiColors": {
|
|
"Text": "#000000FF",
|
|
"TextDisabled": "#666666FF",
|
|
"TextSelectedBg": "#0100814C",
|
|
"Separator": "#000000FF",
|
|
"SeparatorHovered": "#111111FF",
|
|
"SeparatorActive": "#111111FF",
|
|
"Border": "#000000FF",
|
|
"BorderShadow": "#11111100",
|
|
"FrameBg": "#FFFFFFFF",
|
|
"FrameBgHovered": "#FFFFFFFF",
|
|
"FrameBgActive": "#382D00FF",
|
|
"Tab": "#00000000",
|
|
"TabHovered": "#6DB4FFFF",
|
|
"TabActive": "#6DB4FFFF",
|
|
"MenuBarBg": "#FFFFFFFF",
|
|
"TitleBgActive": "#6DB4FFFF",
|
|
"CheckMark": "#000000FF",
|
|
"SliderGrab": "#010081FF",
|
|
"SliderGrabActive": "#010081FF",
|
|
"Button": "#6DB4FF",
|
|
"ButtonHovered": "#99ACBFF",
|
|
"ButtonActive": "#FFFFFFFF",
|
|
"Header": "#EEEEEEFF",
|
|
"HeaderHovered": "#EEEEEEFF",
|
|
"HeaderActive": "#EEEEEEFF",
|
|
"TableBorderStrong": "#000000FF",
|
|
"TableBorderLight": "#AAAAAAFF",
|
|
"TableRowBgAlt": "#EEEEEEFF",
|
|
"TableHeaderBg": "#FFB0001D",
|
|
"PlotHistogram": "010081FF",
|
|
"PlotLines": "000000FF"
|
|
},
|
|
"SatDumpColors": {
|
|
"red": "#BF0000FF",
|
|
"green": "#000000FF",
|
|
"blue": "#000080FF",
|
|
"yellow": "#8C4512FF",
|
|
"orange": "#BF800DFF",
|
|
"cyan": "#008080FF",
|
|
"fuchsia": "#800080FF",
|
|
"magenta": "#640080FF",
|
|
"lavender": "#505080FF",
|
|
"light_green": "#338033FF",
|
|
"light_cyan": "#008080FF",
|
|
"constellation": "#000000FF",
|
|
"widget_bg": "#FFFFFFFF",
|
|
"frame_bg": "#FFFFFFFF",
|
|
"notification_bg": "#D4D4D4C8",
|
|
"overlay_bg": "#FFFFFFB5",
|
|
"freq_highlight": "#98BAE1BF",
|
|
"plot_bg": "#FFFFFFFF",
|
|
"fft_graduations": "#888888FF",
|
|
"treeview_icon": "#000000FF"
|
|
}
|
|
} |