forked from 0x2620/oxjs
update theme jsonc
This commit is contained in:
parent
5ef888b638
commit
d6202a433a
2 changed files with 75 additions and 59 deletions
|
|
@ -12,9 +12,11 @@
|
|||
"bodyBorder": [48, 48, 48],
|
||||
"bodyColor": [240, 240, 240],
|
||||
"bodyBrightColor": [255, 255, 255],
|
||||
"bodyHighlightBackground": [16, 16, 16],
|
||||
"bodyHighlightColor": [255, 255, 0],
|
||||
"bodyHighlightGradient": [[16, 16, 16], [16, 16, 16]],
|
||||
"bodyLightColor": [128, 128, 128],
|
||||
"bodyReflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
|
||||
"bodySelectionBackground": [192, 192, 192],
|
||||
"bodyWarningBorder": [192, 0, 0],
|
||||
|
||||
"buttonGradient": [[96, 96, 96], [64, 64, 64]],
|
||||
|
|
@ -26,9 +28,9 @@
|
|||
"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],
|
||||
"calendarControlGradient": [[0, 0, 0, 0.75], [0, 0, 0, 0.75]],
|
||||
"calendarEventColor": [255, 255, 255],
|
||||
"calendarEventShadow": [255, 255, 255],
|
||||
"calendarEventDateGradient": [[96, 96, 192, 0.9], [64, 64, 160, 0.9]],
|
||||
|
|
@ -42,6 +44,14 @@
|
|||
"calendarTimelineOddGradient": [[64, 64, 64], [32, 32, 32]],
|
||||
"calendarTimelineEvenGradient": [[48, 48, 48], [24, 24, 24]], // wrong?
|
||||
|
||||
"colorBlue": [],
|
||||
"colorCyan": [],
|
||||
"colorGreen": [],
|
||||
"colorMagenta": [],
|
||||
"colorOrange": [],
|
||||
"colorRed": [],
|
||||
"colorYellow": [],
|
||||
|
||||
"dialogBackground": [48, 48, 48, 0.95],
|
||||
"dialogShadow": [0, 0, 0],
|
||||
"dialogBarGradient": [[64, 64, 64, 0.95], [32, 32, 32, 0.95]],
|
||||
|
|
@ -49,8 +59,8 @@
|
|||
"dialogReflectionGradient": [[48, 48, 48, 0.75], [48, 48, 48, 1]],
|
||||
|
||||
"documentBorder": [48, 48, 48],
|
||||
"documentLabelBackground": [16, 16, 16],
|
||||
"documentCodeColor": [192, 192, 255],
|
||||
"documentLabelBackground": [16, 16, 16],
|
||||
"documentWarningColor": [192, 0, 0],
|
||||
|
||||
"formelementBorder": [48, 48, 48],
|
||||
|
|
@ -71,10 +81,6 @@
|
|||
"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],
|
||||
|
||||
|
|
@ -84,31 +90,36 @@
|
|||
"listIconFocusSelectedShadow": [128, 128, 128],
|
||||
"listIconSelectedBorder": [64, 64, 64],
|
||||
"listIconSelectedShadow": [64, 64, 64],
|
||||
"listIconLabelFocusSelectedBackground": [128, 128, 128, 0.5],
|
||||
"listIconLabelFocusSelectedBorder": [128, 128, 128],
|
||||
"listIconLabelFocusSelectedGradient": [[128, 128, 128, 0.5], [128, 128, 128, 0.5]],
|
||||
"listIconLabelFocusSelectedShadow": [128, 128, 128],
|
||||
"listIconLabelSelectedBackground": [92, 92, 92], // wrong?
|
||||
"listIconLabelSelectedBorder": [92, 92, 92], // wrong?
|
||||
"listIconLabelSelectedGradient": [[92, 92, 92, 0.5], [92, 92, 92, 0.5]], // 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],
|
||||
"listItemGradient": [[16, 16, 16], [16, 16, 16]],
|
||||
"listItemOddGradient": [[14, 14, 14], [14, 14, 14]],
|
||||
"listItemEvenGradient": [[18, 18, 18], [18, 18, 18]],
|
||||
"listItemDropOddGradient": [[78, 78, 78], [78, 78, 78]],
|
||||
"listItemDropEvenGradient": [[82, 82, 82], [82, 82, 82]],
|
||||
"listItemFocusSelectedBorder": [72, 72, 72],
|
||||
"listItemFocusSelectedColor": [255, 255, 255],
|
||||
"listItemFocusSelectedGradient": [[64, 64, 64], [64, 64, 64]],
|
||||
"listItemFocusSelectedOddGradient": [[62, 62, 62], [62, 62, 62]],
|
||||
"listItemFocusSelectedEvenGradient": [[66, 66, 66], [66, 66, 66]],
|
||||
"listItemSelectedBorder": [40, 40, 40],
|
||||
"listItemSelectedColor": [240, 240, 240],
|
||||
"listItemSelectedGradient": [[48, 48, 48], [48, 48, 48]],
|
||||
"listItemSelectedOddGradient": [[46, 46, 46], [46, 46, 46]],
|
||||
"listItemSelectedEvenGradient": [[50, 50, 50], [50, 50, 50]],
|
||||
|
||||
"mapControlBackground": [0, 0, 0, 0.5],
|
||||
"mapControlBorder": [192, 192, 192],
|
||||
"mapControlColor": [192, 192, 192],
|
||||
"mapControlGradient": [[0, 0, 0, 0.5], [0, 0, 0, 0.5]], // wrong?
|
||||
"mapPlaceBorder": [0, 0, 0],
|
||||
"mapPlaceEditingBorder": [128, 128, 255],
|
||||
"mapPlaceSelectedBorder": [255, 255, 255],
|
||||
|
|
@ -123,21 +134,18 @@
|
|||
"menuShadow": [0, 0, 0, 0.75],
|
||||
"menuBackground": [48, 48, 48, 0.96],
|
||||
"menuDisabledColor": [128, 128, 128],
|
||||
"menuSelectedBackground": [64, 64, 64, 0.96],
|
||||
"menuSelectedColor": [255, 255, 255],
|
||||
"menuSelectedGradient": [[64, 64, 64, 0.96], [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],
|
||||
|
|
@ -168,9 +176,9 @@
|
|||
"symbolVideoColor": [255, 255, 255],
|
||||
"symbolWarningColor": [255, 0, 0],
|
||||
|
||||
"tooltipBackground": [0, 0, 0, 0.96],
|
||||
"tooltipBorder": [128, 128, 128, 0.96],
|
||||
"tooltipColor": [128, 128, 128],
|
||||
"tooltipGradient": [[0, 0, 0, 0.96], [0, 0, 0, 0.96]],
|
||||
"tooltipShadow": [0, 0, 0, 0.5],
|
||||
|
||||
"videoBarGradient": [[64, 64, 64, 0.5], [0, 0, 0, 0.5]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue