65 lines
1.8 KiB
JSON
Raw Normal View History

2021-10-05 03:45:34 -05:00
{
2021-10-05 04:11:23 -05:00
"name":"Noir",
2021-10-05 03:45:34 -05:00
"author":"Alex Spataru",
"colors":{
2021-10-05 04:00:25 -05:00
"base":"#fafafa",
2021-10-05 03:45:34 -05:00
"link":"#105087",
2021-10-05 04:00:25 -05:00
"button":"#fafafa",
"window":"#fafafa",
"text":"#000000",
2021-10-05 03:45:34 -05:00
"midlight":"#2c2c2c",
2021-10-05 04:11:23 -05:00
"highlight":"#1e7cf3",
2021-10-05 03:45:34 -05:00
"brightText":"#ffffff",
2021-10-05 04:00:25 -05:00
"buttonText":"#000000",
"windowText":"#000000",
2021-10-05 03:45:34 -05:00
"toolTipBase":"#feffc6",
"toolTipText":"#000000",
"highlightedText":"#ffffff",
2021-10-05 04:11:23 -05:00
"highlightedTextAlternative":"#666666",
2021-10-05 03:45:34 -05:00
"placeholderText":"#666666",
2021-10-05 14:42:22 -05:00
"toolbarGradient1":"#323030",
"toolbarGradient2":"#292929",
2021-11-07 03:49:50 -06:00
"menubarText":"#ffffff",
2021-10-05 04:24:25 -05:00
"dialogBackground":"#f2f2f2",
2021-10-05 14:42:22 -05:00
"consoleText":"#424242",
"consoleBase":"#f2f2f2",
2021-10-05 04:00:25 -05:00
"consoleButton":"#fafafa",
2021-10-05 03:45:34 -05:00
"consoleWindow":"#1c1c1c",
2021-10-05 04:11:23 -05:00
"consoleHighlight":"#1e7cf3",
2021-10-05 03:45:34 -05:00
"consoleHighlightedText":"#ffffff",
"consolePlaceholderText":"#bebebe",
2021-10-05 04:24:25 -05:00
"windowBackground":"#aaaaaa",
2021-10-05 03:45:34 -05:00
"windowGradient1":"#323030",
"windowGradient2":"#323030",
2021-10-05 04:11:23 -05:00
"alternativeHighlight":"#42b554",
2021-10-05 18:46:26 -05:00
"setupPanelBackground":"#f2f2f2",
2021-10-06 16:58:35 -05:00
"paneWindowBackground":"#ffffff",
2021-10-05 04:00:25 -05:00
"ledEnabled":"#26cd40",
2021-10-05 03:45:34 -05:00
"ledDisabled":"#686868",
2021-10-06 16:58:35 -05:00
"csvCheckbox":"#2e895c",
"connectButtonChecked":"#d72d60",
"connectButtonUnchecked":"#2eed5c",
"widgetTextPrimary":"#24476a",
"widgetTextSecondary":"#666666",
"widgetWindowBackground":"#f2f2f2",
"widgetWindowBorder":"#62676a",
2021-10-05 03:45:34 -05:00
"widgetForegroundPrimary":"#f94144",
"widgetForegroundSecondary":"#666666",
2021-10-06 16:58:35 -05:00
"widgetIndicator":"#444444",
2021-10-05 03:45:34 -05:00
"widgetControlBackground":"#666666",
"widgetColors":[
2021-10-09 17:46:05 -05:00
"#1f76b4",
"#ff7f0f",
"#2aa02b",
"#d62628",
"#9467bd",
"#8c564c",
"#e377c1",
"#7f7f7f",
"#bcbd21",
"#19bdcf",
"#1955fe"
2021-10-05 03:45:34 -05:00
]
}
}