Skip to content

Commit

Permalink
Restored colors in demo theme
Browse files Browse the repository at this point in the history
They got reset during core-ification in another project
  • Loading branch information
Reavenk committed Jan 18, 2021
1 parent dd7ad58 commit 4a023ad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions SampleProp/TestDockProps.asset
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,42 @@ MonoBehaviour:
color: {r: 1, g: 1, b: 1, a: 1}
spriteBtnMax:
sprite: {fileID: 21300000, guid: b6e362217caac6545938eba85f36189f, type: 3}
color: {r: 0.5943396, g: 0.5943396, b: 0.5943396, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
spriteBtnPull:
sprite: {fileID: 21300000, guid: df816a210b939974d96fe76e65edb275, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
spriteBtnPin:
sprite: {fileID: 21300000, guid: 63163d334e2161b4580a2a4f3aa6a0b4, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
floatWin:
spriteBtnPlate:
sprite: {fileID: 21300000, guid: 0e18179d7f09ace478e26e9894596928, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
spriteFrame:
sprite: {fileID: 21300000, guid: 7e4945c9b154cb346bbb6ade8687ce22, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
splitterWidth: 10
btnWidth: 20
btnHeight: 20
titlebarHeight: 24
dockWin:
spriteBtnPlate:
sprite: {fileID: 21300000, guid: 7fbc9563dc5100942a941d793b96be13, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
spriteFrame:
sprite: {fileID: 21300000, guid: 7fbc9563dc5100942a941d793b96be13, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
splitterWidth: 10
btnWidth: 20
btnHeight: 20
titlebarHeight: 24
maximizeWin:
spriteBtnPlate:
sprite: {fileID: 21300000, guid: 7fbc9563dc5100942a941d793b96be13, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
spriteFrame:
sprite: {fileID: 21300000, guid: 7fbc9563dc5100942a941d793b96be13, type: 3}
color: {r: 0.59607846, g: 0.59607846, b: 0.59607846, a: 1}
color: {r: 1, g: 1, b: 1, a: 1}
splitterWidth: 10
btnWidth: 20
btnHeight: 20
Expand All @@ -68,7 +68,7 @@ MonoBehaviour:
shadowColor: {r: 0, g: 0, b: 0, a: 0.5019608}
sashSprite:
sprite: {fileID: 0}
color: {r: 0.8396226, g: 0.8396226, b: 0.8396226, a: 1}
color: {r: 0.6320754, g: 0.6320754, b: 0.6320754, a: 1}
sashWidth: 10
titleFont: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
titleLabelColor: {r: 0, g: 0, b: 0, a: 1}
Expand Down

0 comments on commit 4a023ad

Please sign in to comment.