Serial-Studio/assets/themes/1_Light.json

78 lines
2.3 KiB
JSON
Raw Normal View History

2021-09-05 02:41:48 -05:00
{
"name":"Light",
"author":"Alex Spataru",
"colors":{
2021-09-05 15:37:11 -05:00
"base":"#fafafa",
"link":"#105087",
"button":"#eaeaea",
"window":"#eaeaea",
2021-09-05 02:41:48 -05:00
"text":"#000000",
2021-09-05 15:37:11 -05:00
"midlight":"#d9d9d9",
"highlight":"#004077",
2021-09-05 03:20:08 -05:00
"brightText":"#ffffff",
2021-09-05 02:41:48 -05:00
"buttonText":"#000000",
"windowText":"#000000",
2021-09-05 15:37:11 -05:00
"toolTipBase":"#FEFFC6",
"toolTipText":"#000000",
"highlightedText":"#ffffff",
"highlightedTextAlternative":"#444444",
"toolbarGradient1":"#105087",
"toolbarGradient2":"#004077",
2021-09-05 17:05:17 -05:00
"menubarGradient1":"#ffffff",
"menubarGradient2":"#ffffff",
"menubarText":"#000000",
"dialogBackground":"#ffffff",
2021-09-05 15:37:11 -05:00
"consoleText":"#686868",
"consoleBase":"#fafafa",
"consoleButton":"#eaeaea",
"consoleWindow":"#eaeaea",
"consoleHighlight":"#2e895c",
"consoleHighlightedText":"#ffffff",
"windowBackground":"#E6E6E6",
"windowGradient1":"#105087",
"windowGradient2":"#004077",
"alternativeHighlight":"#f8961e",
2021-09-05 16:03:06 -05:00
"setupPanelBackground":"#f3f3f3",
2021-09-05 15:37:11 -05:00
"graphDialBorder":"#666666",
"datasetTextPrimary":"#0072C3",
"datasetTextSecondary":"#666666",
"datasetWindowBackground":"#fafafa",
"datasetWindowBorder":"#3e996c",
"datagridBackground":"#f4f4f7",
"ledEnabled":"#0072C3",
"ledDisabled":"#686868",
"csvHighlight":"#2e895c",
"widgetBackground":"#f4f4f7",
"widgetForegroundPrimary":"#0072C3",
"widgetForegroundSecondary":"#666666",
"widgetIndicator1":"#444444",
"widgetIndicator2":"#f94144",
"widgetIndicator3":"#90be6d",
"widgetAlternativeBackground":"#ededed",
"widgetControlBackground":"#666666",
2021-09-05 02:41:48 -05:00
"gyroSky":"#5c93c5",
"gyroText":"#ffffff",
"gyroGround":"#7d5233",
"mapDotBackground":"#ff0000",
"mapDotForeground":"#ffffff",
"mapBorder":"#646464",
"mapHorizon":"#dedede",
"mapSkyLowAltitude":"#6ba9d1",
"mapSkyHighAltitude":"#283e51",
2021-09-05 16:03:06 -05:00
"connectButtonChecked":"#FE696E",
2021-09-05 15:37:11 -05:00
"connectButtonUnchecked":"#26CD40",
2021-09-05 02:41:48 -05:00
"barWidgetColors":[
"#f94144",
"#f3722c",
"#f8961e",
"#f9844a",
"#f9c74f",
"#90be6d",
"#43aa8b",
"#4d908e",
"#577590",
"#277da1"
]
}
}