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

71 lines
2.1 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",
2021-09-12 17:54:26 -05:00
"button":"#d8d8d8",
"window":"#d8d8d8",
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-12 17:54:26 -05:00
"toolTipBase":"#feffc6",
2021-09-05 15:37:11 -05:00
"toolTipText":"#000000",
"highlightedText":"#ffffff",
"highlightedTextAlternative":"#444444",
2021-10-01 02:01:49 -05:00
"placeholderText":"#666666",
2021-09-05 15:37:11 -05:00
"toolbarGradient1":"#105087",
"toolbarGradient2":"#004077",
2021-09-05 17:05:17 -05:00
"menubarGradient1":"#ffffff",
"menubarGradient2":"#ffffff",
"menubarText":"#000000",
2021-09-12 17:54:26 -05:00
"dialogBackground":"#e8e8e8",
2021-09-14 18:02:27 -05:00
"consoleText":"#242424",
2021-09-05 15:37:11 -05:00
"consoleBase":"#fafafa",
"consoleButton":"#eaeaea",
"consoleWindow":"#eaeaea",
"consoleHighlight":"#2e895c",
"consoleHighlightedText":"#ffffff",
2021-10-01 02:01:49 -05:00
"consolePlaceholderText":"#666666",
2021-09-12 17:54:26 -05:00
"windowBackground":"#d8d8d8",
2021-09-05 15:37:11 -05:00
"windowGradient1":"#105087",
"windowGradient2":"#004077",
2021-09-12 17:54:26 -05:00
"alternativeHighlight":"#53ab27",
"setupPanelBackground":"#e8e8e8",
"datasetValue":"#dd3224",
"graphDialBorder":"#222222",
2021-09-12 17:54:26 -05:00
"datasetTextPrimary":"#24476a",
2021-09-05 15:37:11 -05:00
"datasetTextSecondary":"#666666",
2021-09-26 05:42:22 -05:00
"datasetWindowBackground":"#e8e8e8",
2021-09-12 17:54:26 -05:00
"datasetWindowBorder":"#336698",
"embeddedWindowBackground":"#f1f1f1",
2021-09-05 15:37:11 -05:00
"ledEnabled":"#0072C3",
"ledDisabled":"#686868",
"csvHighlight":"#2e895c",
2021-09-27 00:59:45 -05:00
"widgetForegroundPrimary":"#f94144",
2021-09-05 15:37:11 -05:00
"widgetForegroundSecondary":"#666666",
"widgetIndicator1":"#444444",
"widgetIndicator2":"#f94144",
"widgetIndicator3":"#90be6d",
2021-09-12 18:38:07 -05:00
"widgetAlternativeBackground":"#fafafa",
2021-09-05 15:37:11 -05:00
"widgetControlBackground":"#666666",
2021-09-12 17:54:26 -05:00
"connectButtonChecked":"#fe696e",
"connectButtonUnchecked":"#26cd40",
2021-09-26 21:05:03 -05:00
"widgetColors":[
2021-09-05 02:41:48 -05:00
"#f94144",
"#f3722c",
"#f8961e",
"#f9844a",
"#f9c74f",
"#90be6d",
"#43aa8b",
"#4d908e",
"#577590",
"#277da1"
]
}
}