oxjs/source/Ox.UI/themes/modern/json/theme.jsonc

203 lines
8.1 KiB
Text
Raw Normal View History

2012-12-28 17:23:08 +00:00
{
"themeName": "Dark",
"themeLightnessBackground": 0.25,
"themeLightnessColor": 0.75,
"barGradient": [[64, 64, 64], [32, 32, 32]],
"barSelectedColor": [255, 255, 255],
"barSelectedGradient": [[80, 80, 80], [48, 48, 48]],
"bodyBackground": [16, 16, 16],
"bodyBorder": [48, 48, 48],
"bodyColor": [240, 240, 240],
"bodyBrightColor": [255, 255, 255],
"bodyHighlightBackground": [16, 16, 16],
"bodyHighlightColor": [255, 255, 0],
"bodyLightColor": [128, 128, 128],
"bodyWarningBorder": [192, 0, 0],
"buttonGradient": [[96, 96, 96], [64, 64, 64]],
"buttonActiveColor": [208, 208, 208],
"buttonActiveGradient": [[80, 80, 80], [80, 80, 80]],
"buttonDisabledColor": [128, 128, 128],
"buttonDisabledGradient": [[80, 80, 80], [80, 80, 80]],
"buttonSelectedColor": [224, 224, 224],
"buttonSelectedGradient": [[32, 32, 32], [64, 64, 64]],
"calendarBackground": [24, 24, 24],
"calendarControlBackground": [0, 0, 0, 0.75],
"calendarControlBorder": [192, 192, 192],
"calendarControlColor": [192, 192, 192],
"calendarEventColor": [255, 255, 255],
"calendarEventShadow": [255, 255, 255],
"calendarEventDateGradient": [[96, 96, 192, 0.9], [64, 64, 160, 0.9]],
"calendarEventOtherGradient": [[192, 32, 32, 0.9], [160, 0, 0, 0.9]],
"calendarEventPersonGradient": [[255, 96, 0, 0.9], [224, 64, 0, 0.9]],
"calendarEventPlaceGradient": [[0, 128, 96, 0.9], [0, 96, 64, 0.9]],
"calendarLineBackground": [32, 32, 32],
"calendarOverlayOddBackground": [0, 0, 0, 0.25],
"calendarOverlayEvenBackground": [255, 255, 255, 0.25],
"calendarOverlayEvenShadow": [255, 255, 255],
"calendarTimelineOddGradient": [[64, 64, 64], [32, 32, 32]],
"calendarTimelineEvenGradient": [[48, 48, 48], [24, 24, 24]], // wrong?
"dialogBackground": [48, 48, 48, 0.95],
"dialogShadow": [0, 0, 0],
"dialogBarGradient": [[64, 64, 64, 0.95], [32, 32, 32, 0.95]],
"dialogLayerBackground": [0, 0, 0],
"dialogReflectionGradient": [[48, 48, 48, 0.75], [48, 48, 48, 1]],
"documentBorder": [48, 48, 48],
"documentLabelBackground": [16, 16, 16],
"documentCodeColor": [192, 192, 255],
"documentWarningColor": [192, 0, 0],
"formelementBorder": [48, 48, 48],
"formelementColor": [192, 192, 192],
"formelementFocusShadow": [128, 128, 128], // used to be for inputs only, not buttons
"gridGradient": [[8, 8, 8], [24, 24, 24]],
"inputGradient": [[0, 0, 0], [32, 32, 32]],
"inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
"inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],
"inputErrorColor": [255, 64, 64],
"inputPlaceholderColor": [96, 96, 96],
"labelBackground": [80, 80, 80],
"labelDisabledColor": [128, 128, 128],
"linkColor": [128, 128, 255],
"listCellBorder": [24, 24, 24],
"listCellFocusSelectedBorder": [72, 72, 72],
"listCellFocusSelectedColor": [255, 255, 255],
"listCellSelectedBorder": [40, 40, 40],
"listCellSelectedColor": [240, 240, 240],
"listHeadBorder": [24, 24, 24],
"listIconLoadingBorder": [48, 48, 48],
"listIconLoadingGradient": [[32, 32, 32], [0, 0, 0]],
"listIconFocusSelectedBorder": [128, 128, 128],
"listIconFocusSelectedShadow": [128, 128, 128],
"listIconSelectedBorder": [64, 64, 64],
"listIconSelectedShadow": [64, 64, 64],
"listIconLabelFocusSelectedBackground": [128, 128, 128, 0.5],
"listIconLabelFocusSelectedBorder": [128, 128, 128],
"listIconLabelFocusSelectedShadow": [128, 128, 128],
"listIconLabelSelectedBackground": [92, 92, 92], // wrong?
"listIconLabelSelectedBorder": [92, 92, 92], // wrong?
"listIconLabelSelectedShadow": [64, 64, 64], // wrong?
"listIconTextShadow": [0, 0, 0],
"listIconTextFocusSelectedShadow": [32, 32, 32],
"listIconTextSelectedShadow": [16, 16, 16],
"listItemBorder": [32, 32, 32],
"listItemOddBackground": [14, 14, 14],
"listItemEvenBackground": [18, 18, 18],
"listItemDropOddBackground": [78, 78, 78],
"listItemDropEvenBackground": [82, 82, 82],
"listItemFocusSelectedBackground": [64, 64, 64],
"listItemFocusSelectedOddBackground": [62, 62, 62],
"listItemFocusSelectedEvenBackground": [68, 68, 68],
"listItemSelectedBackground": [48, 48, 48],
"listItemSelectedOddBackground": [46, 46, 46],
"listItemSelectedEvenBackground": [50, 50, 50],
"mapControlBackground": [0, 0, 0, 0.5],
"mapControlBorder": [192, 192, 192],
"mapControlColor": [192, 192, 192],
"mapPlaceBorder": [0, 0, 0],
"mapPlaceEditingBorder": [128, 128, 255],
"mapPlaceSelectedBorder": [255, 255, 255],
"mapPlaceBoroughColor": [255, 128, 0],
"mapPlaceBuildingColor": [255, 64, 128],
"mapPlaceCityColor": [255, 0, 0],
"mapPlaceCountryColor": [64, 64, 255],
"mapPlaceFeatureColor": [0, 192, 0],
"mapPlaceRegionColor": [0, 192, 192],
"mapPlaceStreetColor": [255, 255, 0],
"menuShadow": [0, 0, 0, 0.75],
"menuBackground": [48, 48, 48, 0.96],
"menuDisabledColor": [128, 128, 128],
"menuSelectedBackground": [64, 64, 64, 0.96],
"progressbarBackground": [255, 255, 255, 0.05],
"progressbarAnimateBackground": [255, 255, 255, 0.1],
"reflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
"screenBackground": [32, 32, 32],
"screenColor": [224, 224, 224],
"screenReflectionGradient": [[32, 32, 32, 0.75], [32, 32, 32, 1], [32, 32, 32, 1]],
"scrollbarCornerGradient": [[96, 96, 96], [32, 32, 32]],
"selectionBackground": [192, 192, 192],
"sourcecodeBackground": [0, 0, 0],
"sourcecodeCommentColor": [128, 128, 128],
"sourcecodeConstantColor": [192, 64, 64],
"sourcecodeErrorBackground": [255, 0, 0],
"sourcecodeErrorColor": [255, 255, 255],
"sourcecodeIdentifierColor": [192, 192, 192],
"sourcecodeKeywordColor": [128, 128, 255],
"sourcecodeLinenumbersBackground": [32, 32, 32],
"sourcecodeLinenumbersColor": [128, 128, 128],
"sourcecodeMethodColor": [64, 192, 192],
"sourcecodeNumberColor": [192, 64, 64],
"sourcecodeObjectColor": [64, 192, 192],
"sourcecodeOperatorColor": [128, 128, 255],
"sourcecodePropertyColor": [64, 192, 64],
"sourcecodeRegexpColor": [192, 192, 64],
"sourcecodeSpecialColor": [64, 64, 64],
"sourcecodeStringColor": [64, 192, 64],
"sourcecodeWhitespaceBackground": [255, 255, 0],
"sourceviewerCodeBackground": [0, 0, 0],
"sourceviewerCodeShadow": [255, 255, 255], // wrong?
"symbolDefaultColor": [192, 192, 192],
"symbolDisabledColor": [128, 128, 128],
"symbolFailedColor": [192, 0, 0],
"symbolPassedColor": [0, 192, 0],
"symbolSelectedColor": [255, 255, 255],
"symbolVideoColor": [255, 255, 255],
"symbolWarningColor": [255, 0, 0],
"tooltipBackground": [0, 0, 0, 0.96],
"tooltipBorder": [128, 128, 128, 0.96],
"tooltipColor": [128, 128, 128],
"tooltipShadow": [0, 0, 0, 0.5],
"videoBarGradient": [[64, 64, 64, 0.5], [0, 0, 0, 0.5]],
"videoButtonGradient": [[64, 64, 64, 0.75], [0, 0, 0, 0.75]],
"videoButtonActiveGradient": [[64, 64, 64], [0, 0, 0]],
"videoInputGradient": [[32, 32, 32, 0.75], [64, 64, 64, 0.75]],
"videoMenuBackground": [32, 32, 32, 0.5],
"videoMenuBorder": [64, 64, 64, 0.5],
"videoMenuSelectedGradient": [[48, 48, 48, 0.5], [16, 16, 16, 0.5]],
"videoAnnotationEditableEditingBackground": [64, 128, 64],
"videoAnnotationEditableEditingColor": [255, 255, 255],
"videoAnnotationEditableSelectedBackground": [64, 64, 192],
"videoAnnotationEditableSelectedShadow": [255, 255, 255],
"videoAnnotationSelectedBackground": [48, 48, 48],
"videoAnnotationSeparatorColor": [160, 160, 160],
"videoMarkerBackground": [0, 0, 0],
"videoMarkerBorder": [255, 255, 255],
"videoTimelineDefaultGradient": [[32, 32, 32], [244, 244, 244]],
"videoTimelineEditableGradient": [[0, 0, 128], [128, 128, 255]],
"videoTimelineEditingGradient": [[0, 128, 0], [128, 255, 128]],
"videoTimelineResultGradient": [[0, 0, 0], [255, 255, 0]],
"videoTimelineSelectedGradient": [[0, 0, 0], [255, 255, 255]],
"videoTimelineMarkerShadow": [0, 0, 0, 0.5],
"videoTimelineMarkerPausedBorder": [255, 255, 255, 0.5],
"videoTimelineMarkerPlayingBorder": [255, 255, 255]
}