| ... | ... | @@ -17,9 +17,9 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- GridItem.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| hover | #e5e5e5 | #303030 |
|
|
|
|
| border | #ff610a | #ff8800 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#e5e5e5` | `#303030` |
|
|
|
|
| border | `#ff610a` | `#ff8800` |
|
|
|
|
|
|
|
|
## VideoList item
|
|
|
|
|
| ... | ... | @@ -27,8 +27,8 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- TableViewDelegate.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| hover | #e9e9e9 | #272727 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#e9e9e9` | `#272727` |
|
|
|
|
|
|
|
|
## TabBar button
|
|
|
|
|
| ... | ... | @@ -36,9 +36,9 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- TabButtonExt.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| hover | #f2f2f2 | #303030 |
|
|
|
|
| border | #ff610a | #ff8800 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#f2f2f2` | `#303030` |
|
|
|
|
| border | `#ff610a` | `#ff8800` |
|
|
|
|
|
|
|
|
## Playlist item
|
|
|
|
|
| ... | ... | @@ -46,18 +46,18 @@ Before merging them into generic colors in the final VLCColors file. |
|
|
|
- PlaylistDelegate.qml
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| hover | #e9e9e9 | #272727 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| hover | `#e9e9e9` | `#272727` |
|
|
|
|
|
|
|
|
## Playlist button
|
|
|
|
|
|
|
|
- https://app.zeplin.io/project/5e271dc7628e287e59163571/screen/60869b63084a7012b374e2c1
|
|
|
|
|
|
|
|
| color | light | dark |
|
|
|
|
| --------- | ------- | ------- |
|
|
|
|
| base | #666666 | ??????? |
|
|
|
|
| hover | black | white |
|
|
|
|
| active | #ff610a | #ff8800 |
|
|
|
|
| --------- | --------- | --------- |
|
|
|
|
| base | `#666666` | ??????? |
|
|
|
|
| hover | `black` | `white` |
|
|
|
|
| active | `#ff610a` | `#ff8800` |
|
|
|
|
|
|
|
|
## Search bar
|
|
|
|
|
| ... | ... | |
| ... | ... | |