| ... | ... | @@ -65,38 +65,38 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- DiscoverUrlDisplay.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| border | #999999 | #6f6f6f |
|
|
|
|
| hover | #4c4c4c | #b7b7b7 |
|
|
|
|
| focus | #ff610a | #ff8800 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| border | `#999999` | `#6f6f6f` |
|
|
|
|
| hover | `#4c4c4c` | `#b7b7b7` |
|
|
|
|
| focus | `#ff610a` | `#ff8800` |
|
|
|
|
|
|
|
|
## Player button
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b63084a7012b374e2c1
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| base | #484848 | #e5e5e5 |
|
|
|
|
| hover | black | white |
|
|
|
|
| active | #ff610a | #ff8800 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| base | `#484848` | `#e5e5e5` |
|
|
|
|
| hover | `black` | `white` |
|
|
|
|
| active | `#ff610a` | `#ff8800` |
|
|
|
|
|
|
|
|
## Play button
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b64fd3091146ef3800e
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| gradientA | #f89a06 | #f89a06 |
|
|
|
|
| gradientB | #e25a01 | #e25a01 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| gradientA | `#f89a06` | `#f89a06` |
|
|
|
|
| gradientB | `#e25a01` | `#e25a01` |
|
|
|
|
|
|
|
|
## Action button (level 1)
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b6870f37312252080ef
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| base | #ff610a | #ff8800 |
|
|
|
|
| hover | #e65609 | #e67a00 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| base | `#ff610a` | `#ff8800` |
|
|
|
|
| hover | `#e65609` | `#e67a00` |
|
|
|
|
|
|
|
|
## Action button (level 2)
|
|
|
|
|
| ... | ... | @@ -105,4 +105,4 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| base | ??????? | ??????? |
|
|
|
|
| hover | black | white | |
|
|
|
| hover | `black` | `white` | |