mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
70 lines
No EOL
1.9 KiB
JSON
70 lines
No EOL
1.9 KiB
JSON
{
|
|
"light": true,
|
|
"font": "px_sans_nouveaux",
|
|
"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": "#222222FF",
|
|
"SeparatorHovered": "#222222FF",
|
|
"SeparatorActive": "#222222FF",
|
|
"Border": "#000000FF",
|
|
"BorderShadow": "#11111100",
|
|
"FrameBg": "#FFFFFFFF",
|
|
"FrameBgHovered": "#FFFFFFFF",
|
|
"FrameBgActive": "#382D00FF",
|
|
"Tab": "#00000000",
|
|
"TabHovered": "#3D7DC0FF",
|
|
"TabActive": "#3D7DC0FF",
|
|
"MenuBarBg": "#A0A0A0FF",
|
|
"TitleBgActive": "#3D7DC0FF",
|
|
"CheckMark": "#000000FF",
|
|
"SliderGrab": "#010081FF",
|
|
"SliderGrabActive": "#010081FF",
|
|
"Button": "#C0C0C0FF",
|
|
"ButtonHovered": "#C0C0C0FF",
|
|
"ButtonActive": "#A0A0A0FF",
|
|
"Header": "#C0C0C0FF",
|
|
"HeaderHovered": "#C0C0C0FF",
|
|
"HeaderActive": "#C0C0C0FF",
|
|
"TableBorderStrong": "#000000FF",
|
|
"TableBorderLight": "#AAAAAAFF",
|
|
"TableRowBgAlt": "#C0C0C0FF",
|
|
"TableHeaderBg": "#FFB0001D",
|
|
"PlotHistogram": "010081FF",
|
|
"PlotLines": "00FF00FF"
|
|
},
|
|
"SatDumpColors": {
|
|
"red": "#BF0000FF",
|
|
"green": "#0F8000FF",
|
|
"blue": "#000080FF",
|
|
"yellow": "#8C4512FF",
|
|
"orange": "#BF800DFF",
|
|
"cyan": "#008080FF",
|
|
"fuchsia": "#800080FF",
|
|
"magenta": "#640080FF",
|
|
"lavender": "#505080FF",
|
|
"light_green": "#338033FF",
|
|
"light_cyan": "#008080FF",
|
|
"constellation": "#00FF00FF",
|
|
"widget_bg": "#000000FF",
|
|
"frame_bg": "#C0C0C0FF",
|
|
"notification_bg": "#D4D4D4C8",
|
|
"overlay_bg": "#FFFFFFB5",
|
|
"freq_highlight": "#98BAE1BF",
|
|
"plot_bg": "#000000FF",
|
|
"fft_graduations": "#D0D0D0FF",
|
|
"treeview_icon": "#000000FF"
|
|
}
|
|
} |